creat89 commited on
Commit
58ded45
1 Parent(s): e1aac9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - pl
5
+ tags:
6
+ - polish_bert
7
+ - ner
8
+ ---
9
+
10
+ This is a Polish NER system trained using a Frustratingly Easy Domain Adaptation architecture. It is based on Polish BERT and supports different tagsets all using IOBES formats:
11
+ 1. Wikiann (LOC, PER, ORG)
12
+ 2. SlavNER 19/21 (EVT, LOC, ORG, PER, PRO)
13
+ 5. KPWr (EVT, LOC, ORG, PER, PRO)
14
+ 6. NKJP (DATE, GEOPOLIT, LOC, ORG, PER, TIME)
15
+
16
+ PER: person, LOC: location, ORG: organization, EVT: event, PRO: product, MISC: Miscellaneous, MEDIA: media, ART: Artifact, TIME: time, DATE: date, GEOPOLIT: Geopolitical
17
+
18
+ You can select the tagset to use in the output by configuring the model. This model manages differently uppercase words.
19
+
20
+ 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).