TheGreatRambler commited on
Commit
537aa08
1 Parent(s): 48d7d58

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +88 -0
dataset_infos.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"TheGreatRambler--mm2_world": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "pid": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "world_id": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "worlds": {
18
+ "dtype": "int32",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "levels": {
23
+ "dtype": "int32",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "planet_type": {
28
+ "dtype": "int32",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "created": {
33
+ "dtype": "int32",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "unk1": {
38
+ "dtype": "binary",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "unk5": {
43
+ "dtype": "int32",
44
+ "id": null,
45
+ "_type": "Value"
46
+ },
47
+ "unk6": {
48
+ "dtype": "int32",
49
+ "id": null,
50
+ "_type": "Value"
51
+ },
52
+ "unk7": {
53
+ "dtype": "int32",
54
+ "id": null,
55
+ "_type": "Value"
56
+ },
57
+ "thumbnail": {
58
+ "dtype": "binary",
59
+ "id": null,
60
+ "_type": "Value"
61
+ }
62
+ },
63
+ "post_processed": null,
64
+ "supervised_keys": null,
65
+ "task_templates": null,
66
+ "builder_name": "parquet",
67
+ "config_name": "default",
68
+ "version": {
69
+ "version_str": "0.0.0",
70
+ "description": null,
71
+ "major": 0,
72
+ "minor": 0,
73
+ "patch": 0
74
+ },
75
+ "splits": {
76
+ "train": {
77
+ "name": "train",
78
+ "num_bytes": 13293915241,
79
+ "num_examples": 289072,
80
+ "dataset_name": "mm2_world"
81
+ }
82
+ },
83
+ "download_checksums": null,
84
+ "download_size": 13265995851,
85
+ "post_processing_size": null,
86
+ "dataset_size": 13293915241,
87
+ "size_in_bytes": 26559911092
88
+ }}