creat89 commited on
Commit
d432cee
1 Parent(s): 57be349

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - multilingual
5
+ - cs
6
+ - pl
7
+ - sl
8
+ - fi
9
+ tags:
10
+ - labse
11
+ - ner
12
+ ---
13
+
14
+ This 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:
15
+ 1. Wikiann (LOC, PER, ORG)
16
+ 2. SlavNER 19/21 (EVT, LOC, ORG, PER, PRO)
17
+ 3. SlavNER 17 (LOC, MISC, ORG, PER)
18
+ 4. SSJ500k (LOC, MISC, ORG, PER)
19
+ 5. KPWr (EVT, LOC, ORG, PER, PRO)
20
+ 6. CNEC (LOC, ORG, MEDIA, ART, PER, TIME)
21
+ 7. Turku (DATE, EVT, LOC, ORG, PER, PRO, TIME)
22
+
23
+ PER: person, LOC: location, ORG: organization, EVT: event, PRO: product, MISC: Miscellaneous, MEDIA: media, ART: Artifact, TIME: time, DATE: date
24
+
25
+ You can select the tagset to use in the output by configuring the model. This model manages differently uppercase words.
26
+
27
+ 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).