Datasets:

Modalities:
Tabular
Text
Formats:
csv
Libraries:
Datasets
pandas
License:
DaniilOr commited on
Commit
8bcc9de
·
verified ·
1 Parent(s): 95e7d14

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +141 -24
dataset_infos.json CHANGED
@@ -1,32 +1,149 @@
1
  {
2
- "decompose": {
 
 
 
 
3
  "features": {
4
- "env_name": {"dtype": "string", "_type": "Value"},
5
- "seed": {"dtype": "int32", "_type": "Value"},
6
- "env_description": {"dtype": "string", "_type": "Value"},
7
- "initial_state": {"dtype": "string", "_type": "Value"},
8
- "mission": {"dtype": "string", "_type": "Value"},
9
- "help_count": {"dtype": "int32", "_type": "Value"}
10
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  },
12
- "plan": {
 
 
 
 
13
  "features": {
14
- "env_name": {"dtype": "string", "_type": "Value"},
15
- "seed": {"dtype": "int32", "_type": "Value"},
16
- "env_description": {"dtype": "string", "_type": "Value"},
17
- "initial_state": {"dtype": "string", "_type": "Value"},
18
- "target_subgoal": {"dtype": "string", "_type": "Value"},
19
- "expert_action_sequence": {"dtype": "string", "_type": "Value"}
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  },
22
- "predict": {
 
 
 
 
23
  "features": {
24
- "env_name": {"dtype": "string", "_type": "Value"},
25
- "seed": {"dtype": "int32", "_type": "Value"},
26
- "env_description": {"dtype": "string", "_type": "Value"},
27
- "initial_state": {"dtype": "string", "_type": "Value"},
28
- "action_sequence": {"dtype": "string", "_type": "Value"},
29
- "target_state": {"dtype": "string", "_type": "Value"}
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
32
  }
 
1
  {
2
+ "Plan": {
3
+ "description": "Data for the LLM-BabyBench 'Plan' task.",
4
+ "citation": "Provide a citation for your dataset if available",
5
+ "homepage": "https://huggingface.co/datasets/salem-mbzuai/LLM-BabyBench",
6
+ "license": "Specify your license if available (e.g., 'apache-2.0')",
7
  "features": {
8
+ "env_name": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "seed": {
13
+ "dtype": "int64",
14
+ "_type": "Value"
15
+ },
16
+ "env_description": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "initial_state": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "target_subgoal": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "expert_action_sequence": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "splits": {
34
+ "train": {
35
+ "name": "train",
36
+ "num_bytes": 12345,
37
+ "num_examples": 100,
38
+ "dataset_name": "llm_baby_bench"
39
+ }
40
+ },
41
+ "download_checksums": {
42
+ "LLM_BABYBENCH_Plan.csv": {
43
+ "num_bytes": 12345,
44
+ "checksum": "..."
45
+ }
46
+ },
47
+ "download_size": 12345,
48
+ "dataset_size": 12345,
49
+ "size_in_bytes": 24690
50
  },
51
+ "Decompose": {
52
+ "description": "Data for the LLM-BabyBench 'Decompose' task.",
53
+ "citation": "Provide a citation for your dataset if available",
54
+ "homepage": "https://huggingface.co/datasets/salem-mbzuai/LLM-BabyBench",
55
+ "license": "Specify your license if available (e.g., 'apache-2.0')",
56
  "features": {
57
+ "env_name": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "seed": {
62
+ "dtype": "int64",
63
+ "_type": "Value"
64
+ },
65
+ "env_description": {
66
+ "dtype": "string",
67
+ "_type": "Value"
68
+ },
69
+ "initial_state": {
70
+ "dtype": "string",
71
+ "_type": "Value"
72
+ },
73
+ "mission": {
74
+ "dtype": "string",
75
+ "_type": "Value"
76
+ },
77
+ "help_count": {
78
+ "dtype": "int64",
79
+ "_type": "Value"
80
+ }
81
+ },
82
+ "splits": {
83
+ "train": {
84
+ "name": "train",
85
+ "num_bytes": 6789,
86
+ "num_examples": 50,
87
+ "dataset_name": "llm_baby_bench"
88
+ }
89
+ },
90
+ "download_checksums": {
91
+ "LLM_BABYBENCH_Decompose.csv": {
92
+ "num_bytes": 6789,
93
+ "checksum": "..."
94
+ }
95
+ },
96
+ "download_size": 6789,
97
+ "dataset_size": 6789,
98
+ "size_in_bytes": 13578
99
  },
100
+ "Predict": {
101
+ "description": "Data for the LLM-BabyBench 'Predict' task.",
102
+ "citation": "Provide a citation for your dataset if available",
103
+ "homepage": "https://huggingface.co/datasets/salem-mbzuai/LLM-BabyBench",
104
+ "license": "Specify your license if available (e.g., 'apache-2.0')",
105
  "features": {
106
+ "env_name": {
107
+ "dtype": "string",
108
+ "_type": "Value"
109
+ },
110
+ "seed": {
111
+ "dtype": "int64",
112
+ "_type": "Value"
113
+ },
114
+ "env_description": {
115
+ "dtype": "string",
116
+ "_type": "Value"
117
+ },
118
+ "initial_state": {
119
+ "dtype": "string",
120
+ "_type": "Value"
121
+ },
122
+ "action_sequence": {
123
+ "dtype": "string",
124
+ "_type": "Value"
125
+ },
126
+ "target_state": {
127
+ "dtype": "string",
128
+ "_type": "Value"
129
+ }
130
+ },
131
+ "splits": {
132
+ "train": {
133
+ "name": "train",
134
+ "num_bytes": 101112,
135
+ "num_examples": 75,
136
+ "dataset_name": "llm_baby_bench"
137
+ }
138
+ },
139
+ "download_checksums": {
140
+ "LLM_BABYBENCH_Predict.csv": {
141
+ "num_bytes": 101112,
142
+ "checksum": "..."
143
+ }
144
+ },
145
+ "download_size": 101112,
146
+ "dataset_size": 101112,
147
+ "size_in_bytes": 202224
148
  }
149
  }