Commit 1c186cb8 authored by zhougaofeng's avatar zhougaofeng
Browse files

Update single_node.sh

parent 09d9221b
...@@ -6,7 +6,7 @@ export HIP_VISIBLE_DEVICES=6 ...@@ -6,7 +6,7 @@ export HIP_VISIBLE_DEVICES=6
python src/train.py \ python src/train.py \
--stage sft --do_train \ --stage sft --do_train \
--model_name_or_path /home/practice/internlm2-math-7b \ --model_name_or_path /home/practice/internlm2-math-7b \
--dataset alpaca_en_demo --template intern2 --finetuning_type lora --lora_target q_proj,v_proj \ --dataset alpaca_en_demo --template intern2 --finetuning_type lora --lora_target wqkv \
--output_dir saves/intern2/lora/sft \ --output_dir saves/intern2/lora/sft \
--overwrite_output_dir \ --overwrite_output_dir \
--overwrite_cache --per_device_train_batch_size 2 --gradient_accumulation_steps 32 --lr_scheduler_type cosine \ --overwrite_cache --per_device_train_batch_size 2 --gradient_accumulation_steps 32 --lr_scheduler_type cosine \
......
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