Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +7 -7
adapter_config.json
CHANGED
@@ -15,21 +15,21 @@
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
18 |
-
"
|
19 |
-
"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
"r": 128,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"down_proj",
|
28 |
-
"q_proj",
|
29 |
"v_proj",
|
|
|
|
|
|
|
30 |
"gate_proj",
|
31 |
-
"
|
32 |
-
"o_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
18 |
+
"embed_tokens",
|
19 |
+
"lm_head"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
"r": 128,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"up_proj",
|
|
|
|
|
27 |
"v_proj",
|
28 |
+
"q_proj",
|
29 |
+
"k_proj",
|
30 |
+
"o_proj",
|
31 |
"gate_proj",
|
32 |
+
"down_proj"
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|