From 387aa06283db3ff1f334d41124debe6522d693ff Mon Sep 17 00:00:00 2001 From: zhengya01 Date: Fri, 2 Aug 2019 09:51:24 +0000 Subject: [PATCH] update .run_ce.sh --- .run_ce.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.run_ce.sh b/.run_ce.sh index b139a81..3493275 100644 --- a/.run_ce.sh +++ b/.run_ce.sh @@ -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 \ -- GitLab