File size: 200 Bytes
20bea6a | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"base_model": "mistralai/Mistral-7B-Instruct-v0.2",
"method": "LORA",
"task": "DPO",
"r": 4,
"lora_alpha": 8,
"lora_dropout": 0.05,
"target_modules": [
"q_proj",
"v_proj"
]
} |