Datasets:
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +43 -0
dataset_infos.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"maderix--flickr_bw_rgb": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"image": {
|
8 |
+
"decode": true,
|
9 |
+
"id": null,
|
10 |
+
"_type": "Image"
|
11 |
+
},
|
12 |
+
"caption": {
|
13 |
+
"dtype": "string",
|
14 |
+
"id": null,
|
15 |
+
"_type": "Value"
|
16 |
+
}
|
17 |
+
},
|
18 |
+
"post_processed": null,
|
19 |
+
"supervised_keys": null,
|
20 |
+
"task_templates": null,
|
21 |
+
"builder_name": "imagefolder",
|
22 |
+
"config_name": "default",
|
23 |
+
"version": {
|
24 |
+
"version_str": "0.0.0",
|
25 |
+
"description": null,
|
26 |
+
"major": 0,
|
27 |
+
"minor": 0,
|
28 |
+
"patch": 0
|
29 |
+
},
|
30 |
+
"splits": {
|
31 |
+
"train": {
|
32 |
+
"name": "train",
|
33 |
+
"num_bytes": 325035690.44,
|
34 |
+
"num_examples": 7216,
|
35 |
+
"dataset_name": "flickr_bw_rgb"
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"download_checksums": null,
|
39 |
+
"download_size": 335317526,
|
40 |
+
"post_processing_size": null,
|
41 |
+
"dataset_size": 325035690.44,
|
42 |
+
"size_in_bytes": 660353216.44
|
43 |
+
}}
|