sgraham commited on
Commit
cee6770
1 Parent(s): 7eca355

Upload label_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. label_map.json +13 -0
label_map.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "O": 0,
3
+ "B-ORG": 1,
4
+ "I-ORG": 2,
5
+ "B-LOC": 3,
6
+ "I-LOC": 4,
7
+ "B-PER": 5,
8
+ "I-PER": 6,
9
+ "B-SUBJ": 7,
10
+ "I-SUBJ": 8,
11
+ "B-ID": 9,
12
+ "I-ID": 10
13
+ }