leost233 commited on
Commit
90a8890
·
verified ·
1 Parent(s): d20168d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -17
README.md CHANGED
@@ -5,24 +5,29 @@ language:
5
  base_model:
6
  - lmms-lab/llava-onevision-qwen2-7b-ov
7
  ---
8
- <p align="center">
9
- <img src="https://github.com/leost123456/LLaVAShield/blob/main/figs/logo.png?raw=true" width="100">
10
- </p>
11
-
12
- <h1 align="center">LLaVAShield: Safeguarding Multimodal Multi-Turn Dialogues in Vision-Language Models</h1>
13
-
14
- <p align="center">
15
- <a href="https://arxiv.org/abs/2509.25896">
16
- <img src="https://img.shields.io/badge/Paper-arXiv-B31B1B?style=flat-square&logo=arxiv&logoColor=white" alt="Paper">
17
- </a>
18
- <a href="https://huggingface.co/datasets/leost233/MMDS">
19
- <img src="https://img.shields.io/badge/Dataset-MMDS-FFD21E?style=flat-square&logo=huggingface&logoColor=black" alt="Dataset">
20
- </a>
21
- <a href="https://github.com/leost123456/LLaVAShield">
22
- <img src="https://img.shields.io/badge/Code-GitHub-black?style=flat-square&logo=github&logoColor=white" alt="Code">
23
- </a>
24
- </p>
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ## 📢 News
27
 
28
  * **[03/2026]** 🚀 We officially release the **LLaVAShield** model and the **MMDS dataset** to the Hugging Face community!
 
5
  base_model:
6
  - lmms-lab/llava-onevision-qwen2-7b-ov
7
  ---
8
+ <div align="center">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
+ <img src="https://github.com/leost123456/LLaVAShield/raw/main/figs/logo.png" width="130" alt="LLaVAShield Logo">
11
+
12
+ <h1>LLaVAShield</h1>
13
+
14
+ <h3>Safeguarding Multimodal Multi-Turn Dialogues in Vision-Language Models</h3>
15
+
16
+ <p>
17
+ <a href="https://arxiv.org/abs/2509.25896">
18
+ <img src="https://img.shields.io/badge/Paper-arXiv_2509.25896-B31B1B?logo=arxiv&logoColor=white" alt="arXiv">
19
+ </a>
20
+ <a href="https://huggingface.co/datasets/leost233/MMDS">
21
+ <img src="https://img.shields.io/badge/Dataset-HuggingFace_MMDS-FFD21E?logo=huggingface&logoColor=000000" alt="Dataset">
22
+ </a>
23
+ <a href="https://github.com/leost123456/LLaVAShield">
24
+ <img src="https://img.shields.io/badge/Code-GitHub-181717?logo=github&logoColor=white" alt="GitHub">
25
+ </a>
26
+ </p>
27
+
28
+ </div>
29
+
30
+ <br>
31
  ## 📢 News
32
 
33
  * **[03/2026]** 🚀 We officially release the **LLaVAShield** model and the **MMDS dataset** to the Hugging Face community!