Satram commited on
Commit
3b4be6a
·
verified ·
1 Parent(s): 26d2285

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

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