Nitish035 commited on
Commit
0d6a20d
·
verified ·
1 Parent(s): f74582d

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