zzzrw commited on
Commit
d1a104d
·
verified ·
1 Parent(s): 8854e3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -8,6 +8,10 @@ language:
8
  base_model:
9
  - Qwen/Qwen3-VL-2B-Instruct
10
  pipeline_tag: image-text-to-text
 
 
 
 
11
  ---
12
 
13
  <div align="center">
@@ -48,4 +52,16 @@ Embodied Vision-Language Models (VLMs) have demonstrated impressive performance
48
 
49
  <div align="center">
50
  <img src="assets/overview.png" alt="GEM Teaser" width="85%">
51
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  base_model:
9
  - Qwen/Qwen3-VL-2B-Instruct
10
  pipeline_tag: image-text-to-text
11
+ library_name: transformers
12
+ tags:
13
+ - Vision-Language-Model
14
+ - Vision-Language-Action
15
  ---
16
 
17
  <div align="center">
 
52
 
53
  <div align="center">
54
  <img src="assets/overview.png" alt="GEM Teaser" width="85%">
55
+ </div>
56
+
57
+
58
+
59
+ If you find our work helpful, please consider citing:
60
+ ```
61
+ @article{zhao2026gem,
62
+ title={GEM: Generative Supervision Helps Embodied Intelligence},
63
+ author={Zhao, Ruowen and Li, Bangguo and Liu, Zuyan and Liang, Yinan and Ye, Junliang and Liu, Fangfu and Wu, Diankun and Wang, Zhengyi and Yu, Xumin and Rao, Yongming and others},
64
+ journal={arXiv preprint arXiv:2605.28548},
65
+ year={2026}
66
+ }
67
+ ```