runfar commited on
Commit
1f47549
·
verified ·
1 Parent(s): 0e297c6

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
@@ -35,11 +35,11 @@
35
  "target_modules": [
36
  "o_proj",
37
  "gate_proj",
38
- "v_proj",
39
- "down_proj",
40
- "q_proj",
41
  "up_proj",
42
- "k_proj"
 
 
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
35
  "target_modules": [
36
  "o_proj",
37
  "gate_proj",
 
 
 
38
  "up_proj",
39
+ "k_proj",
40
+ "down_proj",
41
+ "v_proj",
42
+ "q_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",