Add annotated language instructions
Browse filesUpload meta/tasks_annotated.parquet and document the per-episode language annotations in the dataset card.
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
tags:
|
| 6 |
+
- LeRobot
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files: data/*/*.parquet
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# allenai/MolmoAct2-Bridge-Dataset
|
| 13 |
+
|
| 14 |
+
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
| 15 |
+
|
| 16 |
+
## Dataset Description
|
| 17 |
+
|
| 18 |
+
- **License:** apache-2.0
|
| 19 |
+
|
| 20 |
+
## Language Annotations
|
| 21 |
+
|
| 22 |
+
This dataset includes annotated language instructions in [`meta/tasks_annotated.parquet`](meta/tasks_annotated.parquet). The file is indexed by `episode_index` and has a `task` column containing our per-episode annotated instruction.
|
| 23 |
+
|
| 24 |
+
The standard LeRobot loader resolves a frame's language instruction through `task_index`: each data row stores a `task_index`, which is looked up in [`meta/tasks.parquet`](meta/tasks.parquet). When you use these annotations, load `meta/tasks_annotated.parquet` and look up the current `episode_index` instead. If no valid annotated row is available, fall back to the standard LeRobot task.
|
| 25 |
+
|
| 26 |
+
## Dataset Structure
|
| 27 |
+
|
| 28 |
+
See [`meta/info.json`](meta/info.json) for dataset metadata.
|