Unverified Commit c879318c authored by Alan Ji's avatar Alan Ji Committed by GitHub
Browse files

replace `per_gpu_eval_batch_size` with `per_device_eval_batch_size` in readme...

replace `per_gpu_eval_batch_size` with `per_device_eval_batch_size` in readme of multiple-choice task (#25078)

replace `per_gpu_eval_batch_size` with `per_device_eval_batch_size`
in readme of multiple-choice
parent 25e443c0
...@@ -28,7 +28,7 @@ python examples/multiple-choice/run_swag.py \ ...@@ -28,7 +28,7 @@ python examples/multiple-choice/run_swag.py \
--learning_rate 5e-5 \ --learning_rate 5e-5 \
--num_train_epochs 3 \ --num_train_epochs 3 \
--output_dir /tmp/swag_base \ --output_dir /tmp/swag_base \
--per_gpu_eval_batch_size=16 \ --per_device_eval_batch_size=16 \
--per_device_train_batch_size=16 \ --per_device_train_batch_size=16 \
--overwrite_output --overwrite_output
``` ```
......
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