codegood commited on
Commit
9b705ee
1 Parent(s): e242aa2

Upload Florence2ForConditionalGeneration

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -22,10 +22,10 @@
22
  "target_modules": [
23
  "k_proj",
24
  "lm_head",
25
- "fc2",
26
  "v_proj",
27
  "out_proj",
28
- "q_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_dora": false,
 
22
  "target_modules": [
23
  "k_proj",
24
  "lm_head",
 
25
  "v_proj",
26
  "out_proj",
27
+ "q_proj",
28
+ "fc2"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_dora": false,