From 2e506e36764262dbdb66fe6dd0e263eb8804780f Mon Sep 17 00:00:00 2001 From: lkliukai Date: Thu, 15 Mar 2018 09:54:23 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2775a04..988a815 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ python run.py --evaluate --algo BIDAF You can also predict answers for the samples in some files using the following command: ``` -python run.py --predict --algo BIDAF --test_files ../data/demo/search.dev.json +python run.py --predict --algo BIDAF --test_files ../data/demo/devset/search.dev.json ``` By default, the results are saved at `../data/results/` folder. You can change this by specifying `--result_dir DIR_PATH`.