Tirendaz commited on
Commit
3aa32a7
1 Parent(s): 690b256

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ should probably proofread and complete it, then remove this comment. -->
31
  # multilingual-xlm-roberta-for-ner
32
  ## Model description
33
 
34
- **xlm-roberta-base-multilingual-cased-ner ** is a **Named Entity Recognition** model based on a fine-tuned XLM-RoBERTa base model.
35
  It has been trained to recognize three types of entities: location (LOC), organizations (ORG), and person (PER).
36
  Specifically, this model is a *XLMRoreberta-base-multilingual-cased* model that was fine-tuned on an aggregation of 10 high-resourced languages.
37
 
 
31
  # multilingual-xlm-roberta-for-ner
32
  ## Model description
33
 
34
+ **xlm-roberta-base-multilingual-cased-ner** is a **Named Entity Recognition** model based on a fine-tuned XLM-RoBERTa base model.
35
  It has been trained to recognize three types of entities: location (LOC), organizations (ORG), and person (PER).
36
  Specifically, this model is a *XLMRoreberta-base-multilingual-cased* model that was fine-tuned on an aggregation of 10 high-resourced languages.
37