Shay1309 commited on
Commit
726f1da
·
verified ·
1 Parent(s): 26bd0ef

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
@@ -22,10 +22,10 @@
22
  "target_modules": [
23
  "up_proj",
24
  "q_proj",
25
- "v_proj",
26
  "k_proj",
27
- "o_proj",
28
  "down_proj",
 
29
  "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
22
  "target_modules": [
23
  "up_proj",
24
  "q_proj",
 
25
  "k_proj",
26
+ "v_proj",
27
  "down_proj",
28
+ "o_proj",
29
  "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",