Training in progress, step 20
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 |
-
"v_proj",
|
23 |
-
"up_proj",
|
24 |
"q_proj",
|
25 |
-
"
|
26 |
"down_proj",
|
|
|
|
|
27 |
"k_proj",
|
28 |
"o_proj"
|
29 |
],
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"q_proj",
|
23 |
+
"up_proj",
|
24 |
"down_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"v_proj",
|
27 |
"k_proj",
|
28 |
"o_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:c6ad56e6089728e587aaf3889b0e978052a6ee0983221dbfe5d21c87f79b7938
|
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 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6289b2a979f1d650d0077d394d871df822f4218711cb7ecb1e0ac1d532ebbd11
|
3 |
size 4728
|