dkulemin commited on
Commit
e1fae7f
·
verified ·
1 Parent(s): 4a2ee16

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

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