meithnav commited on
Commit
130af9a
·
verified ·
1 Parent(s): eb164c5

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -4
adapter_config.json CHANGED
@@ -28,12 +28,12 @@
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
 
 
31
  "k_proj",
32
- "q_proj",
33
- "up_proj",
34
  "gate_proj",
35
- "v_proj",
36
- "down_proj"
37
  ],
38
  "task_type": "CAUSAL_LM",
39
  "use_dora": false,
 
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
+ "down_proj",
32
+ "v_proj",
33
  "k_proj",
 
 
34
  "gate_proj",
35
+ "q_proj",
36
+ "up_proj"
37
  ],
38
  "task_type": "CAUSAL_LM",
39
  "use_dora": false,