2024-12-19-14-11-03
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 |
"gate_proj",
|
30 |
-
"
|
31 |
"down_proj",
|
|
|
32 |
"up_proj",
|
33 |
-
"
|
34 |
-
"q_proj",
|
35 |
-
"o_proj"
|
36 |
],
|
37 |
"task_type": null,
|
38 |
"use_dora": false,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"k_proj",
|
30 |
"gate_proj",
|
31 |
+
"o_proj",
|
32 |
"down_proj",
|
33 |
+
"v_proj",
|
34 |
"up_proj",
|
35 |
+
"q_proj"
|
|
|
|
|
36 |
],
|
37 |
"task_type": null,
|
38 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36981072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf6df60a4b65e90aa3f6af135dff23eef556304d5fac254bd8ecf3d06c00251a
|
3 |
size 36981072
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afe7f562ad9fcf58170eb1ffe56497960eab5861febceed52c90fcbce58c1f80
|
3 |
size 5368
|