mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-02-12 17:52:46 +00:00
9 lines
257 B
YAML
9 lines
257 B
YAML
name: "si"
|
|
|
|
parameters:
|
|
# Victim model configuration
|
|
target_model_name: llava-v1.6-mistral-7b-hf
|
|
target_model_path: /path/to/llava-hf/llava-v1.6-mistral-7b-hf
|
|
# Auxiliary model configuration
|
|
auxiliary_model_name: "gpt-3.5-turbo"
|
|
load_model: true |