pyrit/auxiliary_attacks/gcg/experiments/configs/transfer_phi_3_mini.yaml (10 lines of code) (raw):

transfer: True logfile: "phi_3_mini_log.json" progressive_goals: False stop_on_success: False tokenizer_paths: ["microsoft/Phi-3-mini-4k-instruct"] tokenizer_kwargs: [{"use_fast": False}] model_paths: ["microsoft/Phi-3-mini-4k-instruct"] model_kwargs: [{"low_cpu_mem_usage": True, "use_cache": False}] conversation_templates: ["phi-3-mini"] devices: ["cuda:0"]