creat89 commited on
Commit
d7f503a
1 Parent(s): 3f5242e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - multilingual
5
+ - ru
6
+ tags:
7
+ - rubert
8
+ - ner
9
+ ---
10
+
11
+ This is a Russian NER system trained using a Frustratingly Easy Domain Adaptation architecture. It is based on RuBERT and supports different tagsets all using IOBES formats:
12
+ 1. Wikiann (LOC, PER, ORG)
13
+ 2. SlavNER 19/21 (EVT, LOC, ORG, PER, PRO)
14
+ 4. CNE5 (GEOPOLIT, LOC, MEDIA, PER, ORG)
15
+ 5. FactRuEval (LOC, ORG, PER)
16
+ 7. Turku (DATE, EVT, LOC, ORG, PER, PRO, TIME)
17
+
18
+ PER: person, LOC: location, ORG: organization, EVT: event, PRO: product, MISC: Miscellaneous, MEDIA: media, ART: Artifact, TIME: time, DATE: date, GEOPOLIT: Geopolitical,
19
+
20
+ You can select the tagset to use in the output by configuring the model. This models manages differently uppercase words.
21
+
22
+ More information about the model can be found in the paper (https://aclanthology.org/2021.bsnlp-1.12.pdf) and GitHub repository (https://github.com/EMBEDDIA/NER_FEDA).