wayrise commited on
Commit
52df4e6
·
verified ·
1 Parent(s): ce76e86

Add model card linking the OpenWAM paper (arXiv 2609.07398)

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: openwam
4
+ pipeline_tag: robotics
5
+ tags:
6
+ - robotics
7
+ - world-action-model
8
+ - openwam
9
+ ---
10
+
11
+ # OpenWAM-Alpha-Pretrain-Foundation-Model
12
+
13
+ OpenWAM-α applies the recipe selected by the OpenWAM study: a Wan2.2-TI2V-5B video backbone with its native Wan-VAE encoder, a Dual-System Joint Self-Attention architecture, and a mutual attention mask. It is pretrained on 518.5M frames (about 6,400 hours), mixing robot data (70%: 40% real-world, 30% simulation) with egocentric human data (30%).
14
+
15
+ This is the pretrained foundation model itself, before any downstream finetuning. Every OpenWAM-Alpha checkpoint below starts from it.
16
+
17
+ - Paper: https://arxiv.org/abs/2609.07398
18
+ - Code: https://github.com/OpenWAM-Official/OpenWAM
19
+ - Project page: https://openwam-official.github.io/
20
+
21
+ ## Citation
22
+
23
+ ```bibtex
24
+ @article{wang2026openwam,
25
+ title = {OpenWAM: An Open, Modular Exploration Towards Systematic World-Action Model Pretraining},
26
+ author = {Yuran Wang and Siqiao Huang and Mingleyang Li and Chenhao Zhang and Jiaqi Liang and Weiyang Jin and Yue Chen and Xuemin Chi and Donghao Zhou and Qize Yu and Yu-Kai Wang and Yuhan Rui and Shenzhe Yao and Zhen Yuan and Zhenhao Shen and Kefei Zhu and Zijie Zhu and Ning Gao and Xiaowei Chi and Guanqi He and Shanghang Zhang and Hao Dong and Lin Shao and Hang Zhao},
27
+ year = {2026},
28
+ journal = {arXiv preprint arXiv: 2609.07398}
29
+ }
30
+ ```