Updated
Browse files- .gitattributes +1 -0
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
.gitattributes
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
adapter_model.bin filter=lfs diff=lfs merge=lfs -text
|
adapter_config.json
CHANGED
@@ -14,13 +14,13 @@
|
|
14 |
"r": 256,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
-
"
|
18 |
-
"v_proj",
|
19 |
-
"down_proj",
|
20 |
"k_proj",
|
|
|
21 |
"up_proj",
|
22 |
"gate_proj",
|
23 |
-
"
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
14 |
"r": 256,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
+
"q_proj",
|
|
|
|
|
18 |
"k_proj",
|
19 |
+
"o_proj",
|
20 |
"up_proj",
|
21 |
"gate_proj",
|
22 |
+
"down_proj",
|
23 |
+
"v_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2558687629
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:112d1ab0590e0119fd11a795caf15481bd066b3c764c03fd0c8d7bc0459a14a5
|
3 |
size 2558687629
|