Skip to content

Commit

Permalink
Merge pull request #20 from Shujian2015/patch-1
Browse files Browse the repository at this point in the history
Change model_config.json to xlnet_config.json
  • Loading branch information
zihangdai committed Jun 22, 2019
2 parents 23728ae + 1ea45dd commit d93b0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ From here on, we assume XLNet-Large and XLNet-base has been downloaded to `$LARG
--model_dir=exp/sts-b \
--uncased=False \
--spiece_model_file=${LARGE_DIR}/spiece.model \
--model_config_path=${LARGE_DIR}/model_config.json \
--model_config_path=${LARGE_DIR}/xlnet_config.json \
--init_checkpoint=${LARGE_DIR}/xlnet_model.ckpt \
--max_seq_length=128 \
--train_batch_size=8 \
Expand All @@ -147,7 +147,7 @@ From here on, we assume XLNet-Large and XLNet-base has been downloaded to `$LARG
--model_dir=exp/sts-b \
--uncased=False \
--spiece_model_file=${LARGE_DIR}/spiece.model \
--model_config_path=${LARGE_DIR}/model_config.json \
--model_config_path=${LARGE_DIR}/xlnet_config.json \
--max_seq_length=128 \
--eval_batch_size=8 \
--num_hosts=1 \
Expand Down

0 comments on commit d93b0f3

Please sign in to comment.