dcbv
/

PEFT
charluv-lora / adapter_config.json
rondlite's picture
Update adapter_config.json
f79f4d9
raw
history blame
377 Bytes
{
"base_model_name_or_path": "TehVenom/Pygmalion-13b-Merged",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 1024,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 512,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}