shionhonda
commited on
Commit
•
3a37c97
1
Parent(s):
0a8cf97
Upload 2 files
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"fc_out",
|
24 |
"wte",
|
25 |
"fc_in",
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"q_proj",
|
29 |
-
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"out_proj",
|
24 |
+
"q_proj",
|
25 |
"fc_out",
|
26 |
"wte",
|
27 |
"fc_in",
|
28 |
+
"k_proj",
|
29 |
+
"v_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 6144928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74272b9440b0c7c9c6faf985cad6c2be4e92c1f63fab313feb73e33eee14741f
|
3 |
size 6144928
|