omaisafzal commited on
Commit
6a7f194
·
verified ·
1 Parent(s): 40f41e7

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
@@ -26,13 +26,13 @@
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
- "gate_proj",
30
- "down_proj",
31
- "k_proj",
32
- "up_proj",
33
  "v_proj",
34
  "o_proj",
35
- "q_proj"
 
 
 
 
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "use_dora": false,
 
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
 
 
 
 
29
  "v_proj",
30
  "o_proj",
31
+ "k_proj",
32
+ "q_proj",
33
+ "down_proj",
34
+ "up_proj",
35
+ "gate_proj"
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "use_dora": false,