Views
No views yet
jokeru/pick_right_purple_box_and_place_it_in_the_middle.| Path | Model | Training point | Notes |
|---|---|---|---|
fastwam/step_000500.pt | memory FastWAM | step 500 | Full model checkpoint used by the local FastWAM runtime |
lingbot-va/transformer/ | old Robbyant/lingbot-va | step 250 | Fine-tuned transformer weights and transformer config |
training_state.pt, about 40.5 GB) is
intentionally excluded. The uploaded transformer is sufficient for inference
and as a fine-tuning initialization, but still requires the upstream
LingBot-VA code and base Wan/VAE/text-encoder components.jokeru/pick_right_purple_box_and_place_it_in_the_middleglobal_primary, left_wrist, right_wristfastwam/initialization_report.json. Paths in that report have been reduced
to stable checkpoint identifiers.Robbyant/lingbot-varight_eye, left_wrist, right_wrist| Model | Generated frames | Video PSNR | Video MAE | Action MAE |
|---|---|---|---|---|
| FastWAM | 101 | 16.727 | 0.0776 | 0.4830 |
| LingBot-VA | 141 | 16.540 | 0.0913 | 0.1146 |
1from huggingface_hub import hf_hub_download
2
3checkpoint = hf_hub_download(
4 repo_id="PencilHu/FastWAM-LingBotVA-PurpleBox",
5 filename="fastwam/step_000500.pt",
6)1from huggingface_hub import snapshot_download
2
3snapshot_download(
4 repo_id="PencilHu/FastWAM-LingBotVA-PurpleBox",
5 allow_patterns="lingbot-va/transformer/*",
6)