Instructions to use Aether258/pi05_bi_task2_all_step8000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use Aether258/pi05_bi_task2_all_step8000 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -70,7 +70,8 @@ only.
|
|
| 70 |
| batch size | 128 |
|
| 71 |
| this checkpoint | step 8000 (~1.24 epoch; 1 epoch = 6,444 steps) |
|
| 72 |
| planned length | 20,000 steps |
|
| 73 |
-
| lr |
|
|
|
|
| 74 |
| LoRA | rank 16 on the LLM, rank 32 on the action expert |
|
| 75 |
| vision tower | **fully fine-tuned** -- the freeze filter matches only `.*llm.*` |
|
| 76 |
|
|
|
|
| 70 |
| batch size | 128 |
|
| 71 |
| this checkpoint | step 8000 (~1.24 epoch; 1 epoch = 6,444 steps) |
|
| 72 |
| planned length | 20,000 steps |
|
| 73 |
+
| lr | cosine decay, 1,000 warmup steps: peak 2.5e-5 -> 2.5e-6 over 30,000 steps |
|
| 74 |
+
| | (`CosineDecaySchedule` defaults -- `pi05_bi` does not override `lr_schedule`; the `peak_lr=2e-4 / decay_steps=100000` block in `config.py` is referenced only by `pi05_single*`) |
|
| 75 |
| LoRA | rank 16 on the LLM, rank 32 on the action expert |
|
| 76 |
| vision tower | **fully fine-tuned** -- the freeze filter matches only `.*llm.*` |
|
| 77 |
|