Fer14 commited on
Commit
60ecff5
1 Parent(s): a473468

Upload PaliGemmaForConditionalGeneration

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