ujjwal1996 commited on
Commit
c5d23c0
·
verified ·
1 Parent(s): ffac43e

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -24,10 +24,10 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "up_proj",
28
- "v_proj",
29
  "q_proj",
 
30
  "down_proj",
 
31
  "k_proj",
32
  "gate_proj",
33
  "o_proj"
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
 
27
  "q_proj",
28
+ "up_proj",
29
  "down_proj",
30
+ "v_proj",
31
  "k_proj",
32
  "gate_proj",
33
  "o_proj"