Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
raw
history blame
286 Bytes
yaml
{
"optimizer": {
"type": "AdamW",
"params": {
"lr": "auto",
"betas": "auto",
"eps": "auto",
"weight_decay": "auto"
}
}
}
You can also use an unsupported optimizer by adding the following to the top level configuration.