Commit 6e152dbf authored by wanglch's avatar wanglch
Browse files

Update multi_dcu_train.sh

parent d4852c4f
......@@ -10,7 +10,7 @@ deepspeed --master_port $(shuf -n 1 -i 10000-65535) --include="localhost:3,4" /D
--template baichuan2 \
--finetuning_type lora \
--lora_target all \
--output_dir /DISC-FinLLM_ModelZoo/saves/lora_multi.py \
--output_dir /DISC-FinLLM_ModelZoo/saves/lora_multi \
--overwrite_output_dir \
--cutoff_len 1024 \
--preprocessing_num_workers 4 \
......@@ -23,7 +23,6 @@ deepspeed --master_port $(shuf -n 1 -i 10000-65535) --include="localhost:3,4" /D
--save_steps 100 \
--eval_steps 100 \
--evaluation_strategy steps \
--load_best_model_at_end \
--learning_rate 5e-5 \
--num_train_epochs 10.0 \
--max_samples 3000 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment