meithnav commited on
Commit
258ecc6
·
verified ·
1 Parent(s): 2599251

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
- "down_proj",
32
  "v_proj",
33
- "q_proj",
34
- "gate_proj",
35
  "k_proj",
36
- "up_proj"
 
 
37
  ],
38
  "task_type": "CAUSAL_LM",
39
  "use_dora": false,
 
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
+ "up_proj",
32
  "v_proj",
 
 
33
  "k_proj",
34
+ "gate_proj",
35
+ "q_proj",
36
+ "down_proj"
37
  ],
38
  "task_type": "CAUSAL_LM",
39
  "use_dora": false,