Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,9 @@ language:
|
|
21 |
This model is a fine-tuned version of XLM-RoBERTa (xlm-roberta-base) for Named Entity Recognition (NER) tasks. It has been trained on the PAN-X subset of the XTREME dataset for German Language . The model identifies the following entity types:
|
22 |
|
23 |
PER: Person names
|
|
|
24 |
ORG: Organization names
|
|
|
25 |
LOC: Location names
|
26 |
|
27 |
|
|
|
21 |
This model is a fine-tuned version of XLM-RoBERTa (xlm-roberta-base) for Named Entity Recognition (NER) tasks. It has been trained on the PAN-X subset of the XTREME dataset for German Language . The model identifies the following entity types:
|
22 |
|
23 |
PER: Person names
|
24 |
+
|
25 |
ORG: Organization names
|
26 |
+
|
27 |
LOC: Location names
|
28 |
|
29 |
|