Views
No views yet
1from transformers import AutoModel
2
3model = AutoModel.from_pretrained(
4 "2toINF/X-VLA-WidowX",
5 trust_remote_code=True
6)1from transformers import AutoProcessor
2processor = AutoProcessor.from_pretrained("2toINF/X-VLA-WidowX", trust_remote_code=True)
3model.run(processor, host="0.0.0.0", port=8000)python client_widowx.py --server_ip <SERVER_IP> --server_port 8000 --output_dir logs/logs/.| Component | Role |
|---|---|
| Florence 2 Encoder | Vision-Language representation backbone (encoder-only). |
| SoftPromptedTransformer | Flow-matching action denoiser using learnable soft prompts per embodiment. |
| Action Hub | Defines action spaces, masking rules, pre/post-processing, and losses. |
| Setting | Value |
|---|---|
| Training Data | Bridge Data V2 |
| Parameters | ≈ 0.9 B |
| Action Mode | ee6d |
| Precision | BP16 |
| Framework | PyTorch + Transformers |
Copyright 2025 2toINF (https://github.com/2toINF)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
http://www.apache.org/licenses/LICENSE-2.01@article{zheng2025x,
2 title = {X-VLA: Soft-Prompted Transformer as Scalable Cross-Embodiment Vision-Language-Action Model},
3 author = {Zheng, Jinliang and Li, Jianxiong and Wang, Zhihao and Liu, Dongxiu and Kang, Xirui
4 and Feng, Yuchun and Zheng, Yinan and Zou, Jiayin and Chen, Yilun and Zeng, Jia and others},
5 journal = {arXiv preprint arXiv:2510.10274},
6 year = {2025}
7}