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 "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/lance/lance.py", line 126, in _split_generators
lance_datasets = [lance.dataset(uri, storage_options=storage_options) for uri in lance_dataset_uris]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/lance/__init__.py", line 219, in dataset
ds = LanceDataset(
^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/lance/dataset.py", line 442, in __init__
self._ds = _Dataset(
^^^^^^^^^
ValueError: Dataset at path table_015/table_015.lance was not found: LanceError(IO): Generic PermissionDenied error: PermissionDenied (permanent) at list, context: { uri: https://huggingface.co/api/datasets/tencent/Hy-Embodied-0.5-VLA-Data/tree/main/table_015/table_015.lance/_versions?expand=True&recursive=True, response: Parts { status: 401, version: HTTP/2.0, headers: {"date": "Sun, 14 Jun 2026 07:57:10 GMT", "content-type": "application/json; charset=utf-8", "content-length": "41", "x-powered-by": "huggingface-moon", "x-request-id": "Root=1-6a2e5ed6-3d75a8e7566e6d713cc946ab", "cross-origin-opener-policy": "same-origin", "referrer-policy": "strict-origin-when-cross-origin", "access-control-max-age": "86400", "access-control-allow-origin": "https://huggingface.co", "vary": "Origin", "access-control-expose-headers": "X-Repo-Commit,X-Request-Id,X-Error-Code,X-Error-Message,X-Total-Count,ETag,Link,Accept-Ranges,Content-Range,X-Linked-Size,X-Linked-ETag,X-Xet-Hash", "x-error-message": "Invalid username or password.", "etag": "W/\"29-dEMcHWfJi78ZR1aqzb1ELAhp3Us\""} }, service: huggingface, path: table_015/table_015.lance/_versions/, listed: 0 } => "Invalid username or password.", /home/runner/work/lance/lance/rust/lance-io/src/object_store.rs:689:92, /home/runner/work/lance/lance/rust/lance/src/dataset/builder.rs:711:35
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(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/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.
Hy-Embodied-0.5-VLA
From Vision-Language-Action Models to a Real-World Robot Learning Stack
Tencent Robotics X Γ Tencent Hy Team
π Abstract
We introduce Hy-Embodied-0.5-VLA (Hy-VLA) β an end-to-end Vision-Language-Action system that spans the full robot learning stack: data collection, model design, pre-training, supervised fine-tuning, RL post-training, and real-world deployment. Built on the Hy-Embodied-0.5 MoT backbone, Hy-VLA integrates a flow-matching action expert, a compact memory encoder for multi-frame history, and a delta-chunk action representation decoupled from embodiment-specific kinematics.
Powered by 10,000+ hours of high-fidelity UMI demonstrations collected via a custom fingertip interface with optical motion-capture, Hy-VLA achieves state-of-the-art results on the RoboTwin 2.0 benchmark (90.9% / 90.1% on Clean / Randomized) and demonstrates robust cross-embodiment transfer across four real-world robot platforms. Paired with FlowPRO preference optimization and an asynchronous inference framework, Hy-VLA establishes a scalable paradigm for continuous dexterous manipulation.
Overview
Hy-Embodied-0.5-VLA-Data is a large-scale bimanual manipulation dataset for training Vision-Language-Action (VLA) foundation models. Powered by 2000+ hours of high-fidelity demonstrations collected via a custom fingertip UMI device with optical motion-capture, it spans 70+ manipulation tasks. The dataset is released in Lance format compatible with LeRobot v3.0.
Note: The open-source release contains approximately 20% of the full corpus.
Dataset Statistics
| Property | Value |
|---|---|
| Total Episodes | 250,304 |
| Total Frames | 233,600,314 |
| Total Duration | 2,163 hours |
| Total Size | ~18.8 TB (22 tables) |
| Frequency | 30 Hz |
| Cameras | 3 views (head + left wrist + right wrist) |
| Resolution | 240 Γ 424 px per camera |
| Format | Lance (LeRobot v3.0 schema) |
| Tables | 22 (table_000 ~ table_021, ~100h each) |
Directory Structure
Each table is a self-contained LeRobot v3.0 dataset root:
table_000/
βββ table_000.lance/ # Lance columnar data (5GB shards)
β βββ _versions/
β βββ data/
β βββ ...-data-0.lance
βββ meta/ # LeRobot v3.0 metadata
βββ info.json # Table-level summary
βββ stats.json # Per-feature statistics
βββ tasks.parquet # Task β index mapping
βββ episodes/ # Episode boundary parquet files
Data Schema
Each row (frame) contains:
Observations
| Column | Type | Shape | Description |
|---|---|---|---|
observation.state |
float32 |
[16] |
Dual-arm EEF state: left [x,y,z,qx,qy,qz,qw,gripper], right [x,y,z,qx,qy,qz,qw,gripper] |
observation.images.cam_high |
image |
[240,424,3] |
Overhead camera RGB image |
observation.images.cam_left_wrist |
image |
[240,424,3] |
Left wrist-mounted camera RGB image |
observation.images.cam_right_wrist |
image |
[240,424,3] |
Right wrist-mounted camera RGB image |
Actions
| Column | Type | Shape | Description |
|---|---|---|---|
action |
float32 |
[2] |
Gripper openness [left, right] derived from state |
Metadata
| Column | Type | Shape | Description |
|---|---|---|---|
task_index |
int32 |
[1] |
Task ID mapping to meta/tasks.parquet |
task |
string |
[1] |
Task description (Chinese, e.g., "ζεηΊ’θ²ζΉεεΉΆζΎε ₯ηε") |
episode_index |
int32 |
[1] |
Global unique episode index |
frame_index |
int32 |
[1] |
Frame index within episode (starts at 0) |
timestamp |
float32 |
[1] |
Seconds from episode start |
Usage
LanceTableReader reads a single Lance table (local or HF Hub):
from hy_vla.data.lance_dataset import LanceTableReader
# Local directory
reader = LanceTableReader(root="./table_000")
# HF Hub
reader = LanceTableReader(
repo_id="tencent/Hy-Embodied-0.5-VLA-Data",
table_name="table_000",
)
# Access
frame = reader[42] # single frame dict
episode = reader.get_episode(3) # all frames of episode 3
Also compatible with raw
lance,lancedb, andlerobot-lancedb(LeRobotLanceDataset).
Episode Visualization
# Use the HF Hub dataset, pick table_000 episode 666
python scripts/vis_umi_episode.py -t table_000 -e 666
# Local Lance root
python scripts/vis_umi_episode.py /path/to/Hy-Embodied-0.5-Data -e 0 --no-3d
Downloading Specific Tables
Due to the large total size (~18.8 TB), you may prefer to download individual tables:
from huggingface_hub import snapshot_download
# Download only table_000 (~890 GB)
snapshot_download(
"tencent/Hy-Embodied-0.5-VLA-Data",
allow_patterns="table_000/**",
repo_type="dataset"
)
π Citation
If you find Hy-VLA useful for your research, please cite:
@article{tencent2026hyembodied05vla,
title={Hy-Embodied-0.5-VLA: From Vision-Language-Action Models to a Real-World Robot Learning Stack},
author={Tencent Robotics X and Tencent Hy Team},
journal={arXiv preprint arXiv:2606.14409},
year={2026}
}
License
This dataset is released under CC-BY-4.0.
- Downloads last month
- 43