Commit ·
60208e2
1
Parent(s): 1c429e4
Create dataset_infos.json
Browse files- dataset_infos.json +26 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"hedrergudene--FakeItTillYouMakeIt":
|
| 2 |
+
{
|
| 3 |
+
"description": "",
|
| 4 |
+
"citation": "",
|
| 5 |
+
"homepage": "",
|
| 6 |
+
"license": "",
|
| 7 |
+
"features": {
|
| 8 |
+
"image": {"decode": true, "id": null, "_type": "Image"},
|
| 9 |
+
"label": {"decode": true, "id": null, "_type": "Image"}
|
| 10 |
+
},
|
| 11 |
+
"post_processed": null,
|
| 12 |
+
"supervised_keys": null,
|
| 13 |
+
"task_templates": null,
|
| 14 |
+
"builder_name": null,
|
| 15 |
+
"config_name": null,
|
| 16 |
+
"version": null,
|
| 17 |
+
"splits": {
|
| 18 |
+
"train": {"name": "dataset", "num_bytes": 458119.0, "num_examples": 10, "dataset_name": "FakeItTillYouMakeIt"},
|
| 19 |
+
},
|
| 20 |
+
"download_checksums": null,
|
| 21 |
+
"download_size": 929750,
|
| 22 |
+
"post_processing_size": null,
|
| 23 |
+
"dataset_size": 916238.0,
|
| 24 |
+
"size_in_bytes": 1845988.0
|
| 25 |
+
}
|
| 26 |
+
}
|