Skip to content

Commit

Permalink
fix: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
zanussbaum committed Apr 13, 2023
1 parent 362dcee commit a4e8616
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions configs/deepspeed/ds_config_gptj.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,25 @@
"allgather_partitions": true,
"allgather_bucket_size": 5e8,
"contiguous_gradients": true
}
}
},
"optimizer": {
"type": "AdamW",
"params": {
"lr": "auto",
"betas": [
0.9,
0.999
],
"eps": 1e-08
}
},
"scheduler": {
"type": "WarmupLR",
"params": {
"warmup_min_lr": 0,
"warmup_max_lr": "auto",
"warmup_num_steps": "auto",
"warmup_type": "linear"
}
}
}

0 comments on commit a4e8616

Please sign in to comment.