mirror of https://github.com/THUDM/ChatGLM-6B
Update model path
parent
a100769153
commit
77da046839
|
@ -8,7 +8,7 @@ CUDA_VISIBLE_DEVICES=0 python3 main.py \
|
||||||
--prompt_column content \
|
--prompt_column content \
|
||||||
--response_column summary \
|
--response_column summary \
|
||||||
--overwrite_cache \
|
--overwrite_cache \
|
||||||
--model_name_or_path /mnt/vepfs/workspace/zxdu/chatglm_6b \
|
--model_name_or_path THUDM/chatglm-6b \
|
||||||
--output_dir output/adgen-chatglm-6b-pt-$PRE_SEQ_LEN-$LR-dev \
|
--output_dir output/adgen-chatglm-6b-pt-$PRE_SEQ_LEN-$LR-dev \
|
||||||
--overwrite_output_dir \
|
--overwrite_output_dir \
|
||||||
--max_source_length 64 \
|
--max_source_length 64 \
|
||||||
|
|
Loading…
Reference in New Issue