dchaplinsky commited on
Commit
ec967d8
1 Parent(s): 0879044

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,3 +1,40 @@
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: uk_ner_wechsel-minixhofer-roberta-large
11
+ results:
12
+ - task:
13
+ name: NER
14
+ type: token-classification
15
+ metrics:
16
+ - name: NER Precision
17
+ type: precision
18
+ value: 0.9278959811
19
+ - name: NER Recall
20
+ type: recall
21
+ value: 0.9127906977
22
+ - name: NER F Score
23
+ type: f_score
24
+ value: 0.9202813599
25
+ widget:
26
+ - text: "Президент Володимир Зеленський пояснив, що наразі діалог із режимом Володимира путіна неможливий, адже агресор обрав курс на знищення українського народу. За словами Зеленського цей режим РФ виявляє неповагу до суверенітету і територіальної цілісності України."
27
  ---
28
+ # uk_ner_wechsel-minixhofer-roberta-large
29
+
30
+ ## Model description
31
+
32
+ **uk_ner_wechsel-minixhofer-roberta-large** is a fine-tuned [Roberta-Large model](https://huggingface.co/benjamin/roberta-large-wechsel-ukrainian) by @benjamin that is ready to use for **Named Entity Recognition** and achieves a **SoA** performance for the NER task for Ukrainian language. That's the best I have for NER so far
33
+
34
+ It has been trained to recognize four types of entities: location (LOC), organizations (ORG), person (PERS) and Miscellaneous (MISC).
35
+
36
+ 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).
37
+ Smaller transformer based model for the SpaCy is available [here](https://huggingface.co/dchaplinsky/uk_ner_web_trf_base).
38
+
39
+
40
+ Copyright: [Dmytro Chaplynskyi](https://twitter.com/dchaplinsky), [lang-uk project](https://lang.org.ua), 2023