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",
"params": {
"lr": "auto",
"betas": [
0.9,
0.95
],
"betas": "auto",
"eps": 1e-8,
"weight_decay": "auto"
}