GautamR commited on
Commit
a343a9a
·
verified ·
1 Parent(s): 2f0693f

Upload adapter_config.json with huggingface_hub

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