diff --git a/examples/mrc/README.md b/examples/mrc/README.md index e22cc83..28048da 100644 --- a/examples/mrc/README.md +++ b/examples/mrc/README.md @@ -90,7 +90,7 @@ After the run, you can view the saved models in the `outputs/` folder and the pr Before the evaluation, you need to install `nltk` and download the `punkt` tokenizer for nltk: ```shell -pip insall nltk +pip install nltk python -m nltk.downloader punkt ```