Commit ca0fc965 authored by yangzhong's avatar yangzhong
Browse files

delete do_train

parent 0f8a391e
export HIP_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
python /nx/transformers/examples/pytorch/question-answering/run_qa.py \
--model_name_or_path /models/google-bert/bert-large-uncased-whole-word-masking-finetuned-squad \
--dataset_name squad \
--do_eval \
--per_device_train_batch_size 12 \
--learning_rate 3e-5 \
--num_train_epochs 2 \
--max_seq_length 384 \
--doc_stride 128 \
--output_dir /nx/transformers/debug_squad/
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment