From d4ce31e839d5e5eedcae62d355467df6873c8841 Mon Sep 17 00:00:00 2001 From: michal pitr <21157924+MichalPitr@users.noreply.github.com> Date: Fri, 25 Jun 2021 12:49:29 +0100 Subject: [PATCH] fixed typo (#12356) --- examples/pytorch/token-classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/token-classification/README.md b/examples/pytorch/token-classification/README.md index fbff0176e9..02a870c92f 100644 --- a/examples/pytorch/token-classification/README.md +++ b/examples/pytorch/token-classification/README.md @@ -19,7 +19,7 @@ limitations under the License. ## PyTorch version Fine-tuning the library models for token classification task such as Named Entity Recognition (NER), Parts-of-speech -tagging (POS) pr phrase extraction (CHUNKS). The main scrip `run_ner.py` leverages the 🤗 Datasets library and the Trainer API. You can easily +tagging (POS) or phrase extraction (CHUNKS). The main scrip `run_ner.py` leverages the 🤗 Datasets library and the Trainer API. You can easily customize it to your needs if you need extra processing on your datasets. It will either run on a datasets hosted on our [hub](https://huggingface.co/datasets) or with your own text files for