fixed typos (#11391)

This commit is contained in:
Yoshitomo Matsubara
2021-04-23 04:48:42 -07:00
committed by GitHub
parent a90d3f1862
commit c3d6f33918

View File

@@ -110,7 +110,7 @@ export TASK_NAME=mrpc
python run_glue_no_trainer.py \
--model_name_or_path bert-base-cased \
--task_name $TASK_NAME \
--max_seq_length 128 \
--max_length 128 \
--per_device_train_batch_size 32 \
--learning_rate 2e-5 \
--num_train_epochs 3 \
@@ -137,7 +137,7 @@ export TASK_NAME=mrpc
accelerate launch run_glue_no_trainer.py \
--model_name_or_path bert-base-cased \
--task_name $TASK_NAME \
--max_seq_length 128 \
--max_length 128 \
--per_device_train_batch_size 32 \
--learning_rate 2e-5 \
--num_train_epochs 3 \