The dataset viewer is not available for this subset.
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 71, 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.
Test RTC DAgger 5 Merged Igor TsFile
This dataset is an Apache TsFile conversion of
1g0rrr/test-rtc-dagger-5-merged-igor,
a LeRobot robot-manipulation dataset for the task “Insert cable into the
connector.”
Modalities: Time-series and tabular. The converted repository contains numeric robot states, actions, frame timing, and episode/task tags. The source camera videos remain in the original Hugging Face dataset and are not duplicated here.
Source Dataset
- Source dataset:
1g0rrr/test-rtc-dagger-5-merged-igor - Original author/repository owner: Igor (
1g0rrr) - Source repository contributors shown by Hugging Face: 1 (
1g0rrr) - License: not declared on the source dataset page or in the downloaded metadata
- Robot type:
eyou_ft7_follower - LeRobot codebase version:
2.1 - Split:
train, episodes0:102 - Scale: 102 episodes, 37,773 frames, 30 fps
- Task metadata: one task definition,
task_index=0, “Insert cable into the connector” - Source numeric layout:
data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet - Source video layout:
videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4 - Video scale recorded in
meta/info.json: 306 AV1 videos (three streams for each of 102 episodes), 480 x 640, 30 fps, no audio
The downloaded source meta/info.json reported total_tasks: 0, while
meta/tasks.jsonl contains the task above. The converted metadata sets
total_tasks: 1 so the count matches the task file.
Converted Files
- TsFile:
data/1g0rrr_test_rtc_dagger_5_merged_igor.tsfile - Table:
1g0rrr_test_rtc_dagger_5_merged_igor - Rows: 37,773
- Episode devices: 102
- Time precision: milliseconds
- TsFile size: 1,928,822 bytes
- Source numeric Parquet size: 3,630,944 bytes across 102 files
- TsFile/source-Parquet size ratio: 0.5312
- Metadata:
meta/mirrors the LeRobot metadata;meta/info.jsonis updated for the TsFile artifact and retains the original video path information
TsFile Schema
Time is synthesized as round(timestamp * 1000) milliseconds and restarts
at zero for every episode. The Python SDK exposes the physical time column as
time when reading the table.
TAG columns, stored with the native TsFile table device/tag mechanism:
episode_indextask_index
Integer FIELD columns:
frame_indexsample_index, renamed from source columnindex
FLOAT FIELD groups:
action[7]->action_0...action_6observation.state[7]->observation_state_0...observation_state_6
The seven dimensions in both vectors are, in order:
shoulder_pan.pos, shoulder_lift.pos, elbow_flex.pos, wrist_flex.pos,
wrist_side.pos, wrist_roll.pos, and gripper.pos.
Encoding and Compression
FLOAT/DOUBLE:GORILLA + LZ4INT32/INT64:TS_2DIFF + LZ4Time:TS_2DIFF + LZ4BOOLEAN:RLE + LZ4policy; this dataset contains no BOOLEAN fieldsTAG: native TsFile device/tag storage
This type-aware profile is selected explicitly by the conversion script. The resulting TsFile is smaller than the source numeric Parquet files.
Conversion Notes
- All 102 episode Parquet files are merged into one table-model TsFile.
episode_indexandtask_indexremain the original source columns and are declared as TAGs; no synthetic episode or task aliases are created.- Vector columns are flattened to scalar FLOAT fields. The full source column
prefix is preserved, with
.replaced by_. - Source column
timestampis intentionally omitted afterTimesynthesis because it is redundant withTime / 1000seconds. - Source column
indexis renamed tosample_index;frame_indexis retained. - No numeric rows, episodes, action dimensions, or state dimensions are dropped.
- Use
episode_indexandtask_indexTAG filters to select a device/episode.
Source Videos
Videos are intentionally not included in this TsFile repository. They remain
available in the original dataset and align with numeric rows through
episode_index, frame_index, and the 30 fps timestamps:
The complete source video tree is under
videos/chunk-000/.
Validation
The generated file was opened with the Apache TsFile Python SDK. TsFile chunk metadata contained 37,773 rows across 102 devices, matching the 37,773 staged rows and the 37,773 source Parquet rows. A full table query also read back all 37,773 rows. The local conversion report is intentionally not part of the upload payload.
Usage
from tsfile import ColumnCategory, TsFileReader
path = "data/1g0rrr_test_rtc_dagger_5_merged_igor.tsfile"
table_name = "1g0rrr_test_rtc_dagger_5_merged_igor"
reader = TsFileReader(path)
schema = reader.get_all_table_schemas()[table_name]
columns = [
column.get_column_name()
for column in schema.get_columns()
if column.get_category() in (ColumnCategory.FIELD, ColumnCategory.TAG)
]
with reader.query_table(table_name, columns, batch_size=65536) as result:
first_batch = result.read_arrow_batch()
print(first_batch)
- Downloads last month
- 40