CoolFace
Modelpublic

creat89/NER_FEDA_Cs

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes17downloads
README.md21 linesDownload Raw Back to root
1---2license: mit3language: 4  - multilingual5  - cs6tags:7  - labse8  - ner9---10 11This is a multilingual NER system trained using a Frustratingly Easy Domain Adaptation architecture. It is based on LaBSE and supports different tagsets all using IOBES formats:121. Wikiann (LOC, PER, ORG)132. SlavNER 19/21 (EVT, LOC, ORG, PER, PRO)143. CNEC (LOC, ORG, MEDIA, ART, PER, TIME)154. Turku (DATE, EVT, LOC, ORG, PER, PRO, TIME)16 17PER: person, LOC: location, ORG: organization, EVT: event, PRO: product, MISC: Miscellaneous, MEDIA: media, ART: Artifact, TIME: time, DATE: date18 19You can select the tagset to use in the output by configuring the model. This model manages differently uppercase words.20 21More 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).