Safetensors
English
qwen3_5
nielsr HF Staff commited on
Commit
babcb04
·
verified ·
1 Parent(s): 1dc748e

Add pipeline_tag and library_name to metadata

Browse files

This PR improves the model card's metadata by adding `pipeline_tag: image-text-to-text` and `library_name: transformers`. This will make the model easier to discover on the Hugging Face Hub under the correct task category and enable the "Use in Transformers" button on the model page.

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
  base_model:
6
  - Qwen/Qwen3-VL-8B-Instruct
 
 
 
 
 
7
  ---
 
8
  <p align="center">
9
  <img src="assets/s_icon.png" width="48" alt="SingGuard icon">
10
  </p>
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen3-VL-8B-Instruct
4
+ language:
5
+ - en
6
+ license: apache-2.0
7
+ library_name: transformers
8
+ pipeline_tag: image-text-to-text
9
  ---
10
+
11
  <p align="center">
12
  <img src="assets/s_icon.png" width="48" alt="SingGuard icon">
13
  </p>