YouziMa commited on
Commit
381cd17
·
verified ·
1 Parent(s): 3920525

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. README.md +0 -1
  2. adapter_config.json +4 -4
README.md CHANGED
@@ -3,7 +3,6 @@ tags:
3
  - gguf
4
  - llama.cpp
5
  - unsloth
6
-
7
  ---
8
 
9
  # functiongemma_lora : GGUF
 
3
  - gguf
4
  - llama.cpp
5
  - unsloth
 
6
  ---
7
 
8
  # functiongemma_lora : GGUF
adapter_config.json CHANGED
@@ -34,13 +34,13 @@
34
  "rank_pattern": {},
35
  "revision": null,
36
  "target_modules": [
37
- "down_proj",
38
  "o_proj",
 
39
  "gate_proj",
40
- "up_proj",
41
  "k_proj",
42
- "q_proj",
43
- "v_proj"
44
  ],
45
  "target_parameters": null,
46
  "task_type": "CAUSAL_LM",
 
34
  "rank_pattern": {},
35
  "revision": null,
36
  "target_modules": [
37
+ "q_proj",
38
  "o_proj",
39
+ "down_proj",
40
  "gate_proj",
 
41
  "k_proj",
42
+ "v_proj",
43
+ "up_proj"
44
  ],
45
  "target_parameters": null,
46
  "task_type": "CAUSAL_LM",