djagatiya commited on
Commit
1fced35
1 Parent(s): d693e48

Initial checkin

Browse files
Files changed (5) hide show
  1. README.md +4 -0
  2. labels.json +42 -0
  3. test.conll +0 -0
  4. train.conll +0 -0
  5. validation.conll +0 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ | Dataset | Examples |
2
+ | --- | --- |
3
+ | Training | 75187 |
4
+ | Testing | 9479 |
labels.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "names": [
3
+ "O",
4
+ "B-PERSON",
5
+ "I-PERSON",
6
+ "B-NORP",
7
+ "I-NORP",
8
+ "B-FAC",
9
+ "I-FAC",
10
+ "B-ORG",
11
+ "I-ORG",
12
+ "B-GPE",
13
+ "I-GPE",
14
+ "B-LOC",
15
+ "I-LOC",
16
+ "B-PRODUCT",
17
+ "I-PRODUCT",
18
+ "B-DATE",
19
+ "I-DATE",
20
+ "B-TIME",
21
+ "I-TIME",
22
+ "B-PERCENT",
23
+ "I-PERCENT",
24
+ "B-MONEY",
25
+ "I-MONEY",
26
+ "B-QUANTITY",
27
+ "I-QUANTITY",
28
+ "B-ORDINAL",
29
+ "I-ORDINAL",
30
+ "B-CARDINAL",
31
+ "I-CARDINAL",
32
+ "B-EVENT",
33
+ "I-EVENT",
34
+ "B-WORK_OF_ART",
35
+ "I-WORK_OF_ART",
36
+ "B-LAW",
37
+ "I-LAW",
38
+ "B-LANGUAGE",
39
+ "I-LANGUAGE"
40
+
41
+ ]
42
+ }
test.conll ADDED
The diff for this file is too large to render. See raw diff
 
train.conll ADDED
The diff for this file is too large to render. See raw diff
 
validation.conll ADDED
The diff for this file is too large to render. See raw diff