Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -18,21 +18,21 @@
|
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": [
|
21 |
-
"
|
22 |
-
"
|
23 |
],
|
24 |
"peft_type": "LORA",
|
25 |
"r": 8,
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
|
|
29 |
"up_proj",
|
|
|
30 |
"v_proj",
|
31 |
-
"k_proj",
|
32 |
-
"gate_proj",
|
33 |
"q_proj",
|
34 |
-
"
|
35 |
-
"o_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
|
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": [
|
21 |
+
"embed_tokens",
|
22 |
+
"lm_head"
|
23 |
],
|
24 |
"peft_type": "LORA",
|
25 |
"r": 8,
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"down_proj",
|
30 |
+
"k_proj",
|
31 |
"up_proj",
|
32 |
+
"o_proj",
|
33 |
"v_proj",
|
|
|
|
|
34 |
"q_proj",
|
35 |
+
"gate_proj"
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1157689240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ecde39b466ae0da49aa0f3ca2815d81228416881d4d76bf96450c4602de8ce0
|
3 |
size 1157689240
|