Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +58 -0
- asset/demos.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
asset/demos.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- google/siglip2-so400m-patch14-384
|
| 5 |
+
---
|
| 6 |
+
### Unifying Visual Understanding and Generation via Text-Aligned Representations
|
| 7 |
+
> [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>
|
| 8 |
+
>
|
| 9 |
+
> <sup>†</sup> Project Lead <sup>‡</sup> Corresponding Authors
|
| 10 |
+
|
| 11 |
+
<a href="https://tar.csuhan.com">
|
| 12 |
+
<img
|
| 13 |
+
src="https://img.shields.io/badge/Project-Page-0A66C2?logo=chromewebstore&logoColor=0A66C2"
|
| 14 |
+
alt="Project Page"
|
| 15 |
+
/>
|
| 16 |
+
</a>
|
| 17 |
+
<a href="http://arxiv.org/abs/2506.18898">
|
| 18 |
+
<img
|
| 19 |
+
src="https://img.shields.io/badge/arXiv-Paper-red?logo=arxiv&logoColor=red"
|
| 20 |
+
alt="Tar Paper on arXiv"
|
| 21 |
+
/>
|
| 22 |
+
</a>
|
| 23 |
+
<a href="https://huggingface.co/collections/csuhan/tar-68538273b5537d0bee712648">
|
| 24 |
+
<img
|
| 25 |
+
src="https://img.shields.io/badge/HF-Model-yellow?logo=huggingface&logoColor=yellow"
|
| 26 |
+
alt="Huggingface Model"
|
| 27 |
+
/>
|
| 28 |
+
</a>
|
| 29 |
+
<a href="https://huggingface.co/spaces/csuhan/Tar-7B">
|
| 30 |
+
<img
|
| 31 |
+
src="https://img.shields.io/badge/HF-Space1-yellow?logo=huggingface&logoColor=yellow"
|
| 32 |
+
alt="Huggingface Space"
|
| 33 |
+
/>
|
| 34 |
+
</a>
|
| 35 |
+
<a href="https://huggingface.co/spaces/csuhan/Tar">
|
| 36 |
+
<img
|
| 37 |
+
src="https://img.shields.io/badge/HF-Space2-yellow?logo=huggingface&logoColor=yellow"
|
| 38 |
+
alt="Huggingface Space"
|
| 39 |
+
/>
|
| 40 |
+
</a>
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
<img src="asset/demos.png" width="80%">
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
### Citation
|
| 47 |
+
```
|
| 48 |
+
@article{han2025tar,
|
| 49 |
+
title={Vision as a Dialect: Unifying Visual Understanding and Generation via Text-Aligned Representations},
|
| 50 |
+
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},
|
| 51 |
+
journal={arXiv preprint arXiv:2506.18898},
|
| 52 |
+
year={2025},
|
| 53 |
+
}
|
| 54 |
+
```
|
| 55 |
+
|
| 56 |
+
### License
|
| 57 |
+
This project is licensed under the Apache 2.0 License.
|
| 58 |
+
|
asset/demos.png
ADDED
|
Git LFS Details
|