yifeizhou commited on
Commit
f3337fb
·
verified ·
1 Parent(s): a921483

Upload LlavaLlamaForCausalLM

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