CoolFace
Modelpublic

creat89/NER_FEDA_Sl

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes10downloads
README.md22 linesDownload Raw Back to root
1---2language:3- hr4- sl5- en6- multilingual7license: mit8tags:9- CroSloEngual10- ner11---12 13This is a multilingual NER system trained using a Frustratingly Easy Domain Adaptation architecture. It is based on CroSloEngual (https://huggingface.co/EMBEDDIA/crosloengual-bert) and supports different tagsets all using IOBES formats:141. Wikiann (LOC, PER, ORG)152. SlavNER 19/21 (EVT, LOC, ORG, PER, PRO)163. SSJ500k (LOC, MISC, ORG, PER)17 18PER: person, LOC: location, ORG: organization, EVT: event, PRO: product, MISC: Miscellaneous, MEDIA: media, ART: Artifact, TIME: time, DATE: date19 20You can select the tagset to use in the output by configuring the model. This model manages differently uppercase words.21 22More 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).