Skip to content

Commit

Permalink
add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Rüttgers committed Nov 7, 2023
1 parent 3683c32 commit dee3b8b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions experimental/trainer/DS_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"train_micro_batch_size_per_gpu": 32,
"gradient_accumulation_steps": 1,
"optimizer": {
"type": "Adam",
"params": {
"lr": 0.01
}
},
"fp16": {
"enabled": false
},
"zero_optimization": false
}

0 comments on commit dee3b8b

Please sign in to comment.