Upload 4 files
Browse files- label_mapping.json +19 -0
- test.json +0 -0
- train.json +0 -0
- 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
|
|