Model save
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -27,12 +27,12 @@
|
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
"down_proj",
|
30 |
-
"k_proj",
|
31 |
-
"gate_proj",
|
32 |
"q_proj",
|
33 |
"v_proj",
|
|
|
|
|
34 |
"up_proj",
|
35 |
-
"
|
36 |
],
|
37 |
"task_type": null,
|
38 |
"use_dora": true,
|
|
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
"down_proj",
|
|
|
|
|
30 |
"q_proj",
|
31 |
"v_proj",
|
32 |
+
"o_proj",
|
33 |
+
"k_proj",
|
34 |
"up_proj",
|
35 |
+
"gate_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:bfb6299f17c83bd4eb730b047ac65fdb9bb49d928959d5952686c5c31b4f52ee
|
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:21568a15d4e35a92e3fbc93ec92164d6917814e9b9184bfdf7d710e1ff8ce357
|
3 |
size 5304
|