creat89 commited on
Commit
a5e2d4e
1 Parent(s): 6ce7c98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,5 +1,19 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- This will be updated soon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ 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:
6
+ 1. Wikiann (LOC, PER, ORG)
7
+ 2. SlavNER 19/21 (EVT, LOC, ORG, PER, PRO)
8
+ 3. SlavNER 17 (LOC, MISC, ORG, PER)
9
+ 4. SSJ500k (LOC, MISC, ORG, PER)
10
+ 5. KPWr (EVT, LOC, ORG, PER, PRO)
11
+ 6. CNEC (LOC, ORG, MEDIA, ART, PER, TIME)
12
+ 7. Turku (DATE, EVT, LOC, ORG, PER, PRO, TIME)
13
+
14
+ PER: person, LOC: location, ORG: organization, EVT: event, PRO: product, MISC: Miscellaneous, MEDIA: media, ART: Artifact, TIME: time, DATE: date
15
+
16
+ You can select the tagset to use in the output by configuring the model.
17
+
18
+ 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).
19
+