"projects/git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "597bc7c7f68e1b7a8e027ac62ab93a85773ba487"
Commit cc3861a2 authored by dcuai's avatar dcuai
Browse files

修改保存路径与eval对应

parent 49c37cd4
...@@ -11,7 +11,7 @@ HIP_VISIBLE_DEVICES=0,1,2,3 deepspeed --num_gpus=4 --master_port $MASTER_PORT ma ...@@ -11,7 +11,7 @@ HIP_VISIBLE_DEVICES=0,1,2,3 deepspeed --num_gpus=4 --master_port $MASTER_PORT ma
--prompt_column content \ --prompt_column content \
--response_column summary \ --response_column summary \
--model_name_or_path ../model/chatglm-6b \ --model_name_or_path ../model/chatglm-6b \
--output_dir ./output_ft/nooptim-adgen-chatglm-6b-ft-4c-$LR \ --output_dir ./output_ft/adgen-chatglm-6b-ft-4c-$LR \
--overwrite_output_dir \ --overwrite_output_dir \
--max_source_length 512 \ --max_source_length 512 \
--max_target_length 512 \ --max_target_length 512 \
...@@ -23,4 +23,4 @@ HIP_VISIBLE_DEVICES=0,1,2,3 deepspeed --num_gpus=4 --master_port $MASTER_PORT ma ...@@ -23,4 +23,4 @@ HIP_VISIBLE_DEVICES=0,1,2,3 deepspeed --num_gpus=4 --master_port $MASTER_PORT ma
--logging_steps 30 \ --logging_steps 30 \
--save_steps 1000 \ --save_steps 1000 \
--learning_rate $LR \ --learning_rate $LR \
--fp16 \ --fp16 \
\ No newline at end of file
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