Persona_Memory-LoRA / adapter_config.json
msrcam's picture
Add adapter_config.json - Claudia v6 combined persona+memory LoRA
17102b3 verified
raw
history blame
560 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "/root/.cache/huggingface/hub/models--huihui-ai--Huihui-Qwen3-Omni-30B-A3B-Instruct-abliterated/snapshots/3e177243d24bc7c4443a2fa90f970af80b418953",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 256,
"lora_dropout": 0.0,
"peft_type": "LORA",
"r": 128,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}