Model save
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,12 +24,12 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"o_proj",
|
27 |
-
"k_proj",
|
28 |
"gate_proj",
|
29 |
-
"
|
30 |
-
"up_proj",
|
31 |
"v_proj",
|
32 |
-
"down_proj"
|
|
|
|
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": true,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"o_proj",
|
|
|
27 |
"gate_proj",
|
28 |
+
"k_proj",
|
|
|
29 |
"v_proj",
|
30 |
+
"down_proj",
|
31 |
+
"q_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:1a7566e0fdbe4ed92811e3d9cb398a71d3bd38fec4b9e970fc93ab30734cc677
|
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:59c37044c835c8366c1ada7eaad6eb8ec7c888bb62ba02ab93b5a07b2a37126a
|
3 |
size 5176
|