Training in progress, step 5
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,12 +23,12 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"gate_proj",
|
27 |
"up_proj",
|
28 |
-
"o_proj",
|
29 |
"down_proj",
|
30 |
-
"v_proj",
|
31 |
"q_proj",
|
|
|
|
|
|
|
32 |
"k_proj"
|
33 |
],
|
34 |
"task_type": null,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"up_proj",
|
|
|
27 |
"down_proj",
|
|
|
28 |
"q_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"o_proj",
|
31 |
+
"v_proj",
|
32 |
"k_proj"
|
33 |
],
|
34 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 84761704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddaa738c02ca7e65364dd025f9d9a8b9610c522b5e89ea5d82b9c0d5fb2cbe7f
|
3 |
size 84761704
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:518fb8c1f16f1612692ccf3e54f0209153c69a5973e259773382c2e6ff73a9fb
|
3 |
size 5240
|