End of training
Browse files- adapter_config.json +2 -2
- 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 |
"v_proj",
|
|
|
|
| 24 |
"q_proj",
|
| 25 |
"gate_proj",
|
| 26 |
-
"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM"
|
| 29 |
}
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
| 22 |
"v_proj",
|
| 23 |
+
"o_proj",
|
| 24 |
"q_proj",
|
| 25 |
"gate_proj",
|
| 26 |
+
"k_proj"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM"
|
| 29 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 92317600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0bf700da9cb04777dcf481df20e9842aa97226c307f8a21f2b415cf31950eab
|
| 3 |
size 92317600
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:302ef5ed43e65ff979fa5c8d0436a52c9dd0059349cf3b6eb44e37e1ad316bc7
|
| 3 |
size 4664
|