Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lkliukai authored Mar 15, 2018
1 parent 395f12b commit 2e506e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 2e506e3

Please sign in to comment.