Andrija commited on
Commit
613ef7e
1 Parent(s): 0b93e69

Create README.md

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