Cheaminh commited on
Commit
ec0e732
·
verified ·
1 Parent(s): 5346bce

Upload 4 files

Browse files
Files changed (4) hide show
  1. label_mapping.json +19 -0
  2. test.json +0 -0
  3. train.json +0 -0
  4. validation.json +0 -0
label_mapping.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "O": 0,
3
+ "B-DAT": 1,
4
+ "I-DAT": 2,
5
+ "B-DIS": 3,
6
+ "I-DIS": 4,
7
+ "B-HUM": 5,
8
+ "I-HUM": 6,
9
+ "B-LOC": 7,
10
+ "I-LOC": 8,
11
+ "B-MED": 9,
12
+ "I-MED": 10,
13
+ "B-ORG": 11,
14
+ "I-ORG": 12,
15
+ "B-PAT": 13,
16
+ "I-PAT": 14,
17
+ "B-SYM": 15,
18
+ "I-SYM": 16
19
+ }
test.json ADDED
The diff for this file is too large to render. See raw diff
 
train.json ADDED
The diff for this file is too large to render. See raw diff
 
validation.json ADDED
The diff for this file is too large to render. See raw diff