Training in progress, step 220
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,11 +19,11 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"k_proj",
|
23 |
-
"down_proj",
|
24 |
"gate_proj",
|
25 |
-
"v_proj",
|
26 |
"o_proj",
|
|
|
|
|
|
|
27 |
"q_proj",
|
28 |
"up_proj"
|
29 |
],
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"gate_proj",
|
|
|
23 |
"o_proj",
|
24 |
+
"k_proj",
|
25 |
+
"v_proj",
|
26 |
+
"down_proj",
|
27 |
"q_proj",
|
28 |
"up_proj"
|
29 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 145287696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9558f3d9262e30e3bf35eaf81b6e5936d3d1e5f5c1b5f6bac57bc40d6379ca29
|
3 |
size 145287696
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae4555f00375b48e0b6cbebb22a73627542c9843ddf5db3e9755a5753eb65945
|
3 |
size 4792
|