Datasets:
TheGreatRambler
commited on
Commit
•
eaabe60
1
Parent(s):
63f8cf7
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +48 -0
dataset_infos.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"TheGreatRambler--mm2_world_levels": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"pid": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"data_id": {
|
13 |
+
"dtype": "int32",
|
14 |
+
"id": null,
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"ninjis": {
|
18 |
+
"dtype": "int32",
|
19 |
+
"id": null,
|
20 |
+
"_type": "Value"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"post_processed": null,
|
24 |
+
"supervised_keys": null,
|
25 |
+
"task_templates": null,
|
26 |
+
"builder_name": "parquet",
|
27 |
+
"config_name": "default",
|
28 |
+
"version": {
|
29 |
+
"version_str": "0.0.0",
|
30 |
+
"description": null,
|
31 |
+
"major": 0,
|
32 |
+
"minor": 0,
|
33 |
+
"patch": 0
|
34 |
+
},
|
35 |
+
"splits": {
|
36 |
+
"train": {
|
37 |
+
"name": "train",
|
38 |
+
"num_bytes": 105065395,
|
39 |
+
"num_examples": 3346009,
|
40 |
+
"dataset_name": "mm2_world_levels"
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"download_checksums": null,
|
44 |
+
"download_size": 28294203,
|
45 |
+
"post_processing_size": null,
|
46 |
+
"dataset_size": 105065395,
|
47 |
+
"size_in_bytes": 133359598
|
48 |
+
}}
|