Fancylalala commited on
Commit
66f60aa
·
verified ·
1 Parent(s): eaa2c65

Upload adapter_config.json with huggingface_hub

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