wanglne commited on
Commit
73bb1b2
·
verified ·
1 Parent(s): 13fdb8e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen2.5-VL-7B-Instruct
5
+ pipeline_tag: image-text-to-text
6
+ library_name: transformers
7
+ tags:
8
+ - EVA
9
+ - qwen2.5-vl
10
+ - model-editing
11
+ - ai-safety
12
+ - jailbreak
13
+ - defense
14
+ - vision-language-model
15
+ ---
16
+
17
+ # EVA-Qwen2.5-VL-7B-Instruct
18
+
19
+ This repository contains the final Qwen2.5-VL-7B-Instruct checkpoint produced by **EVA**.
20
+
21
+ EVA is an editing-based framework for improving the robustness and safety alignment of large language models and vision-language models against diverse jailbreak attacks while preserving their general capabilities on benign tasks.
22
+
23
+ ## Model information
24
+
25
+ - **EVA checkpoint:** `wanglne/EVA-Qwen2.5-VL-7B-Instruct`
26
+ - **Base model:** [Qwen/Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct)
27
+
28
+ ## Resources
29
+
30
+ - **Paper:** [EVA: Editing for Versatile Alignment against Jailbreaks](https://arxiv.org/abs/2605.14750)
31
+ - **IEEE TPAMI:** [10.1109/TPAMI.2026.3694189](https://doi.org/10.1109/TPAMI.2026.3694189)
32
+ - **Code:** [wanglne/EVA](https://github.com/wanglne/EVA)
33
+ - **EVA model collection:** [EVA models](https://huggingface.co/collections/wanglne/eva-editing-for-versatile-alignment-against-jailbreaks)
34
+
35
+ ## Intended use
36
+
37
+ This checkpoint is released for research, reproduction, safety evaluation, and comparison with other alignment methods.
38
+
39
+ ## License
40
+
41
+ This checkpoint is derived from Qwen2.5-VL-7B-Instruct. Its use and redistribution remain subject to the Apache License 2.0 and the applicable base-model terms.
42
+
43
+ The EVA source code is released separately under the MIT License.
44
+
45
+ ## Citation
46
+
47
+ ```bibtex
48
+ @ARTICLE{11523146,
49
+ author={Wang, Yi and Qiu, Hongye and Xu, Yue and Yang, Sibei and Qin, Zhan and Huang, Minlie and Wang, Wenjie},
50
+ journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
51
+ title={EVA: Editing for Versatile Alignment against Jailbreaks},
52
+ year={2026},
53
+ volume={},
54
+ number={},
55
+ pages={1-16},
56
+ keywords={Automatic speech recognition;Modeling;Safety;Visualization;Large language models;Conferences;Optimization;Educational institutions;Light emitting diodes;Tuning;Safety Alignment;Jailbreak Attacks;Model Editing;Large Language Models;Vision Language Models},
57
+ doi={10.1109/TPAMI.2026.3694189}}
58
+ ```