mirror of
https://github.com/deepseek-ai/DeepSeek-Coder.git
synced 2025-02-23 06:09:07 -05:00
modify the "scheduler" in "finetune/configs/ds_config_zero3.json" to be consistent with the sample shell script to finetune
This commit is contained in:
parent
fd2db2cafe
commit
05e0ba01aa
@ -13,11 +13,12 @@
|
||||
},
|
||||
|
||||
"scheduler": {
|
||||
"type": "WarmupLR",
|
||||
"type": "WarmupCosineLR",
|
||||
"params": {
|
||||
"warmup_min_lr": "auto",
|
||||
"warmup_max_lr": "auto",
|
||||
"warmup_num_steps": "auto"
|
||||
"total_num_steps": "auto",
|
||||
"warmup_num_steps": "auto",
|
||||
"warmup_type": "linear",
|
||||
"warmup_min_ratio": 0.1
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user