coolyal commited on
Commit
3b7511f
·
verified ·
1 Parent(s): ae8e993

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