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 \
......
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