Idrinth commited on
Commit
b241847
·
verified ·
1 Parent(s): b5a9332

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
@@ -29,12 +29,12 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "down_proj",
33
- "q_proj",
34
- "k_proj",
35
- "v_proj",
36
  "up_proj",
 
37
  "o_proj",
 
 
 
38
  "gate_proj"
39
  ],
40
  "target_parameters": null,
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
 
 
32
  "up_proj",
33
+ "k_proj",
34
  "o_proj",
35
+ "q_proj",
36
+ "down_proj",
37
+ "v_proj",
38
  "gate_proj"
39
  ],
40
  "target_parameters": null,