meowterspace42 commited on
Commit
8c8ea32
1 Parent(s): eac3fbd

Upload LlamaForCausalLM

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