UnstableLlama commited on
Commit
c954033
·
verified ·
1 Parent(s): ffaf4e6

Add adapter config

Browse files
Files changed (1) hide show
  1. adapter_config.json +31 -0
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "peft_type": "LORA",
3
+ "task_type": "CAUSAL_LM",
4
+ "r": 64,
5
+ "lora_alpha": 64.0,
6
+ "use_rslora": false,
7
+ "lora_dropout": 0.0,
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "target_modules": [
11
+ "down_proj",
12
+ "gate_proj",
13
+ "in_proj_qkv",
14
+ "in_proj_z",
15
+ "k_proj",
16
+ "o_proj",
17
+ "out_proj",
18
+ "q_proj",
19
+ "up_proj",
20
+ "v_proj"
21
+ ],
22
+ "modules_to_save": [],
23
+ "lora_embed": false,
24
+ "lora_head": false,
25
+ "tie_word_embeddings": false,
26
+ "base_model_name_or_path": "/mnt/two/weights/Qwen_Qwen3.6-27B/6",
27
+ "init_lora": "pissa",
28
+ "init_lora_r": 32,
29
+ "quant_aware": "none",
30
+ "quant_aware_scale": 1.0
31
+ }