Instructions to use geonmin-kim/Cosmos3-Edge-Policy-SO101-init with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use geonmin-kim/Cosmos3-Edge-Policy-SO101-init with LeRobot:
- Notebooks
- Google Colab
- Kaggle
README: tokenizer resolution now portable
Browse files
README.md
CHANGED
|
@@ -46,12 +46,11 @@ lerobot-train \
|
|
| 46 |
--dataset.repo_id=<your SO-101 LeRobot dataset> ...
|
| 47 |
```
|
| 48 |
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
`
|
| 53 |
-
|
| 54 |
-
`chat_template.jinja` ship in this repo).
|
| 55 |
|
| 56 |
## Fine-tuned descendants
|
| 57 |
|
|
|
|
| 46 |
--dataset.repo_id=<your SO-101 LeRobot dataset> ...
|
| 47 |
```
|
| 48 |
|
| 49 |
+
Tokenizer resolution is fully portable: `text_processor_name_or_path` and the
|
| 50 |
+
serialized processor's `processor_name` point at this repo id (with
|
| 51 |
+
`local_files_only=false`), and `preprocessor_config.json` ships so
|
| 52 |
+
`Qwen3VLProcessor` loads without the AutoTokenizer fallback. No overrides needed
|
| 53 |
+
on a fresh machine.
|
|
|
|
| 54 |
|
| 55 |
## Fine-tuned descendants
|
| 56 |
|