| CUDA_VISIBLE_DEVICES=0,1 python run.py \ | |
| --model_type roberta \ | |
| --do_eval \ | |
| --dev_file cosqa-dev.json \ | |
| --max_seq_length 200 \ | |
| --per_gpu_eval_batch_size 2 \ | |
| --data_dir ../data/CoSQA \ | |
| --output_dir ../model/model_cosqa_continue_training \ | |
| --encoder_name_or_path microsoft/codebert-base |