pyrit/auxiliary_attacks/gcg/experiments/configs/transfer_mistral.yaml (10 lines of code) (raw):
transfer: True
logfile: ""
progressive_goals: False
stop_on_success: False
tokenizer_paths: ["mistralai/Mistral-7B-Instruct-v0.1"]
tokenizer_kwargs: [{"use_fast": False}]
model_paths: ["mistralai/Mistral-7B-Instruct-v0.1"]
model_kwargs: [{"low_cpu_mem_usage": True, "use_cache": False}]
conversation_templates: ["mistral"]
devices: ["cuda:0"]