sca255 commited on
Commit
ee968a4
1 Parent(s): 9bba52c

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
  "revision": null,
25
  "target_modules": [
26
  "o_proj",
27
- "q_proj",
28
  "up_proj",
29
- "v_proj",
30
  "k_proj",
 
 
31
  "gate_proj",
32
  "down_proj"
33
  ],
 
24
  "revision": null,
25
  "target_modules": [
26
  "o_proj",
 
27
  "up_proj",
 
28
  "k_proj",
29
+ "q_proj",
30
+ "v_proj",
31
  "gate_proj",
32
  "down_proj"
33
  ],