Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +37 -0
dataset_infos.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"txy8496--box_distance_cont_updated": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"attributes": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"images": {
|
13 |
+
"decode": true,
|
14 |
+
"id": null,
|
15 |
+
"_type": "Image"
|
16 |
+
}
|
17 |
+
},
|
18 |
+
"post_processed": null,
|
19 |
+
"supervised_keys": null,
|
20 |
+
"task_templates": null,
|
21 |
+
"builder_name": null,
|
22 |
+
"config_name": null,
|
23 |
+
"version": null,
|
24 |
+
"splits": {
|
25 |
+
"train": {
|
26 |
+
"name": "train",
|
27 |
+
"num_bytes": 334583262.75,
|
28 |
+
"num_examples": 1562,
|
29 |
+
"dataset_name": "box_distance_cont_updated"
|
30 |
+
}
|
31 |
+
},
|
32 |
+
"download_checksums": null,
|
33 |
+
"download_size": 334594566,
|
34 |
+
"post_processing_size": null,
|
35 |
+
"dataset_size": 334583262.75,
|
36 |
+
"size_in_bytes": 669177828.75
|
37 |
+
}}
|