Safetensors
English
qwen3_vl
nielsr HF Staff commited on
Commit
1309732
·
verified ·
1 Parent(s): 4e082d0

Add pipeline tag, library name and update links/citation

Browse files

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

This PR improves the model card metadata by adding:
1. The `pipeline_tag: image-text-to-text` to categorize the model correctly.
2. The `library_name: transformers` since the model is fully compatible with Hugging Face `transformers` library.

Additionally, I've updated the Markdown content to:
- Add a link to the official GitHub repository in the header badges.
- Update the BibTeX citation to include the full list of authors as specified in the GitHub README.

Feel free to merge if this looks good to you!

Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
  base_model:
6
  - Qwen/Qwen3-VL-4B-Instruct
 
 
 
 
 
7
  ---
 
8
  <p align="center">
9
  <img src="assets/s_icon.png" width="48" alt="SingGuard icon">
10
  </p>
@@ -16,7 +19,8 @@ base_model:
16
  <p align="center">
17
  <a href="https://huggingface.co/collections/inclusionAI/sing-guard">🤗 HuggingFace</a> &nbsp; | &nbsp;
18
  <a href="https://modelscope.cn/collections/inclusionAI/Sing-Guard">🤖 ModelScope</a> &nbsp; | &nbsp;
19
- <a href="https://arxiv.org/abs/2606.22873">📄 Paper</a>
 
20
  </p>
21
 
22
  ## Introduction
@@ -386,7 +390,7 @@ The default full policy contains the following risk categories. When a dynamic p
386
  ```bibtex
387
  @article{singguard2026,
388
  title={SingGuard: Policy-Adaptive Multimodal Safeguarding with Dynamic Reasoning},
389
- author={Ant Group},
390
  year={2026}
391
  }
392
  ```
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen3-VL-4B-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>
 
19
  <p align="center">
20
  <a href="https://huggingface.co/collections/inclusionAI/sing-guard">🤗 HuggingFace</a> &nbsp; | &nbsp;
21
  <a href="https://modelscope.cn/collections/inclusionAI/Sing-Guard">🤖 ModelScope</a> &nbsp; | &nbsp;
22
+ <a href="https://arxiv.org/abs/2606.22873">📄 Paper</a> &nbsp; | &nbsp;
23
+ <a href="https://github.com/inclusionAI/Sing-Guard">💻 GitHub</a>
24
  </p>
25
 
26
  ## Introduction
 
390
  ```bibtex
391
  @article{singguard2026,
392
  title={SingGuard: Policy-Adaptive Multimodal Safeguarding with Dynamic Reasoning},
393
+ 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},
394
  year={2026}
395
  }
396
  ```