oliverbob commited on
Commit
74c5eaa
1 Parent(s): 566f1a9

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -20,11 +20,11 @@
20
  "revision": "unsloth",
21
  "target_modules": [
22
  "o_proj",
23
- "down_proj",
24
- "gate_proj",
25
  "k_proj",
26
- "v_proj",
27
  "up_proj",
 
 
28
  "q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
 
20
  "revision": "unsloth",
21
  "target_modules": [
22
  "o_proj",
 
 
23
  "k_proj",
24
+ "gate_proj",
25
  "up_proj",
26
+ "v_proj",
27
+ "down_proj",
28
  "q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",