GGUF
English
conversational
nielsr HF Staff commited on
Commit
a4a20fd
·
verified ·
1 Parent(s): 4098bfc

Add pipeline tag and library name to metadata

Browse files

Hi! I'm Niels from the Hugging Face community science team.

This PR improves your model card by adding:
1. `pipeline_tag: image-text-to-text` so that your model is properly categorized and discoverable under the correct multimodal task on the Hub.
2. `library_name: transformers` to enable the automated, pre-defined code snippet widget on your model page, helping users quickly get started with your model.
3. An updated BibTeX citation with the full author list from the GitHub repository.

Let me know if you have any questions!

Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
  base_model:
6
  - Qwen/Qwen3-VL-2B-Instruct
 
 
 
 
 
7
  ---
 
8
  <p align="center">
9
  <img src="assets/s_icon.png" width="48" alt="SingGuard icon">
10
  </p>
@@ -385,7 +388,7 @@ The default full policy contains the following risk categories. When a dynamic p
385
  ```bibtex
386
  @article{singguard2026,
387
  title={SingGuard: Policy-Adaptive Multimodal Safeguarding with Dynamic Reasoning},
388
- author={Ant Group},
389
  year={2026}
390
  }
391
  ```
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen3-VL-2B-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>
 
388
  ```bibtex
389
  @article{singguard2026,
390
  title={SingGuard: Policy-Adaptive Multimodal Safeguarding with Dynamic Reasoning},
391
+ author={Li, Zongyi and Yin, Shenglin and Liao, Bingyan and Bai, Yichen and He, Liangbo and Xiu, Kedong and Li, Hongcheng and Lan, Jun and Cui, Shiwen and Xu, Tingting and Song, Chuanbiao and Yu, Zijian and Hong, Yan and Li, Siyuan and Xu, Chao and Zhu, Huijia and Meng, Changhua and Wang, Weiqiang},
392
  year={2026}
393
  }
394
  ```