Fix link to old NER fine-tuning script (#9182)

This commit is contained in:
Manuel Romero 2020-12-18 01:50:01 +01:00 committed by GitHub
parent f06d0fadc9
commit 66a14a2f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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