nkkbr commited on
Commit
fc02d72
·
1 Parent(s): 7ad1354
Files changed (1) hide show
  1. adapter_config.json +15 -1
adapter_config.json CHANGED
@@ -1,2 +1,16 @@
1
  {
2
- "default":
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "base_model_name_or_path": "Qwen/Qwen3-235B-A22B",
3
+ "bias": "none",
4
+ "inference_mode": true,
5
+ "lora_alpha": 128,
6
+ "lora_dropout": 0.05,
7
+ "peft_type": "LORA",
8
+ "r": 64,
9
+ "target_modules": [
10
+ "q_proj",
11
+ "k_proj",
12
+ "v_proj",
13
+ "o_proj"
14
+ ],
15
+ "task_type": "CAUSAL_LM"
16
+ }