Upload fsdp5.sh with huggingface_hub
Browse files
fsdp5.sh
CHANGED
@@ -10,17 +10,17 @@ torchrun --nnodes 1 --nproc_per_node 1 --master_port 29501 train5.py \
|
|
10 |
--save_name "sft-v5-1e4-1sample-resume" \
|
11 |
--data_type SemiNATForMultiRoundMaskInputStream \
|
12 |
--run_name "olmo2-1b-sft-v5-1sample" \
|
13 |
-
--epochs
|
14 |
--chunk_size_limit 5 \
|
15 |
-
--save_steps
|
16 |
-
--lr
|
17 |
--weight_decay 0.1 \
|
18 |
--eps 1e-8 \
|
19 |
--dtype bf16 \
|
20 |
--betas 0.9 0.95 \
|
21 |
--warmup_ratio 0.1 \
|
22 |
--data_path "/AIRvePFS/ai4science/users/ai4science/users/zyk/seminat/data/olmo2_sft_prob_multi_0621_86w_1sample.jsonl" \
|
23 |
-
--max_length
|
24 |
--data_processess_num 0 \
|
25 |
--attn_implementation "flash_attention_2" \
|
26 |
--use_wandb \
|
|
|
10 |
--save_name "sft-v5-1e4-1sample-resume" \
|
11 |
--data_type SemiNATForMultiRoundMaskInputStream \
|
12 |
--run_name "olmo2-1b-sft-v5-1sample" \
|
13 |
+
--epochs 10 \
|
14 |
--chunk_size_limit 5 \
|
15 |
+
--save_steps 10000 \
|
16 |
+
--lr 5e-4 \
|
17 |
--weight_decay 0.1 \
|
18 |
--eps 1e-8 \
|
19 |
--dtype bf16 \
|
20 |
--betas 0.9 0.95 \
|
21 |
--warmup_ratio 0.1 \
|
22 |
--data_path "/AIRvePFS/ai4science/users/ai4science/users/zyk/seminat/data/olmo2_sft_prob_multi_0621_86w_1sample.jsonl" \
|
23 |
+
--max_length 2048 \
|
24 |
--data_processess_num 0 \
|
25 |
--attn_implementation "flash_attention_2" \
|
26 |
--use_wandb \
|