This commit is contained in:
2025-10-21 03:48:46 -04:00
parent f5889ece32
commit b1b3e39cd9
11 changed files with 712 additions and 20 deletions

7
config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"lm": "gpt-4o-mini",
"target_lm": "mistralai/Mistral-7B-Instruct-v0.2",
"num_layers": 5,
"max_attack_tokens": 512,
"temperature": 0
}