RyanDev1st commited on
Commit
00fcec7
verified
1 Parent(s): b8c00df

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +1 -11
adapter_config.json CHANGED
@@ -5,15 +5,5 @@
5
  "r": 4,
6
  "lora_alpha": 8,
7
  "lora_dropout": 0.05,
8
- "bias": "none",
9
- "target_modules": [
10
- "q_proj",
11
- "k_proj",
12
- "v_proj",
13
- "o_proj",
14
- "gate_proj",
15
- "up_proj",
16
- "down_proj"
17
- ],
18
- "inference_mode": true
19
  }
 
5
  "r": 4,
6
  "lora_alpha": 8,
7
  "lora_dropout": 0.05,
8
+ "target_modules": ["q_proj", "k_proj", "v_proj", "o_proj", "gate_proj", "up_proj", "down_proj"]
 
 
 
 
 
 
 
 
 
 
9
  }