Image-Text-to-Text
Transformers
Safetensors
English
qwen3_vl
conversational
nielsr HF Staff commited on
Commit
0a9dd92
·
verified ·
1 Parent(s): e39f783

Add pipeline tag and library name to metadata

Browse files

Hi! 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.

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,13 +1,16 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - inclusionAI/ZoomBench
5
  - inclusionAI/ZwZ-RL-VQA
6
  language:
7
  - en
8
- base_model:
9
- - Qwen/Qwen3-VL-4B-Instruct
 
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">