rafaeloc15
commited on
Commit
•
88719bd
1
Parent(s):
2d5858c
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
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": 32,
|
23 |
"rank_pattern": {},
|
24 |
"revision": "unsloth",
|
25 |
"target_modules": [
|
26 |
-
"
|
|
|
27 |
"v_proj",
|
|
|
28 |
"k_proj",
|
29 |
-
"gate_proj",
|
30 |
"down_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 |
+
"lm_head",
|
19 |
+
"embed_tokens"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
"r": 32,
|
23 |
"rank_pattern": {},
|
24 |
"revision": "unsloth",
|
25 |
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
+
"gate_proj",
|
28 |
"v_proj",
|
29 |
+
"up_proj",
|
30 |
"k_proj",
|
|
|
31 |
"down_proj",
|
32 |
+
"q_proj"
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f309b364450fe1eb1bc1cd78c28da614e1eaa54e21a274683d02156906d09ef
|
3 |
+
size 4538298720
|