alexgrigoras
commited on
Commit
•
e41dc72
1
Parent(s):
7bc0dee
Upload model
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
"gate_proj",
|
24 |
"o_proj",
|
25 |
-
"
|
26 |
-
"up_proj",
|
27 |
"v_proj",
|
28 |
"down_proj",
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
"gate_proj",
|
24 |
"o_proj",
|
25 |
+
"k_proj",
|
|
|
26 |
"v_proj",
|
27 |
"down_proj",
|
28 |
+
"up_proj",
|
29 |
+
"lm_head"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 609389712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b8b7874f8ae53e74dd8f3669badc9accec3c2903b9a198b3305a78248ad1ea9
|
3 |
size 609389712
|