schaturv commited on
Commit
134b664
1 Parent(s): 87a7fe5

Upload LlamaForCausalLM

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