Commit 20f55205 authored by Zihang Dai's avatar Zihang Dai Committed by GitHub
Browse files

Fix topy in sota/lm1b.sh script

parent d400b768
...@@ -27,7 +27,7 @@ TEST_NUM_CORE=1 ...@@ -27,7 +27,7 @@ TEST_NUM_CORE=1
echo 'Preprocess test set...' echo 'Preprocess test set...'
python data_utils.py \ python data_utils.py \
--data_dir=${DATA_DIR}/ \ --data_dir=${DATA_DIR}/ \
--dataset=enwik8 \ --dataset=lm1b \
--tgt_len=${TEST_TGT_LEN} \ --tgt_len=${TEST_TGT_LEN} \
--per_host_test_bsz=${TEST_BSZ} \ --per_host_test_bsz=${TEST_BSZ} \
--num_passes=1 \ --num_passes=1 \
......
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