Instructions to use YccHugAi/lingbot-vla-2-stackcube with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YccHugAi/lingbot-vla-2-stackcube with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("YccHugAi/lingbot-vla-2-stackcube", dtype="auto") - LeRobot
How to use YccHugAi/lingbot-vla-2-stackcube with LeRobot:
- Notebooks
- Google Colab
- Kaggle
LingBot-VLA 2.0 โ Stack-the-cubes finetune
Finetune of LingBot-VLA 2.0 (6B, MoE action expert) on the mixed LGG100/Stack-the-cubes + LGG100/Stack-the-cubes-v2 datasets (Unitree G1 Dex1, dual-arm cube stacking).
Code & real-robot serving: https://github.com/YCC-DAVID/robotic
Checkpoints
Each global_step_*/ folder holds the deployable HF-format weights
(model-0000x-of-00006.safetensors + tokenizer/config), loadable directly.
| Folder | Step |
|---|---|
global_step_5000/ |
5000 |
global_step_10000/ |
10000 |
global_step_15000/ |
15000 |
global_step_20000/ |
20000 (final) |
Training
- Base: LingBot-VLA 2.0 (fp32), 16-dim state/action (14 arm joints + 2 grippers)
- 2xA100-80GB, FSDP2, Muon optimizer,
L1_fmloss,bounds_99_woclipnorm, absolute actions - 20000 steps, lr 1e-4, with depth + DINO-video distillation and future-image prediction
- Final loss ~0.11 (VLA_Loss)
Only the deployable hf_ckpt weights are published (optimizer states omitted).