Image-Text-to-Text
PEFT
Safetensors
English
æLtorio commited on
Commit
178fec8
1 Parent(s): 5cbfb5c

test CAUSAL_LM type

Browse files
Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -23,7 +23,7 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": ".*(text_model|modality_projection|perceiver_resampler).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$",
26
- "task_type": "classification",
27
  "use_dora": false,
28
  "use_rslora": false
29
  }
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": ".*(text_model|modality_projection|perceiver_resampler).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$",
26
+ "task_type": "CAUSAL_LM",
27
  "use_dora": false,
28
  "use_rslora": false
29
  }