Simi4 commited on
Commit
632f7b0
1 Parent(s): d894079

Upload LlamaForSequenceClassification

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -23,9 +23,9 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "q_proj",
27
- "k_proj",
28
  "o_proj",
 
 
29
  "v_proj"
30
  ],
31
  "task_type": "SEQ_CLS",
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
26
  "o_proj",
27
+ "k_proj",
28
+ "q_proj",
29
  "v_proj"
30
  ],
31
  "task_type": "SEQ_CLS",