Views
No views yet
gangweix/next-forcing-base.| Parameters | 6.7B (BF16) |
| Backbone layers | 30 |
| MCP depths | 3 (mcp_blocks_per_depth=3, collect layers [3, 11, 19, 29]) |
| Benchmark | RoboTwin 2.0, 50 bimanual manipulation tasks |
| Initialized from | next-forcing-base (5.1B) |
| Setting | LingBot-VA | Next Forcing |
|---|---|---|
| Clean | 92.9 | 94.1 |
| Random | 91.5 | 93.5 |
1transformer/ Next Forcing backbone with MCP modules (enable_mcp=true)
2vae/
3text_encoder/
4tokenizer/1python -m pip install "huggingface_hub[cli]"
2hf download gangweix/next-forcing-posttrain-robotwin \
3 --local-dir ./checkpoints/next-forcing-posttrain-robotwinNEXT_FORCING_MODEL_PATH at the local directory, not at the Hub repository
id:1export NEXT_FORCING_MODEL_PATH=$PWD/checkpoints/next-forcing-posttrain-robotwin
2export ROBOTWIN_ROOT=/path/to/your/RoboTwin
3
4# Start the inference server on one GPU
5CUDA_VISIBLE_DEVICES=0 bash evaluation/robotwin/launch_server.sh
6
7# In another terminal, evaluate one task for 100 trials
8bash evaluation/robotwin/launch_client.sh /path/to/eval_results adjust_bottle1@article{xu2026next,
2 title={Next Forcing: Causal World Modeling with Multi-Chunk Prediction},
3 author={Xu, Gangwei and Zhang, Qihang and Zhou, Jiaming and Zhu, Xing and Shen, Yujun and Yang, Xin and Xu, Yinghao},
4 journal={arXiv preprint arXiv:2606.11187},
5 year={2026}
6}