Transformers
Safetensors
English
Inference Endpoints
Rohan5manza commited on
Commit
1dd481d
1 Parent(s): 180d10b

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
- "up_proj",
24
- "v_proj",
25
  "k_proj",
 
26
  "down_proj",
 
27
  "o_proj",
28
  "gate_proj",
29
  "q_proj"
 
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
 
 
23
  "k_proj",
24
+ "up_proj",
25
  "down_proj",
26
+ "v_proj",
27
  "o_proj",
28
  "gate_proj",
29
  "q_proj"