Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- yushaohan/ProGuard-data
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
base_model:
|
| 7 |
+
- Qwen/Qwen2.5-VL-3B-Instruct
|
| 8 |
+
tags:
|
| 9 |
+
- vlm
|
| 10 |
+
- safety
|
| 11 |
+
- guard
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
This model is the official open-source implementation of **[ProGuard: Towards Proactive Multimodal Safeguard](https://arxiv.org/abs/2512.23573)**. For deployment instructions, please refer to **[this link](https://github.com/yushaohan/ProGuard/tree/master/deploy)**.
|