Training in progress, step 500
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"gate_proj",
|
27 |
-
"down_proj",
|
28 |
-
"k_proj",
|
29 |
"v_proj",
|
30 |
-
"o_proj",
|
31 |
"up_proj",
|
32 |
-
"q_proj"
|
|
|
|
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
"gate_proj",
|
|
|
|
|
28 |
"v_proj",
|
|
|
29 |
"up_proj",
|
30 |
+
"q_proj",
|
31 |
+
"down_proj",
|
32 |
+
"k_proj"
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"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 167829552
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be816960fc855cb870d3d60c23e0a78bef61906640a7a6746d3d9215db68ea5f
|
3 |
size 167829552
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32126c44a5e663d9717795b0fd2762cd1c5c14b2f602a749357b40a4e4690d8a
|
3 |
size 5112
|