We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5dff4 commit f280938Copy full SHA for f280938
mft_peft_hf/README_cn.md
@@ -129,7 +129,7 @@ accelerate launch --config_file accelerate_ds_config.yaml mft_accelerate.py --tr
129
- evalation_steps:每隔多少步在验证集上evaluate一次。
130
- early_stopping : 是否执行early_stop
131
- early_stopping_stall_num: 多少个eval point不继续收敛,则停止训练
132
-- lr_scheduler_type:学习率变化策略。
+- lr_scheduler_type:学习率变化策略。常用"cosine"
133
- warmup_steps:warm up步数。学习率经过多少步,增长到指定的数值。
134
- seed:随机种子,用于复现实验结果。
135
0 commit comments