Erocal commited on
Commit
842bd60
·
verified ·
1 Parent(s): 79e9f6e

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