Add pipeline tag, license, and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  <p align="center">
2
  <img src="assets/hunyuan_logo.png" width="400"/> <br>
3
  </p>
@@ -21,13 +26,15 @@
21
 
22
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-ViQ__weights-ffc107?color=ffc107&logoColor=white)](https://huggingface.co/XuminYu/ViQ_weights)
23
  &nbsp;&nbsp;
 
 
24
  [![GitHub](https://img.shields.io/badge/GitHub-ViQ-181717?logo=github)](https://github.com/yuxumin/ViQ)
25
 
26
  </div>
27
 
28
  ---
29
 
30
- This repository hosts the **pretrained model weights** for **ViQ**. For the inference / training / weight-conversion **code**, see the main repo: **https://github.com/yuxumin/ViQ**.
31
 
32
  ViQ is trained in two stages, and this repository provides weights for **both stages**:
33
 
@@ -91,7 +98,7 @@ huggingface-cli download XuminYu/ViQ_weights --local-dir ViQ_weights
91
  @article{yu2026viq,
92
  title = {ViQ: Text-Aligned Visual Quantized Representations at Any Resolution},
93
  author = {Yu, Xumin and Liu, Zuyan and Yang, Zhenyu and Dong, Yuhao and Qian, Shengsheng and Lu, Jiwen and Hu, Han and Rao, Yongming},
94
- journal = {arXiv preprint arXiv:xxxx.xxxxx},
95
  year = {2026}
96
  }
97
  ```
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-feature-extraction
4
+ ---
5
+
6
  <p align="center">
7
  <img src="assets/hunyuan_logo.png" width="400"/> <br>
8
  </p>
 
26
 
27
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-ViQ__weights-ffc107?color=ffc107&logoColor=white)](https://huggingface.co/XuminYu/ViQ_weights)
28
  &nbsp;&nbsp;
29
+ [![arXiv](https://img.shields.io/badge/arXiv-2606.27313-b31b1b.svg)](https://huggingface.co/papers/2606.27313)
30
+ &nbsp;&nbsp;
31
  [![GitHub](https://img.shields.io/badge/GitHub-ViQ-181717?logo=github)](https://github.com/yuxumin/ViQ)
32
 
33
  </div>
34
 
35
  ---
36
 
37
+ This repository hosts the **pretrained model weights** for **ViQ**, presented in [ViQ: Text-Aligned Visual Quantized Representations at Any Resolution](https://huggingface.co/papers/2606.27313). For the inference / training / weight-conversion **code**, see the main repo: **https://github.com/yuxumin/ViQ**.
38
 
39
  ViQ is trained in two stages, and this repository provides weights for **both stages**:
40
 
 
98
  @article{yu2026viq,
99
  title = {ViQ: Text-Aligned Visual Quantized Representations at Any Resolution},
100
  author = {Yu, Xumin and Liu, Zuyan and Yang, Zhenyu and Dong, Yuhao and Qian, Shengsheng and Lu, Jiwen and Hu, Han and Rao, Yongming},
101
+ journal = {arXiv preprint arXiv:2606.27313},
102
  year = {2026}
103
  }
104
  ```