wayrise commited on
Commit
b369fb0
·
verified ·
1 Parent(s): 452b972

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
+ # sft_from_scratch_robotwin_clean
12
+
13
+ An **OpenWAM-Study** checkpoint: downstream supervised finetuning on RoboTwin 2.0, applied identically across every Q5 pretraining variant so the recipes can be compared end to end.
14
+
15
+ Finetuned on RoboTwin 2.0 Clean **from scratch**, the no-pretraining baseline.
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
+ ```