csuhan commited on
Commit
7f5c443
·
verified ·
1 Parent(s): 597f3bb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen2.5-1.5B-Instruct
5
+ pipeline_tag: any-to-any
6
+ ---
7
+ ### Unifying Visual Understanding and Generation via Text-Aligned Representations
8
+ > [Jiaming Han](https://csuhan.com), [Hao Chen](https://haochen-rye.github.io)<sup>†</sup>, [Yang Zhao](https://scholar.google.com/citations?user=uPmTOHAAAAAJ&hl=zh-CN), [Hanyu Wang](https://hywang66.github.io), [Qi Zhao](https://kevinz8866.github.io), [Ziyan Yang](https://ziyanyang.github.io), [Hao He](https://hehao13.github.io), [Xiangyu Yue](https://xyue.io)<sup>‡</sup>, [Lu Jiang](https://www.lujiang.info)<sup>‡</sup>
9
+ >
10
+ > <sup>†</sup> Project Lead&nbsp;&nbsp;<sup>‡</sup> Corresponding Authors
11
+
12
+ <a href="https://tar.csuhan.com">
13
+ <img
14
+ src="https://img.shields.io/badge/Project-Page-0A66C2?logo=chromewebstore&logoColor=0A66C2"
15
+ alt="Project Page"
16
+ />
17
+ </a>
18
+ <a href="http://arxiv.org/abs/2506.18898">
19
+ <img
20
+ src="https://img.shields.io/badge/arXiv-Paper-red?logo=arxiv&logoColor=red"
21
+ alt="Tar Paper on arXiv"
22
+ />
23
+ </a>
24
+ <a href="https://huggingface.co/collections/csuhan/tar-68538273b5537d0bee712648">
25
+ <img
26
+ src="https://img.shields.io/badge/HF-Model-yellow?logo=huggingface&logoColor=yellow"
27
+ alt="Huggingface Model"
28
+ />
29
+ </a>
30
+ <a href="https://huggingface.co/spaces/csuhan/Tar-7B">
31
+ <img
32
+ src="https://img.shields.io/badge/HF-Space1-yellow?logo=huggingface&logoColor=yellow"
33
+ alt="Huggingface Space"
34
+ />
35
+ </a>
36
+ <a href="https://huggingface.co/spaces/csuhan/Tar">
37
+ <img
38
+ src="https://img.shields.io/badge/HF-Space2-yellow?logo=huggingface&logoColor=yellow"
39
+ alt="Huggingface Space"
40
+ />
41
+ </a>
42
+
43
+
44
+ <img src="asset/demos.png" width="80%">
45
+
46
+
47
+ ### Citation
48
+ ```
49
+ @article{han2025tar,
50
+ title={Vision as a Dialect: Unifying Visual Understanding and Generation via Text-Aligned Representations},
51
+ author={Han, Jiaming and Chen, Hao and Zhao, Yang and Wang, Hanyu and Zhao, Qi and Yang, Ziyan and He, Hao and Yue, Xiangyu and Jiang, Lu},
52
+ journal={arXiv preprint arXiv:2506.18898},
53
+ year={2025},
54
+ }
55
+ ```
56
+
57
+ ### License
58
+ This project is licensed under the Apache 2.0 License.
59
+