MassMin commited on
Commit
f3f513f
·
verified ·
1 Parent(s): ef2fa5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,7 +5,11 @@
5
  ---
6
 
7
  # XLM-RoBERTa Token Classification for Named Entity Recognition (NER)
8
- Model De
 
 
 
 
9
 
10
  <!-- Provide a quick summary of what the model is/does. -->
11
 
 
5
  ---
6
 
7
  # XLM-RoBERTa Token Classification for Named Entity Recognition (NER)
8
+ 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 four languages: German (de), French (fr), Italian (it), and English (en). The model identifies the following entity types:
9
+
10
+ PER: Person names
11
+ ORG: Organization names
12
+
13
 
14
  <!-- Provide a quick summary of what the model is/does. -->
15