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",
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user