PEFT
Safetensors
andresenric commited on
Commit
61fa4af
·
verified ·
1 Parent(s): 652067a

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -4
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
  "o_proj",
24
- "q_proj",
 
25
  "gate_proj",
 
26
  "k_proj",
27
- "down_proj",
28
- "up_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "o_proj",
23
+ "up_proj",
24
+ "down_proj",
25
  "gate_proj",
26
+ "q_proj",
27
  "k_proj",
28
+ "v_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false