Model save
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
26 |
"down_proj",
|
27 |
-
"o_proj",
|
28 |
-
"up_proj",
|
29 |
"gate_proj",
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"q_proj"
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": true,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"v_proj",
|
27 |
+
"k_proj",
|
28 |
+
"q_proj",
|
29 |
"down_proj",
|
|
|
|
|
30 |
"gate_proj",
|
31 |
+
"o_proj",
|
32 |
+
"up_proj"
|
|
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": true,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 125866776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab122b7ebb439329acf864c42f280f94bae1382797aa6330ab6d87555182e107
|
3 |
size 125866776
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:410dab1d0d475dc8b721b631b044067091926a230319280041640a74cc9aea70
|
3 |
size 5176
|