mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-02-12 17:52:46 +00:00
13 lines
305 B
YAML
13 lines
305 B
YAML
name: "viscra"
|
|
|
|
parameters:
|
|
target_model: "qwen2_5-vl"
|
|
target_model_path: /path/to/Qwen/Qwen2.5-VL-7B-Instruct/
|
|
attention_layer: 18
|
|
attention_block_size: 12
|
|
grid_dim: 28
|
|
gaussian_sigma: 14
|
|
attack_type: "attention"
|
|
mask_color: "green"
|
|
device: "cuda"
|
|
load_model: true |