Add pipeline tag, license, and link to paper
#1
by nielsr HF Staff - opened
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 |
[](https://huggingface.co/XuminYu/ViQ_weights)
|
| 23 |
|
|
|
|
|
|
|
| 24 |
[](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:
|
| 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 |
[](https://huggingface.co/XuminYu/ViQ_weights)
|
| 28 |
|
| 29 |
+
[](https://huggingface.co/papers/2606.27313)
|
| 30 |
+
|
| 31 |
[](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 |
```
|