set zero3 optimizer betas to auto so they inherit from HF trainer config (#507)
This commit is contained in:
committed by
GitHub
parent
76576323df
commit
1e07c162f1
@@ -35,10 +35,7 @@
|
||||
"type": "AdamW",
|
||||
"params": {
|
||||
"lr": "auto",
|
||||
"betas": [
|
||||
0.9,
|
||||
0.95
|
||||
],
|
||||
"betas": "auto",
|
||||
"eps": 1e-8,
|
||||
"weight_decay": "auto"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user