Andrija commited on
Commit
6282e13
1 Parent(s): eb4da0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -1 +1,27 @@
1
- NER model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - hr500k
4
+
5
+ language:
6
+ - hr
7
+ - sr
8
+
9
+ widget:
10
+ - text: "Moje ime je Aleksandar i zivim u Beogradu pored Vlade Republike Srbije"
11
+ license: apache-2.0
12
+
13
+ ---
14
+ Named Entity Recognition (Token Classification Head) for Serbian / Croatian languges.
15
+
16
+ Abbreviation|Description
17
+ -|-
18
+ O|Outside of a named entity
19
+ B-MIS |Beginning of a miscellaneous entity right after another miscellaneous entity
20
+ I-MIS | Miscellaneous entity
21
+ B-PER |Beginning of a person’s name right after another person’s name
22
+ B-DERIV-PER| Begginning derivative that describes relation to a person
23
+ I-PER |Person’s name
24
+ B-ORG |Beginning of an organization right after another organization
25
+ I-ORG |organization
26
+ B-LOC |Beginning of a location right after another location
27
+ I-LOC |Location