Skip to content

Commit

Permalink
[AutoParallel] refine log (#9397)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo9674 authored Nov 11, 2024
1 parent b5e3f0c commit 10a62c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"learning_rate": 3e-05,
"min_learning_rate": 3e-06,
"warmup_steps": 30,
"logging_steps": 1,
"max_steps": 50,
"logging_steps": 10,
"max_steps": 500,
"save_steps": 5000,
"eval_steps": 1000,
"weight_decay": 0.01,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"learning_rate": 3e-05,
"min_learning_rate": 3e-06,
"warmup_steps": 30,
"logging_steps": 1,
"max_steps": 50,
"logging_steps": 10,
"max_steps": 500,
"save_steps": 5000,
"eval_steps": 1000,
"continue_training": 0,
Expand Down

0 comments on commit 10a62c7

Please sign in to comment.