Model save
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -26,13 +26,13 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"
|
30 |
"q_proj",
|
31 |
-
"
|
32 |
-
"k_proj",
|
33 |
"down_proj",
|
34 |
"gate_proj",
|
35 |
-
"
|
|
|
36 |
],
|
37 |
"task_type": null,
|
38 |
"use_dora": true,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"o_proj",
|
30 |
"q_proj",
|
31 |
+
"up_proj",
|
|
|
32 |
"down_proj",
|
33 |
"gate_proj",
|
34 |
+
"v_proj",
|
35 |
+
"k_proj"
|
36 |
],
|
37 |
"task_type": null,
|
38 |
"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 51802928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:897be789f52a51b0546be33b2312e2064afc7d6678ce69d7ee39ad22492ab696
|
3 |
size 51802928
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:231dde4927bec2fada73465f815a28730658ff5b851862fa5dc2aade98d37d58
|
3 |
size 5240
|