Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +6 -22
dataset_infos.json
CHANGED
@@ -1,42 +1,26 @@
|
|
1 |
-
{"
|
2 |
"description": "",
|
3 |
"citation": "",
|
4 |
"homepage": "",
|
5 |
"license": "",
|
6 |
"features": {
|
7 |
"pixel_values": {
|
8 |
-
"decode": true,
|
9 |
-
"id": null,
|
10 |
"_type": "Image"
|
11 |
},
|
12 |
"num_patches": {
|
13 |
"dtype": "int64",
|
14 |
-
"id": null,
|
15 |
-
"_type": "Value"
|
16 |
-
},
|
17 |
-
"labels": {
|
18 |
-
"dtype": "string",
|
19 |
-
"id": null,
|
20 |
"_type": "Value"
|
21 |
}
|
22 |
},
|
23 |
-
"post_processed": null,
|
24 |
-
"supervised_keys": null,
|
25 |
-
"task_templates": null,
|
26 |
-
"builder_name": null,
|
27 |
-
"config_name": null,
|
28 |
-
"version": null,
|
29 |
"splits": {
|
30 |
"train": {
|
31 |
"name": "train",
|
32 |
-
"num_bytes":
|
33 |
-
"num_examples":
|
34 |
"dataset_name": "pixelsum_wiki"
|
35 |
}
|
36 |
},
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"dataset_size": 9685518.0,
|
41 |
-
"size_in_bytes": 19304327.0
|
42 |
}}
|
|
|
1 |
+
{"default": {
|
2 |
"description": "",
|
3 |
"citation": "",
|
4 |
"homepage": "",
|
5 |
"license": "",
|
6 |
"features": {
|
7 |
"pixel_values": {
|
|
|
|
|
8 |
"_type": "Image"
|
9 |
},
|
10 |
"num_patches": {
|
11 |
"dtype": "int64",
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"_type": "Value"
|
13 |
}
|
14 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
"splits": {
|
16 |
"train": {
|
17 |
"name": "train",
|
18 |
+
"num_bytes": 3252.0,
|
19 |
+
"num_examples": 1,
|
20 |
"dataset_name": "pixelsum_wiki"
|
21 |
}
|
22 |
},
|
23 |
+
"download_size": 24269,
|
24 |
+
"dataset_size": 3252.0,
|
25 |
+
"size_in_bytes": 27521.0
|
|
|
|
|
26 |
}}
|