dchaplinsky commited on
Commit
6124911
1 Parent(s): 78a02e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
 
 
 
 
 
 
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - spacy
4
+ - token-classification
5
+ language: uk
6
+ datasets:
7
+ - ner-uk
8
  license: mit
9
+ model-index:
10
+ - name: roberta-uk-ner-base
11
+ results:
12
+ - task:
13
+ name: NER
14
+ type: token-classification
15
+ metrics:
16
+ - name: NER Precision
17
+ type: precision
18
+ value: 0.8987742191
19
+ - name: NER Recall
20
+ type: recall
21
+ value: 0.8810077519
22
+ - name: NER F Score
23
+ type: f_score
24
+ value: 0.8898023096
25
  ---
26
+ # roberta-uk-ner-base
27
+
28
+ ## Model description
29
+
30
+ **roberta-uk-ner-base** is a fine-tuned [XLM-Roberta model](https://huggingface.co/xlm-roberta-base) that is ready to use for **Named Entity Recognition** and achieves **state-of-the-art performance** for the NER task for Ukrainian language. It has been trained to recognize four types of entities: location (LOC), organizations (ORG), person (PERS) and Miscellaneous (MISC).
31
+
32
+ The model was fine-tuned on the [NER-UK dataset](https://github.com/lang-uk/ner-uk), released by the [lang-uk](https://lang.org.ua).
33
+
34
+
35
+ Copyright: Dmytro Chaplynskyi, [lang-uk project](https://lang.org.ua), 2022