barunsaha commited on
Commit
59b7592
1 Parent(s): bb25b1c

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