Chua, Vui Seng commited on
Commit
37ca5f0
1 Parent(s): c83a9d5

Update eval batch size

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,9 +53,9 @@ nohup python run_qa.py \
53
  --optimize_model_before_eval \
54
  --optimized_checkpoint /path/to/clone/bert-base-squadv1-block-pruning-hybrid-filled-lt \
55
  --do_eval \
56
- --per_device_eval_batch_size 16 \
57
  --max_seq_length 384 \
58
  --doc_stride 128 \
59
  --overwrite_output_dir \
60
  --output_dir $OUTDIR 2>&1 | tee $OUTDIR/run.log &
61
- ```
 
53
  --optimize_model_before_eval \
54
  --optimized_checkpoint /path/to/clone/bert-base-squadv1-block-pruning-hybrid-filled-lt \
55
  --do_eval \
56
+ --per_device_eval_batch_size 128 \
57
  --max_seq_length 384 \
58
  --doc_stride 128 \
59
  --overwrite_output_dir \
60
  --output_dir $OUTDIR 2>&1 | tee $OUTDIR/run.log &
61
+ ```