mirror of https://github.com/THUDM/ChatGLM-6B
parent
a9002a162a
commit
5d3f823bcc
|
@ -1,7 +1,7 @@
|
||||||
PRE_SEQ_LEN=128
|
PRE_SEQ_LEN=128
|
||||||
LR=2e-2
|
LR=2e-2
|
||||||
|
|
||||||
CUDA_VISIBLE_DEVICES=0 python3 main.py \
|
CUDA_VISIBLE_DEVICES=0 torchrun main.py \
|
||||||
--do_train \
|
--do_train \
|
||||||
--train_file AdvertiseGen/train.json \
|
--train_file AdvertiseGen/train.json \
|
||||||
--validation_file AdvertiseGen/dev.json \
|
--validation_file AdvertiseGen/dev.json \
|
||||||
|
|
Loading…
Reference in New Issue