set zero3 optimizer betas to auto so they inherit from HF trainer config (#507)

This commit is contained in:
Aman Gupta Karmani
2023-08-30 08:10:33 -04:00
committed by GitHub
parent 76576323df
commit 1e07c162f1

View File

@@ -35,10 +35,7 @@
"type": "AdamW", "type": "AdamW",
"params": { "params": {
"lr": "auto", "lr": "auto",
"betas": [ "betas": "auto",
0.9,
0.95
],
"eps": 1e-8, "eps": 1e-8,
"weight_decay": "auto" "weight_decay": "auto"
} }