Documentation: fix links to NER examples (#4279)

* docs: fix link to token classification (NER) example

* examples: fix links to NER scripts
This commit is contained in:
Stefan Schweter
2020-05-11 18:48:21 +02:00
committed by GitHub
parent 8fdb7997c6
commit 3f42eb979f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
## Named Entity Recognition
Based on the scripts [`run_ner.py`](https://github.com/huggingface/transformers/blob/master/examples/ner/run_ner.py) for Pytorch and
[`run_tf_ner.py`](https://github.com/huggingface/transformers/blob/master/examples/ner/run_tf_ner.py) for Tensorflow 2.
Based on the scripts [`run_ner.py`](https://github.com/huggingface/transformers/blob/master/examples/token-classification/run_ner.py) for Pytorch and
[`run_tf_ner.py`](https://github.com/huggingface/transformers/blob/master/examples/token-classification/run_tf_ner.py) for Tensorflow 2.
This example fine-tune Bert Multilingual on GermEval 2014 (German NER).
Details and results for the fine-tuning provided by @stefan-it.