Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticGNU authored Oct 11, 2023
1 parent bcaad14 commit 1dc8dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/dsconfig/openllama_peft_stage_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"params": {
"warmup_min_lr": 0,
"warmup_max_lr": 0.001,
"warmup_num_steps": 100,
"total_num_steps": 20000
"warmup_num_steps": 10,
"total_num_steps": 10000
}
},
"activation_checkpointing": {
Expand All @@ -52,4 +52,4 @@
"profile": false
}

}
}

0 comments on commit 1dc8dc6

Please sign in to comment.