Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'stats'}) and 2 missing columns ({'tasks', 'length'}).
This happened while the json dataset builder was generating data using
hf://datasets/chuanmew/qiwu_train_lerobot/meta/episodes_stats.jsonl (at revision 9e175ce9a46815c2ae51db77f2ff71ba17b1cbec)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 643, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2293, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2241, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
episode_index: int64
stats: struct<observation.state: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>, action: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>, observation.images.cam_high: struct<min: list<item: list<item: list<item: double>>>, max: list<item: list<item: list<item: double>>>, mean: list<item: list<item: list<item: double>>>, std: list<item: list<item: list<item: double>>>, count: list<item: int64>>, observation.images.cam_left_wrist: struct<min: list<item: list<item: list<item: double>>>, max: list<item: list<item: list<item: double>>>, mean: list<item: list<item: list<item: double>>>, std: list<item: list<item: list<item: double>>>, count: list<item: int64>>, observation.images.cam_right_wrist: struct<min: list<item: list<item: list<item: double>>>, max: list<item: list<item: list<item: double>>>, mean: list<item: list<item: list<item: double>>>, std: list<item: list<item: list<item: double>>>, count: list<item: int64>>, timestamp: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>, frame_index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>, episode_index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<it
...
_index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>
child 0, min: list<item: int64>
child 0, item: int64
child 1, max: list<item: int64>
child 0, item: int64
child 2, mean: list<item: double>
child 0, item: double
child 3, std: list<item: double>
child 0, item: double
child 4, count: list<item: int64>
child 0, item: int64
child 8, index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>
child 0, min: list<item: int64>
child 0, item: int64
child 1, max: list<item: int64>
child 0, item: int64
child 2, mean: list<item: double>
child 0, item: double
child 3, std: list<item: double>
child 0, item: double
child 4, count: list<item: int64>
child 0, item: int64
child 9, task_index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>
child 0, min: list<item: int64>
child 0, item: int64
child 1, max: list<item: int64>
child 0, item: int64
child 2, mean: list<item: double>
child 0, item: double
child 3, std: list<item: double>
child 0, item: double
child 4, count: list<item: int64>
child 0, item: int64
to
{'episode_index': Value(dtype='int64', id=None), 'tasks': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'length': Value(dtype='int64', id=None)}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1433, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1050, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 925, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1001, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1873, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'stats'}) and 2 missing columns ({'tasks', 'length'}).
This happened while the json dataset builder was generating data using
hf://datasets/chuanmew/qiwu_train_lerobot/meta/episodes_stats.jsonl (at revision 9e175ce9a46815c2ae51db77f2ff71ba17b1cbec)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
episode_index int64 | tasks sequence | length int64 |
|---|---|---|
0 | [
"Grasp the avocado"
] | 271 |
1 | [
"Grasp the avocado"
] | 148 |
2 | [
"Grasp the avocado"
] | 197 |
3 | [
"Grasp the avocado"
] | 254 |
4 | [
"Grasp the avocado"
] | 190 |
5 | [
"Grasp the avocado"
] | 260 |
6 | [
"Grasp the avocado"
] | 166 |
7 | [
"Grasp the avocado"
] | 181 |
8 | [
"Grasp the avocado"
] | 214 |
9 | [
"Grasp the avocado"
] | 278 |
10 | [
"Grasp the avocado"
] | 167 |
11 | [
"Grasp the avocado"
] | 246 |
12 | [
"Grasp the carrot"
] | 268 |
13 | [
"Grasp the carrot"
] | 190 |
14 | [
"Grasp the carrot"
] | 170 |
15 | [
"Grasp the carrot"
] | 182 |
16 | [
"Grasp the carrot"
] | 180 |
17 | [
"Grasp the carrot"
] | 246 |
18 | [
"Grasp the carrot"
] | 170 |
19 | [
"Grasp the carrot"
] | 292 |
20 | [
"Grasp the carrot"
] | 290 |
21 | [
"Grasp the carrot"
] | 189 |
22 | [
"Grasp the carrot"
] | 110 |
23 | [
"Grasp the carrot"
] | 145 |
24 | [
"Grasp the carrot"
] | 180 |
25 | [
"Grasp the carrot"
] | 114 |
26 | [
"Grasp the carrot"
] | 175 |
27 | [
"Grasp the carrot"
] | 184 |
28 | [
"Grasp the carrot"
] | 239 |
29 | [
"Grasp the carrot"
] | 190 |
30 | [
"Grasp the carrot"
] | 143 |
31 | [
"Grasp the carrot"
] | 193 |
32 | [
"Grasp the cherry"
] | 220 |
33 | [
"Grasp the cherry"
] | 167 |
34 | [
"Grasp the cherry"
] | 174 |
35 | [
"Grasp the cherry"
] | 257 |
36 | [
"Grasp the cherry"
] | 150 |
37 | [
"Grasp the cherry"
] | 223 |
38 | [
"Grasp the cherry"
] | 280 |
39 | [
"Grasp the cherry"
] | 197 |
40 | [
"Grasp the cherry"
] | 156 |
41 | [
"Grasp the cherry"
] | 192 |
42 | [
"Grasp the cherry"
] | 220 |
43 | [
"Grasp the cherry"
] | 156 |
44 | [
"Grasp the cherry"
] | 144 |
45 | [
"Grasp the cherry"
] | 191 |
46 | [
"Grasp the corn"
] | 178 |
47 | [
"Grasp the corn"
] | 160 |
48 | [
"Grasp the corn"
] | 202 |
49 | [
"Grasp the corn"
] | 179 |
50 | [
"Grasp the corn"
] | 132 |
51 | [
"Grasp the corn"
] | 204 |
52 | [
"Grasp the corn"
] | 201 |
53 | [
"Grasp the corn"
] | 174 |
54 | [
"Grasp the corn"
] | 225 |
55 | [
"Grasp the corn"
] | 179 |
56 | [
"Grasp the corn"
] | 145 |
57 | [
"Grasp the corn"
] | 160 |
58 | [
"Grasp the corn"
] | 157 |
59 | [
"Grasp the cucumber"
] | 343 |
60 | [
"Grasp the cucumber"
] | 162 |
61 | [
"Grasp the cucumber"
] | 220 |
62 | [
"Grasp the cucumber"
] | 273 |
63 | [
"Grasp the cucumber"
] | 221 |
64 | [
"Grasp the cucumber"
] | 199 |
65 | [
"Grasp the cucumber"
] | 220 |
66 | [
"Grasp the cucumber"
] | 303 |
67 | [
"Grasp the cucumber"
] | 210 |
68 | [
"Grasp the cucumber"
] | 292 |
69 | [
"Grasp the cucumber"
] | 183 |
70 | [
"Grasp the cucumber"
] | 223 |
71 | [
"Grasp the cucumber"
] | 189 |
72 | [
"Grasp the cucumber"
] | 301 |
73 | [
"Grasp the cucumber"
] | 236 |
74 | [
"Grasp the fat eggplant"
] | 170 |
75 | [
"Grasp the fat eggplant"
] | 205 |
76 | [
"Grasp the fat eggplant"
] | 139 |
77 | [
"Grasp the fat eggplant"
] | 191 |
78 | [
"Grasp the fat eggplant"
] | 236 |
79 | [
"Grasp the fat eggplant"
] | 148 |
80 | [
"Grasp the fat eggplant"
] | 133 |
81 | [
"Grasp the fat eggplant"
] | 231 |
82 | [
"Grasp the fat eggplant"
] | 229 |
83 | [
"Grasp the fat eggplant"
] | 176 |
84 | [
"Grasp the fat eggplant"
] | 265 |
85 | [
"Grasp the fat eggplant"
] | 238 |
86 | [
"Grasp the fat eggplant"
] | 177 |
87 | [
"Grasp the fat eggplant"
] | 160 |
88 | [
"Grasp the green pepper"
] | 158 |
89 | [
"Grasp the green pepper"
] | 133 |
90 | [
"Grasp the green pepper"
] | 76 |
91 | [
"Grasp the green pepper"
] | 216 |
92 | [
"Grasp the green pepper"
] | 338 |
93 | [
"Grasp the green pepper"
] | 262 |
94 | [
"Grasp the green pepper"
] | 313 |
95 | [
"Grasp the green pepper"
] | 238 |
96 | [
"Grasp the green pepper"
] | 227 |
97 | [
"Grasp the green pepper"
] | 159 |
98 | [
"Grasp the green pepper"
] | 180 |
99 | [
"Grasp the green pepper"
] | 236 |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 3