You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
330 B
11 lines
330 B
python run_glue.py \
|
|
--model_name_or_path chinese_bert_wwm_ext_pytorch \
|
|
--train_file data/train_data_weipu.csv \
|
|
--validation_file data/dev_data_weipu.csv \
|
|
--do_train \
|
|
--do_eval \
|
|
--max_seq_length 512 \
|
|
--per_device_train_batch_size 32 \
|
|
--learning_rate 2e-5 \
|
|
--num_train_epochs 5 \
|
|
--output_dir aigc_check
|