Add annotated language instructions
Browse filesUpload meta/tasks_annotated.parquet and document the per-episode language annotations in the dataset card.
- README.md +6 -0
- meta/tasks_annotated.parquet +3 -0
README.md
CHANGED
|
@@ -19,6 +19,12 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 19 |
- **Paper:** [More Information Needed]
|
| 20 |
- **License:** apache-2.0
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Dataset Structure
|
| 23 |
|
| 24 |
[meta/info.json](meta/info.json):
|
|
|
|
| 19 |
- **Paper:** [More Information Needed]
|
| 20 |
- **License:** apache-2.0
|
| 21 |
|
| 22 |
+
## Language Annotations
|
| 23 |
+
|
| 24 |
+
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.
|
| 25 |
+
|
| 26 |
+
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.
|
| 27 |
+
|
| 28 |
## Dataset Structure
|
| 29 |
|
| 30 |
[meta/info.json](meta/info.json):
|
meta/tasks_annotated.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:184cb95f302201b66397b9c6a32ecb5f8f8d7b25de587adc176f46c8e127f3a0
|
| 3 |
+
size 3192
|