eigenben commited on
Commit
55b322e
·
verified ·
1 Parent(s): 51873a1

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
36
  "v_proj",
37
- "k_proj",
38
- "q_proj",
39
  "o_proj",
40
  "up_proj",
 
41
  "down_proj",
42
- "gate_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
+ "gate_proj",
37
  "v_proj",
 
 
38
  "o_proj",
39
  "up_proj",
40
+ "q_proj",
41
  "down_proj",
42
+ "k_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",