hassanshka commited on
Commit
b50828d
·
verified ·
1 Parent(s): 7161e3f

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +23 -0
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "Qwen/Qwen3-32B",
3
+ "peft_type": "LORA",
4
+ "use_rslora": false,
5
+ "target_modules": [
6
+ "v_proj",
7
+ "up_proj",
8
+ "q_proj",
9
+ "gate_proj",
10
+ "o_proj",
11
+ "k_proj",
12
+ "down_proj"
13
+ ],
14
+ "modules_to_save": null,
15
+ "task_type": "CAUSAL_LM",
16
+ "r": 256,
17
+ "lora_alpha": 256,
18
+ "rank_pattern": {},
19
+ "alpha_pattern": {},
20
+ "lora_dropout": 0.0,
21
+ "fan_in_fan_out": false,
22
+ "inference_mode": true
23
+ }