Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
## Model Description
|
| 5 |
-
This is a huggingface model card for Q-Insight 👋
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
| 7 |
- Code: https://github.com/bytedance/Q-Insight
|
| 8 |
|
| 9 |
## License
|
|
@@ -26,4 +35,12 @@ If you find the code helpful in your research or work, please cite the following
|
|
| 26 |
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
|
| 27 |
year={2026}
|
| 28 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- IQA
|
| 7 |
+
- VQA
|
| 8 |
+
- AIGC
|
| 9 |
---
|
| 10 |
## Model Description
|
| 11 |
+
This is a huggingface model card for Q-Insight family 👋
|
| 12 |
+
|
| 13 |
+
- Q-Insight paper: https://arxiv.org/pdf/2503.22679
|
| 14 |
+
- VQ-Insight paper: https://arxiv.org/pdf/2506.18564
|
| 15 |
+
- RALI paper: https://arxiv.org/pdf/2510.11369
|
| 16 |
- Code: https://github.com/bytedance/Q-Insight
|
| 17 |
|
| 18 |
## License
|
|
|
|
| 35 |
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
|
| 36 |
year={2026}
|
| 37 |
}
|
| 38 |
+
```
|
| 39 |
+
```
|
| 40 |
+
@inproceedings{zhao2025reasoning,
|
| 41 |
+
title={Reasoning as Representation: Rethinking Visual Reinforcement Learning in Image Quality Assessment},
|
| 42 |
+
author={Zhao, Shijie and Zhang, Xuanyu and Li, Weiqi and Li, Junlin and Zhang, Li and Xue, Tianfan and Zhang, Jian},
|
| 43 |
+
booktitle={Proceedings of the International Conference on Learning Representations (ICLR)},
|
| 44 |
+
year={2026}
|
| 45 |
+
}
|
| 46 |
```
|