Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +52 -1
dataset_infos.json
CHANGED
@@ -1 +1,52 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"tokens": {
|
8 |
+
"feature": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"_type": "Sequence"
|
13 |
+
},
|
14 |
+
"tags": {
|
15 |
+
"feature": {
|
16 |
+
"names": [
|
17 |
+
"O",
|
18 |
+
"B-Disease",
|
19 |
+
"I-Disease"
|
20 |
+
],
|
21 |
+
"id": [
|
22 |
+
0,
|
23 |
+
1,
|
24 |
+
2
|
25 |
+
],
|
26 |
+
"_type": "ClassLabel"
|
27 |
+
},
|
28 |
+
"_type": "Sequence"
|
29 |
+
},
|
30 |
+
"sentence_id": {
|
31 |
+
"dtype": "string",
|
32 |
+
"_type": "Value"
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"splits": {
|
36 |
+
"train": {
|
37 |
+
"name": "train",
|
38 |
+
"num_bytes": 6947635,
|
39 |
+
"num_examples": 15488,
|
40 |
+
"dataset_name": null
|
41 |
+
},
|
42 |
+
"test": {
|
43 |
+
"name": "test",
|
44 |
+
"num_bytes": 2614997,
|
45 |
+
"num_examples": 5737,
|
46 |
+
"dataset_name": null
|
47 |
+
}
|
48 |
+
},
|
49 |
+
"download_size": 1508920,
|
50 |
+
"dataset_size": 9562632,
|
51 |
+
"size_in_bytes": 11071552
|
52 |
+
}}
|