MassMin commited on
Commit
7ce1555
·
verified ·
1 Parent(s): 40f5c0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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