nielsr HF Staff commited on
Commit
0576c55
·
verified ·
1 Parent(s): b11f026

Add pipeline tag, library name, and paper/code links

Browse files

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

This PR improves your model card by:
- Adding the `pipeline_tag: image-text-to-text` and `library_name: transformers` to the YAML metadata so the model is properly categorized and discoverable.
- Adding links to the paper on Hugging Face Papers, the official GitHub repository, and the project page.

Please let me know if you have any questions!

Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -1,18 +1,22 @@
1
  ---
2
- license: apache-2.0
3
  base_model: Qwen/Qwen2.5-VL-3B-Instruct
4
- tags:
5
- - vision-language
6
- - image-safety
7
- - guardrails
8
- - policy-conditioned
9
- - qwen2.5-vl
10
  datasets:
11
- - PolicyShiftBench/PolicyShiftBench
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # PolicyShiftGuard-3B
15
 
 
 
16
  PolicyShiftGuard-3B is a policy-conditioned image guardrail model based on Qwen2.5-VL-3B. It is trained to decide whether an image violates a supplied policy bundle and to return a structured safe/unsafe decision with the violated risk category when applicable.
17
 
18
  ## Expected Output Format
@@ -36,4 +40,4 @@ Use this model for research on policy-conditioned multimodal safety, adaptive im
36
 
37
  ## Limitations
38
 
39
- This is a research checkpoint. It may fail under policies, languages, visual domains, or deployment settings not represented in the benchmark. Outputs should not be treated as legal or compliance advice.
 
1
  ---
 
2
  base_model: Qwen/Qwen2.5-VL-3B-Instruct
 
 
 
 
 
 
3
  datasets:
4
+ - PolicyShiftBench/PolicyShiftBench
5
+ license: apache-2.0
6
+ pipeline_tag: image-text-to-text
7
+ library_name: transformers
8
+ tags:
9
+ - vision-language
10
+ - image-safety
11
+ - guardrails
12
+ - policy-conditioned
13
+ - qwen2.5-vl
14
  ---
15
 
16
  # PolicyShiftGuard-3B
17
 
18
+ [📚 Paper](https://huggingface.co/papers/2607.05910) | [💻 GitHub](https://github.com/ssmisya/PolicyShiftGuard) | [🏠 Project Page](https://policyshiftguard.github.io/)
19
+
20
  PolicyShiftGuard-3B is a policy-conditioned image guardrail model based on Qwen2.5-VL-3B. It is trained to decide whether an image violates a supplied policy bundle and to return a structured safe/unsafe decision with the violated risk category when applicable.
21
 
22
  ## Expected Output Format
 
40
 
41
  ## Limitations
42
 
43
+ This is a research checkpoint. It may fail under policies, languages, visual domains, or deployment settings not represented in the benchmark. Outputs should not be treated as legal or compliance advice.