psychology-llama-rlaif / adapter_config.json
samhog's picture
Upload model
929afa5
raw history blame
No virus
351 Bytes
{
"base_model_name_or_path": "samhog/psychology-llama-merged",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}