henry-pulver
commited on
Commit
•
f85915d
1
Parent(s):
6986174
New version
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -18,14 +18,14 @@
|
|
18 |
"rank_pattern": {},
|
19 |
"revision": null,
|
20 |
"target_modules": [
|
21 |
-
"lm_head",
|
22 |
-
"o_proj",
|
23 |
"v_proj",
|
24 |
-
"q_proj",
|
25 |
-
"gate_proj",
|
26 |
-
"k_proj",
|
27 |
"down_proj",
|
28 |
-
"up_proj"
|
|
|
|
|
|
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
|
|
18 |
"rank_pattern": {},
|
19 |
"revision": null,
|
20 |
"target_modules": [
|
|
|
|
|
21 |
"v_proj",
|
|
|
|
|
|
|
22 |
"down_proj",
|
23 |
+
"up_proj",
|
24 |
+
"k_proj",
|
25 |
+
"o_proj",
|
26 |
+
"lm_head",
|
27 |
+
"gate_proj",
|
28 |
+
"q_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
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:2379ccfad77bec31d42a31060503ecc555f58aa7d4df3537a2726fb6d2cef129
|
3 |
+
size 864513608
|