排版识别标题级别和正文
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
378 B

6 months ago
python run_glue.py \
--model_name_or_path /home/majiahui/project/models-llm/longformer-chinese-base-4096 \
--train_file data/long_paper_train_3_1.csv \
--validation_file data/long_paper_dev_3_1.csv \
6 months ago
--do_train \
--do_eval \
--max_seq_length 4096 \
--per_device_train_batch_size 4 \
6 months ago
--learning_rate 2e-5 \
--num_train_epochs 1 \
--output_dir long_paper_ceshi