Add pipeline tag and library name to metadata
Browse filesHi! I'm Niels from the Hugging Face community team. I've opened this PR to improve the metadata of your model card.
I've added:
- `pipeline_tag: image-text-to-text`: This helps categorize the model correctly on the Hub.
- `library_name: transformers`: This enables the "Use in Transformers" button on the model page.
The content of the model card remains unchanged as it already provides excellent documentation, including a functional code snippet and links to the research paper and project repository.
README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- inclusionAI/ZoomBench
|
| 5 |
- inclusionAI/ZwZ-RL-VQA
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
---
|
|
|
|
| 11 |
# ZwZ-4B
|
| 12 |
|
| 13 |
<div align="center">
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen3-VL-4B-Instruct
|
| 4 |
datasets:
|
| 5 |
- inclusionAI/ZoomBench
|
| 6 |
- inclusionAI/ZwZ-RL-VQA
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
library_name: transformers
|
| 11 |
+
pipeline_tag: image-text-to-text
|
| 12 |
---
|
| 13 |
+
|
| 14 |
# ZwZ-4B
|
| 15 |
|
| 16 |
<div align="center">
|