Upload model
Browse files- adapter_config.json +6 -1
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -24,8 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
27 |
"v_proj",
|
28 |
-
"
|
|
|
|
|
|
|
|
|
29 |
],
|
30 |
"task_type": "SEQ_2_SEQ_LM",
|
31 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"o_proj",
|
28 |
"v_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"up_proj",
|
31 |
+
"down_proj",
|
32 |
+
"q_proj",
|
33 |
+
"k_proj"
|
34 |
],
|
35 |
"task_type": "SEQ_2_SEQ_LM",
|
36 |
"trainable_token_indices": null,
|
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:dbe2c53e1219ce5b3eb6d9d8c803a79257da6370772eb2c08e75e0aae2a0b4b4
|
3 |
+
size 3548912
|