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