llama-3-8B-chat-psychotherapist / adapter_config.json
zementalist's picture
Create adapter_config.json
f66a75b verified
raw
history blame
No virus
408 Bytes
{
"base_model_name_or_path": "zementalist/llama-3-8B-chat-psychotherapist",
"bias": "none",
"enable_lora": [
true,
false,
true
],
"fan_in_fan_out": true,
"inference_mode": true,
"lora_alpha": 16,
"lora_dropout": 0.1,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}