yhzheng1031 commited on
Commit
6cf48e8
·
verified ·
1 Parent(s): 154ee6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -2,4 +2,32 @@
2
  license: mit
3
  base_model:
4
  - Qwen/Qwen3-VL-8B-Instruct
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  base_model:
4
  - Qwen/Qwen3-VL-8B-Instruct
5
+ pipeline_tag: image-text-to-text
6
+ library_name: transformers
7
+ ---
8
+
9
+ # Code2World-8B
10
+
11
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/64107c7df52d7eb22e062956/RQrFKiDM8WML1o46Fidyc.png)
12
+
13
+ ## Quickstart
14
+
15
+ Below, we provide simple examples to show how to use Code2World with 🤗 Transformers.
16
+
17
+ The code of Code2World has been in the latest Hugging Face transformers and we advise you to build from source with command:
18
+ ```
19
+ pip install transformers==4.57.0
20
+ ```
21
+
22
+ ## Citation
23
+
24
+ If you find our work helpful, feel free to give us a cite.
25
+
26
+ ```
27
+ @article{zheng2026code2world,
28
+ title={Code2World: A GUI World Model via Renderable Code Generation},
29
+ author={Zheng, Yuhao and Zhong, Li'an and Wang, Yi and Dai, Rui and Liu, Kaikui and Chu, Xiangxiang and Lv, Linyuan and Torr, Philip and Lin, Kevin Qinghong},
30
+ journal={arXiv preprint arXiv:2602.09856},
31
+ year={2026}
32
+ }
33
+ ```