End of training
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -25,11 +25,11 @@
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"o_proj",
|
28 |
-
"
|
29 |
"down_proj",
|
30 |
-
"
|
31 |
"up_proj",
|
32 |
-
"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"trainable_token_indices": null,
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"o_proj",
|
28 |
+
"v_proj",
|
29 |
"down_proj",
|
30 |
+
"gate_proj",
|
31 |
"up_proj",
|
32 |
+
"q_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 64269832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7997a03bbcf90a0b63b6e7350bd1813021dc56ccb584bfd925926ad727f4c32
|
3 |
size 64269832
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5624
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbebc83a66c33eec1fc8453c5394ee6d3809a5c27acb90d51a71567fbef5feb6
|
3 |
size 5624
|