From d4aa7284c8ecc1384829b6231d3e321e0f04c1d6 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Mon, 7 Sep 2020 04:33:15 -0400 Subject: [PATCH] [model_card] jplu/tf-xlm-r-ner-40-lang: Fix link cc @jplu --- model_cards/jplu/tf-xlm-r-ner-40-lang/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_cards/jplu/tf-xlm-r-ner-40-lang/README.md b/model_cards/jplu/tf-xlm-r-ner-40-lang/README.md index 63ccaacedd..b147e8c9f8 100644 --- a/model_cards/jplu/tf-xlm-r-ner-40-lang/README.md +++ b/model_cards/jplu/tf-xlm-r-ner-40-lang/README.md @@ -1,7 +1,7 @@ # XLM-R + NER -This model is a fine-tuned [XLM-Roberta-base](https://arxiv.org/abs/1911.02116) over the 40 languages proposed in [XTREME]([https://github.com/google-research/xtreme](https://github.com/google-research/xtreme)) from [Wikiann](https://aclweb.org/anthology/P17-1178). This is still an on-going work and the results will be updated everytime an improvement is reached. +This model is a fine-tuned [XLM-Roberta-base](https://arxiv.org/abs/1911.02116) over the 40 languages proposed in [XTREME](https://github.com/google-research/xtreme) from [Wikiann](https://aclweb.org/anthology/P17-1178). This is still an on-going work and the results will be updated everytime an improvement is reached. The covered labels are: ``` @@ -596,4 +596,4 @@ nlp_ner(test_zh) nlp_ner(test_ar) #Output: [{'word': '▁با', 'score': 0.9903655648231506, 'entity': 'PER'}, {'word': 'راك', 'score': 0.9850614666938782, 'entity': 'PER'}, {'word': '▁أوباما', 'score': 0.9850308299064636, 'entity': 'PER'}, {'word': '▁ها', 'score': 0.9477543234825134, 'entity': 'LOC'}, {'word': 'وا', 'score': 0.9428229928016663, 'entity': 'LOC'}, {'word': 'ي', 'score': 0.9319471716880798, 'entity': 'LOC'}] -``` \ No newline at end of file +```