From 66a14a2f6f25f29aacc35f897b5f301c359840fc Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Fri, 18 Dec 2020 01:50:01 +0100 Subject: [PATCH] Fix link to old NER fine-tuning script (#9182) --- examples/token-classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/token-classification/README.md b/examples/token-classification/README.md index f4e50fed2d2..bf1632a7463 100644 --- a/examples/token-classification/README.md +++ b/examples/token-classification/README.md @@ -55,7 +55,7 @@ of the script. ## Old version of the script -You can find the old version of the PyTorch script [here](https://github.com/huggingface/transformers/blob/master/examples/contrib/legacy/token-classification/run_ner_old.py). +You can find the old version of the PyTorch script [here](https://github.com/huggingface/transformers/blob/master/examples/legacy/token-classification/run_ner.py). ### TensorFlow version