diff --git a/fluid/machine_reading_comprehesion/README.md b/fluid/machine_reading_comprehesion/README.md index b46d54cf41df66fc26e0f1c597e5cfb7b32e11cd..ec848aa31ce19855b767f36809a0803ba961fcdf 100644 --- a/fluid/machine_reading_comprehesion/README.md +++ b/fluid/machine_reading_comprehesion/README.md @@ -63,7 +63,7 @@ sh run.sh --evaluate --load_dir models/1 You can also predict answers for the samples in some files using the following command: ``` -sh run.sh --predict --load_dir models/1 --testset ../data/demo/devset/search.dev.json +sh run.sh --predict --load_dir models/1 --testset ../data/preprocessed/testset/search.dev.json ``` By default, the results are saved at `../data/results/` folder. You can change this by specifying `--result_dir DIR_PATH`.