dcbv
/

PEFT
charluv-lora / adapter_config.json
rondlite's picture
init
5e71985
raw
history blame
360 Bytes
{
"base_model_name_or_path": "models/TehVenom_Pygmalion-13b-Merged",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 256,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}