Skip to content

Commit

Permalink
increase lr for 8 grad acc steps
Browse files Browse the repository at this point in the history
  • Loading branch information
philippguevorguian committed Dec 13, 2023
1 parent c1c0ce1 commit be375a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/create_train_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
for key in model_train_configs.keys():
model_train_configs[key]["max_learning_rate"] *= 0.08

model_train_configs["125m"]["max_learning_rate"] = 1.0e-3
model_train_configs["125m"]["max_learning_rate"] = 0.0014

model_train_configs["1.3b"]["warmup_steps"] = 2000
model_train_configs["1.3b"]["max_learning_rate"] = 1.0e-5
Expand Down

0 comments on commit be375a3

Please sign in to comment.