mathemakitten commited on
Commit
0a82ffc
·
1 Parent(s): affd8c0
Files changed (1) hide show
  1. dataset_infos.json +0 -150
dataset_infos.json DELETED
@@ -1,150 +0,0 @@
1
- {
2
- "conll2003": {
3
- "features": {
4
- "id": {
5
- "dtype": "string",
6
- "id": null,
7
- "_type": "Value"
8
- },
9
- "tokens": {
10
- "feature": {
11
- "dtype": "string",
12
- "id": null,
13
- "_type": "Value"
14
- },
15
- "length": -1,
16
- "id": null,
17
- "_type": "Sequence"
18
- },
19
- "pos_tags": {
20
- "feature": {
21
- "num_classes": 47,
22
- "names": [
23
- "\"",
24
- "''",
25
- "#",
26
- "$",
27
- "(",
28
- ")",
29
- ",",
30
- ".",
31
- ":",
32
- "``",
33
- "CC",
34
- "CD",
35
- "DT",
36
- "EX",
37
- "FW",
38
- "IN",
39
- "JJ",
40
- "JJR",
41
- "JJS",
42
- "LS",
43
- "MD",
44
- "NN",
45
- "NNP",
46
- "NNPS",
47
- "NNS",
48
- "NN|SYM",
49
- "PDT",
50
- "POS",
51
- "PRP",
52
- "PRP$",
53
- "RB",
54
- "RBR",
55
- "RBS",
56
- "RP",
57
- "SYM",
58
- "TO",
59
- "UH",
60
- "VB",
61
- "VBD",
62
- "VBG",
63
- "VBN",
64
- "VBP",
65
- "VBZ",
66
- "WDT",
67
- "WP",
68
- "WP$",
69
- "WRB"
70
- ],
71
- "id": null,
72
- "_type": "ClassLabel"
73
- },
74
- "length": -1,
75
- "id": null,
76
- "_type": "Sequence"
77
- },
78
- "chunk_tags": {
79
- "feature": {
80
- "num_classes": 23,
81
- "names": [
82
- "O",
83
- "B-ADJP",
84
- "I-ADJP",
85
- "B-ADVP",
86
- "I-ADVP",
87
- "B-CONJP",
88
- "I-CONJP",
89
- "B-INTJ",
90
- "I-INTJ",
91
- "B-LST",
92
- "I-LST",
93
- "B-NP",
94
- "I-NP",
95
- "B-PP",
96
- "I-PP",
97
- "B-PRT",
98
- "I-PRT",
99
- "B-SBAR",
100
- "I-SBAR",
101
- "B-UCP",
102
- "I-UCP",
103
- "B-VP",
104
- "I-VP"
105
- ],
106
- "id": null,
107
- "_type": "ClassLabel"
108
- },
109
- "length": -1,
110
- "id": null,
111
- "_type": "Sequence"
112
- },
113
- "ner_tags": {
114
- "feature": {
115
- "num_classes": 9,
116
- "names": [
117
- "O",
118
- "B-PER",
119
- "I-PER",
120
- "B-ORG",
121
- "I-ORG",
122
- "B-LOC",
123
- "I-LOC",
124
- "B-MISC",
125
- "I-MISC"
126
- ],
127
- "id": null,
128
- "_type": "ClassLabel"
129
- },
130
- "length": -1,
131
- "id": null,
132
- "_type": "Sequence"
133
- }
134
- },
135
- "splits": {
136
- "train": {
137
- "name": "train",
138
- "dataset_name": "conll2003"
139
- },
140
- "validation": {
141
- "name": "validation",
142
- "dataset_name": "conll2003"
143
- },
144
- "test": {
145
- "name": "test",
146
- "dataset_name": "conll2003"
147
- }
148
- },
149
- }
150
- }