Add pipeline tag, library name, and Hugging Face paper link
Browse filesThis PR enhances the model card by:
- Adding `pipeline_tag: image-text-to-text` to improve discoverability on the Hugging Face Hub, as the model takes images and text inputs to generate text.
- Adding `library_name: transformers` to enable the automated "how to use" widget, as evidenced by the provided sample usage code snippet leveraging the `transformers` library.
- Including a direct link to the Hugging Face paper page ([https://huggingface.co/papers/2512.15713](https://huggingface.co/papers/2512.15713)) for easy access to the associated research on the Hub.
The existing license and tags remain unchanged. The sample usage section is already present and correctly formatted.
README.md
CHANGED
|
@@ -5,6 +5,8 @@ tags:
|
|
| 5 |
- vision-language
|
| 6 |
- diffusivonvl
|
| 7 |
- qwen2.5-vl
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<div align="center">
|
|
@@ -19,7 +21,7 @@ tags:
|
|
| 19 |
|
| 20 |
<sup>*</sup>equal contribution, <sup>✉️</sup>corresponding author, [email protected]
|
| 21 |
|
| 22 |
-
[](https://arxiv.org/abs/2512.15713) <a href="https://github.com/hustvl/DiffusionVL"><img src="https://img.shields.io/badge/GitHub-Repository-black?logo=github" alt="GitHub"></a> <a href="https://huggingface.co/collections/hustvl/diffusionvl"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-blue" alt="Hugging Face"></a>
|
| 23 |
|
| 24 |
</div>
|
| 25 |
|
|
|
|
| 5 |
- vision-language
|
| 6 |
- diffusivonvl
|
| 7 |
- qwen2.5-vl
|
| 8 |
+
pipeline_tag: image-text-to-text
|
| 9 |
+
library_name: transformers
|
| 10 |
---
|
| 11 |
|
| 12 |
<div align="center">
|
|
|
|
| 21 |
|
| 22 |
<sup>*</sup>equal contribution, <sup>✉️</sup>corresponding author, [email protected]
|
| 23 |
|
| 24 |
+
[](https://arxiv.org/abs/2512.15713) [](https://huggingface.co/papers/2512.15713) <a href="https://github.com/hustvl/DiffusionVL"><img src="https://img.shields.io/badge/GitHub-Repository-black?logo=github" alt="GitHub"></a> <a href="https://huggingface.co/collections/hustvl/diffusionvl"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-blue" alt="Hugging Face"></a>
|
| 25 |
|
| 26 |
</div>
|
| 27 |
|