creat89/NER_FEDA_Ru
027
1---2license: mit3language: 4 - ru5tags:6 - rubert7 - ner8---9 10This 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:111. Wikiann (LOC, PER, ORG)122. SlavNER 19/21 (EVT, LOC, ORG, PER, PRO)134. CNE5 (GEOPOLIT, LOC, MEDIA, PER, ORG)145. FactRuEval (LOC, ORG, PER)15 16PER: person, LOC: location, ORG: organization, EVT: event, PRO: product, MISC: Miscellaneous, MEDIA: media, ART: Artifact, TIME: time, DATE: date, GEOPOLIT: Geopolitical,17 18You can select the tagset to use in the output by configuring the model. This models manages differently uppercase words.19 20More 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).