Datasets:
Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "tsfile/tsfile_py_cpp.pyx", line 567, in tsfile.tsfile_py_cpp.tsfile_reader_new_c
tsfile.exceptions.FileOpenError: 28:
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
~~~~~~~~~~~~~~~~~~~~~~~~~^
StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/tsfile/tsfile.py", line 271, in _split_generators
scan = self._scan_metadata(all_files)
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/tsfile/tsfile.py", line 318, in _scan_metadata
with self._open_reader(file) as reader:
~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/tsfile/tsfile.py", line 742, in _open_reader
return TsFileReader(file)
File "tsfile/tsfile_reader.pyx", line 323, in tsfile.tsfile_reader.TsFileReaderPy.__init__
SystemError: <class '_weakrefset.WeakSet'> returned a result with an exception set
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
~~~~~~~~~~~~~~~~~~~~~~~^
path=dataset,
^^^^^^^^^^^^^
config_name=config,
^^^^^^^^^^^^^^^^^^^
token=hf_token,
^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
path,
...<6 lines>...
**config_kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.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.
aloha_mobile_shrimp
This dataset was converted from
lerobot/aloha_mobile_shrimp
to Apache TsFile format.
Dataset Description
The original dataset was created using LeRobot.
- Homepage: More Information Needed
- Paper: More Information Needed
- License: apache-2.0
Source Dataset
- Original dataset:
lerobot/aloha_mobile_shrimp - Source scale: 18 episodes, 67,500 frames, 50 fps, 1 task.
- Source robot type:
aloha. - Source data path:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - Source video path:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
TsFile Conversion
The numeric robot state/action/time/task data was converted into one TsFile:
data/aloha_mobile_shrimp.tsfile
Conversion details:
- All 18 source episodes are stored in one TsFile table named
aloha_mobile_shrimp. episode_indexandtask_indexare TsFile TAG columns. Query a single episode withWHERE episode_index=N.Time = round(timestamp * 1000)in milliseconds. The sourcetimestampcolumn is not retained because it equalsTime / 1000seconds.frame_indexis kept. Sourceindexis renamed tosample_index. Sourcenext.doneis renamed tonext_done.- Vector columns are flattened by preserving the source column name, replacing
.with_, and appending the element index. - Values from flattened vector columns are stored as single-precision FLOAT.
Flattened vector features:
observation.state[14]->observation_state_0..observation_state_13observation.effort[14]->observation_effort_0..observation_effort_13action[14]->action_0..action_13
Videos
Videos are not included in this TsFile repository. They remain in the original
dataset under
videos/.
The mirrored meta/info.json records the original video path and includes a
tsfile_conversion section describing the converted schema, row count, tag
columns, dropped timestamp column, omitted video features, and time mapping.
- Downloads last month
- 58