debisoft commited on
Commit
a8f0fff
·
verified ·
1 Parent(s): ba08c51

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +6 -6
adapter_config.json CHANGED
@@ -24,15 +24,15 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "v_proj",
28
- "lm_head",
29
- "gate_proj",
30
- "q_proj",
31
  "down_proj",
32
- "up_proj",
33
- "embed_tokens",
34
  "k_proj",
35
- "o_proj"
 
 
 
 
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "trainable_token_indices": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "up_proj",
28
  "v_proj",
 
 
 
29
  "down_proj",
 
 
30
  "k_proj",
31
+ "embed_tokens",
32
+ "q_proj",
33
+ "o_proj",
34
+ "lm_head",
35
+ "gate_proj"
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "trainable_token_indices": null,