Add pipeline tag and library name
Browse filesThis PR improves the model card by adding the `library_name: transformers` and `pipeline_tag: image-text-to-text` to the metadata.
The `library_name` will enable the "Use in Transformers" widget on the model page, providing a quick code snippet for users. The `pipeline_tag` will ensure the model is correctly categorized on the Hugging Face Hub, making it easier for users to discover models performing similar tasks.
Please review and merge this PR if everything looks good.
README.md
CHANGED
|
@@ -5,6 +5,8 @@ tags:
|
|
| 5 |
- vision-language
|
| 6 |
- diffusivonvl
|
| 7 |
- qwen2.5-vl
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<div align="center">
|
|
|
|
| 5 |
- vision-language
|
| 6 |
- diffusivonvl
|
| 7 |
- qwen2.5-vl
|
| 8 |
+
library_name: transformers
|
| 9 |
+
pipeline_tag: image-text-to-text
|
| 10 |
---
|
| 11 |
|
| 12 |
<div align="center">
|