Update README.md
Browse files
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 |
+

|
| 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 |
+
```
|