Skip to content

Commit

Permalink
add a basic ds zero3 config
Browse files Browse the repository at this point in the history
better defaults for ds
  • Loading branch information
winglian committed Aug 6, 2023
1 parent 10405b9 commit cc3b6c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ds_config.json → deepspeed/zero3.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"lr": "auto",
"betas": [
0.9,
0.999
0.95
],
"eps": 1e-8,
"weight_decay": "auto"
}
},
"scheduler": {
"type": "OneCycle",
"type": "WarmupLR",
"params": {
"cycle_min_lr": 0.00001,
"cycle_max_lr": 0.00003,
"cycle_first_step_size": 120
"warmup_min_lr": "auto",
"warmup_max_lr": "auto",
"warmup_num_steps": "auto"
}
},
"train_batch_size": "auto",
Expand Down

0 comments on commit cc3b6c7

Please sign in to comment.