thejaminator commited on
Commit
ad94eb9
·
verified ·
1 Parent(s): 9df2614

Upload folder using huggingface_hub

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