daptheHuman
commited on
Commit
·
525583b
1
Parent(s):
cf98bbd
Upload model
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -14,16 +14,16 @@
|
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": [
|
17 |
-
"embed_tokens
|
18 |
],
|
19 |
"peft_type": "LORA",
|
20 |
"r": 8,
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
24 |
-
"k_proj",
|
25 |
"v_proj",
|
26 |
-
"q_proj"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
|
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": [
|
17 |
+
"embed_tokens"
|
18 |
],
|
19 |
"peft_type": "LORA",
|
20 |
"r": 8,
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
|
|
24 |
"v_proj",
|
25 |
+
"q_proj",
|
26 |
+
"k_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
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:8ce754567f49dc611fb7a613e4893d9abe5a2f30198a44aee2457f7fb678a7c6
|
3 |
+
size 543221344
|