test-opt-lora / adapter_config.json
ybelkada's picture
Upload model
2f365ba
raw
history blame
227 Bytes
{
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"lora_alpha": 32,
"lora_dropout": 0.05,
"merge_weights": false,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"v_proj"
]
}