Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#254 from zhengya01/develop
Browse files Browse the repository at this point in the history
update .run_ce.sh
  • Loading branch information
tianxin authored Aug 3, 2019
2 parents 7dbaa40 + 387aa06 commit a75ba9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .run_ce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ python -u run_classifier.py \
--train_set ${TASK_DATA_PATH}/xnli/train.tsv \
--dev_set ${TASK_DATA_PATH}/xnli/dev.tsv \
--test_set ${TASK_DATA_PATH}/xnli/test.tsv \
--test_save ./test_save_xnli \
--vocab_path config/vocab.txt \
--label_map ${TASK_DATA_PATH}/xnli/label_map.json \
--ernie_config_path config/ernie_config.json \
Expand Down

0 comments on commit a75ba9d

Please sign in to comment.