Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +6 -9
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -14,22 +14,19 @@
|
|
14 |
"lora_dropout": 0,
|
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":
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"down_proj",
|
28 |
-
"k_proj",
|
29 |
"gate_proj",
|
|
|
30 |
"v_proj",
|
31 |
"o_proj",
|
32 |
-
"
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
14 |
"lora_dropout": 0,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
|
|
|
|
|
|
18 |
"peft_type": "LORA",
|
19 |
"r": 128,
|
20 |
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
|
|
|
|
24 |
"gate_proj",
|
25 |
+
"down_proj",
|
26 |
"v_proj",
|
27 |
"o_proj",
|
28 |
+
"k_proj",
|
29 |
+
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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:f224862ba62a14ddbf2e0b93017289e3330fdd63f42d1aa510fd3ca756a07869
|
3 |
+
size 664584480
|