Duanj1 commited on
Commit
5b8571b
·
verified ·
1 Parent(s): cf6c491

Add annotated language instructions

Browse files

Upload meta/tasks_annotated.parquet and document the per-episode language annotations in the dataset card.

Files changed (2) hide show
  1. README.md +6 -0
  2. meta/tasks_annotated.parquet +3 -0
README.md CHANGED
@@ -22,6 +22,12 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
22
  - **Paper:** [More Information Needed]
23
  - **License:** apache-2.0
24
 
 
 
 
 
 
 
25
  ## Dataset Structure
26
 
27
  [meta/info.json](meta/info.json):
 
22
  - **Paper:** [More Information Needed]
23
  - **License:** apache-2.0
24
 
25
+ ## Language Annotations
26
+
27
+ 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.
28
+
29
+ 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). In our training code, setting `--use_annotated_task true` loads `meta/tasks_annotated.parquet` and replaces the frame's task by looking up the current `episode_index`; if no valid annotated row is available, it falls back to the standard LeRobot task.
30
+
31
  ## Dataset Structure
32
 
33
  [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:db585b5a8f633fd6b0281df238b43ec928a1cf558653828072a6fe8c07b8ea6b
3
+ size 3509