Add adapter_config.json - Claudia v6 combined persona+memory LoRA

#2
by msrcam - opened
Files changed (1) hide show
  1. adapter_config.json +22 -0
adapter_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/root/.cache/huggingface/hub/models--huihui-ai--Huihui-Qwen3-Omni-30B-A3B-Instruct-abliterated/snapshots/3e177243d24bc7c4443a2fa90f970af80b418953",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "lora_alpha": 256,
10
+ "lora_dropout": 0.0,
11
+ "peft_type": "LORA",
12
+ "r": 128,
13
+ "target_modules": [
14
+ "q_proj",
15
+ "k_proj",
16
+ "v_proj",
17
+ "o_proj"
18
+ ],
19
+ "task_type": "CAUSAL_LM",
20
+ "use_dora": false,
21
+ "use_rslora": false
22
+ }