mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 18:26:11 +00:00
docs(annotate): prettier format annotation_pipeline.mdx
Quality-gate fix: ruff-format/markdown prettier hook reflow of the annotation pipeline doc. No content change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -11,15 +11,15 @@ A vocabulary-discovery phase derives a small canonical wording, then three
|
|||||||
modules write into a per-episode staging tree, then a single writer
|
modules write into a per-episode staging tree, then a single writer
|
||||||
rewrites the data shards in place:
|
rewrites the data shards in place:
|
||||||
|
|
||||||
| Style / atom | Column | Module |
|
| Style / atom | Column | Module |
|
||||||
| ------------------------------------------- | --------------------- | -------------- |
|
| ------------------------------------------- | --------------------- | --------------- |
|
||||||
| `subtask` (Pi0.7-style "how, not what") | `language_persistent` | `plan` |
|
| `subtask` (Pi0.7-style "how, not what") | `language_persistent` | `plan` |
|
||||||
| `plan` (initial + refresh on interjection) | `language_persistent` | `plan` |
|
| `plan` (initial + refresh on interjection) | `language_persistent` | `plan` |
|
||||||
| `memory` (MEM-style compression) | `language_persistent` | `plan` |
|
| `memory` (MEM-style compression) | `language_persistent` | `plan` |
|
||||||
| `task_aug` (rephrasings of canonical task) | `language_persistent` | `plan` |
|
| `task_aug` (rephrasings of canonical task) | `language_persistent` | `plan` |
|
||||||
| `interjection` | `language_events` | `interjections`|
|
| `interjection` | `language_events` | `interjections` |
|
||||||
| speech tool-call atom (`style=null`, `say`) | `language_events` | `interjections`|
|
| speech tool-call atom (`style=null`, `say`) | `language_events` | `interjections` |
|
||||||
| `vqa` (user / assistant pair) | `language_events` | `vqa` |
|
| `vqa` (user / assistant pair) | `language_events` | `vqa` |
|
||||||
|
|
||||||
The `plan` module is constrained to a **canonical vocabulary** discovered
|
The `plan` module is constrained to a **canonical vocabulary** discovered
|
||||||
once per dataset by the `vocabulary` module (phase 0). It watches a few
|
once per dataset by the `vocabulary` module (phase 0). It watches a few
|
||||||
|
|||||||
Reference in New Issue
Block a user