Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +163 -0
dataset_infos.json
ADDED
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"autoevaluate--conll2003-sample": {
|
2 |
+
"description": "The shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on\nfour types of named entities: persons, locations, organizations and names of miscellaneous entities that do\nnot belong to the previous three groups.\n\nThe CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on\na separate line and there is an empty line after each sentence. The first item on each line is a word, the second\na part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags\nand the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only\nif two phrases of the same type immediately follow each other, the first word of the second phrase will have tag\nB-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2\ntagging scheme, whereas the original dataset uses IOB1.\n\nFor more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419\n",
|
3 |
+
"citation": "@inproceedings{tjong-kim-sang-de-meulder-2003-introduction,\n title = \"Introduction to the {C}o{NLL}-2003 Shared Task: Language-Independent Named Entity Recognition\",\n author = \"Tjong Kim Sang, Erik F. and\n De Meulder, Fien\",\n booktitle = \"Proceedings of the Seventh Conference on Natural Language Learning at {HLT}-{NAACL} 2003\",\n year = \"2003\",\n url = \"https://www.aclweb.org/anthology/W03-0419\",\n pages = \"142--147\",\n}\n",
|
4 |
+
"homepage": "https://www.aclweb.org/anthology/W03-0419/",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"id": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"tokens": {
|
13 |
+
"feature": {
|
14 |
+
"dtype": "string",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"length": -1,
|
19 |
+
"id": null,
|
20 |
+
"_type": "Sequence"
|
21 |
+
},
|
22 |
+
"pos_tags": {
|
23 |
+
"feature": {
|
24 |
+
"num_classes": 47,
|
25 |
+
"names": [
|
26 |
+
"\"",
|
27 |
+
"''",
|
28 |
+
"#",
|
29 |
+
"$",
|
30 |
+
"(",
|
31 |
+
")",
|
32 |
+
",",
|
33 |
+
".",
|
34 |
+
":",
|
35 |
+
"``",
|
36 |
+
"CC",
|
37 |
+
"CD",
|
38 |
+
"DT",
|
39 |
+
"EX",
|
40 |
+
"FW",
|
41 |
+
"IN",
|
42 |
+
"JJ",
|
43 |
+
"JJR",
|
44 |
+
"JJS",
|
45 |
+
"LS",
|
46 |
+
"MD",
|
47 |
+
"NN",
|
48 |
+
"NNP",
|
49 |
+
"NNPS",
|
50 |
+
"NNS",
|
51 |
+
"NN|SYM",
|
52 |
+
"PDT",
|
53 |
+
"POS",
|
54 |
+
"PRP",
|
55 |
+
"PRP$",
|
56 |
+
"RB",
|
57 |
+
"RBR",
|
58 |
+
"RBS",
|
59 |
+
"RP",
|
60 |
+
"SYM",
|
61 |
+
"TO",
|
62 |
+
"UH",
|
63 |
+
"VB",
|
64 |
+
"VBD",
|
65 |
+
"VBG",
|
66 |
+
"VBN",
|
67 |
+
"VBP",
|
68 |
+
"VBZ",
|
69 |
+
"WDT",
|
70 |
+
"WP",
|
71 |
+
"WP$",
|
72 |
+
"WRB"
|
73 |
+
],
|
74 |
+
"id": null,
|
75 |
+
"_type": "ClassLabel"
|
76 |
+
},
|
77 |
+
"length": -1,
|
78 |
+
"id": null,
|
79 |
+
"_type": "Sequence"
|
80 |
+
},
|
81 |
+
"chunk_tags": {
|
82 |
+
"feature": {
|
83 |
+
"num_classes": 23,
|
84 |
+
"names": [
|
85 |
+
"O",
|
86 |
+
"B-ADJP",
|
87 |
+
"I-ADJP",
|
88 |
+
"B-ADVP",
|
89 |
+
"I-ADVP",
|
90 |
+
"B-CONJP",
|
91 |
+
"I-CONJP",
|
92 |
+
"B-INTJ",
|
93 |
+
"I-INTJ",
|
94 |
+
"B-LST",
|
95 |
+
"I-LST",
|
96 |
+
"B-NP",
|
97 |
+
"I-NP",
|
98 |
+
"B-PP",
|
99 |
+
"I-PP",
|
100 |
+
"B-PRT",
|
101 |
+
"I-PRT",
|
102 |
+
"B-SBAR",
|
103 |
+
"I-SBAR",
|
104 |
+
"B-UCP",
|
105 |
+
"I-UCP",
|
106 |
+
"B-VP",
|
107 |
+
"I-VP"
|
108 |
+
],
|
109 |
+
"id": null,
|
110 |
+
"_type": "ClassLabel"
|
111 |
+
},
|
112 |
+
"length": -1,
|
113 |
+
"id": null,
|
114 |
+
"_type": "Sequence"
|
115 |
+
},
|
116 |
+
"ner_tags": {
|
117 |
+
"feature": {
|
118 |
+
"num_classes": 9,
|
119 |
+
"names": [
|
120 |
+
"O",
|
121 |
+
"B-PER",
|
122 |
+
"I-PER",
|
123 |
+
"B-ORG",
|
124 |
+
"I-ORG",
|
125 |
+
"B-LOC",
|
126 |
+
"I-LOC",
|
127 |
+
"B-MISC",
|
128 |
+
"I-MISC"
|
129 |
+
],
|
130 |
+
"id": null,
|
131 |
+
"_type": "ClassLabel"
|
132 |
+
},
|
133 |
+
"length": -1,
|
134 |
+
"id": null,
|
135 |
+
"_type": "Sequence"
|
136 |
+
}
|
137 |
+
},
|
138 |
+
"post_processed": null,
|
139 |
+
"supervised_keys": null,
|
140 |
+
"task_templates": null,
|
141 |
+
"builder_name": "conll2003",
|
142 |
+
"config_name": "conll2003",
|
143 |
+
"version": {
|
144 |
+
"version_str": "1.0.0",
|
145 |
+
"description": null,
|
146 |
+
"major": 1,
|
147 |
+
"minor": 0,
|
148 |
+
"patch": 0
|
149 |
+
},
|
150 |
+
"splits": {
|
151 |
+
"test": {
|
152 |
+
"name": "test",
|
153 |
+
"num_bytes": 45816.79698812627,
|
154 |
+
"num_examples": 100,
|
155 |
+
"dataset_name": "conll2003-sample"
|
156 |
+
}
|
157 |
+
},
|
158 |
+
"download_checksums": null,
|
159 |
+
"download_size": 14546,
|
160 |
+
"post_processing_size": null,
|
161 |
+
"dataset_size": 45816.79698812627,
|
162 |
+
"size_in_bytes": 60362.79698812627
|
163 |
+
}}
|