rjn-0x commited on
Commit
b122d11
·
verified ·
1 Parent(s): 22848f0

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