End of training
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -26,12 +26,12 @@
|
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
"v_proj",
|
| 29 |
-
"
|
| 30 |
"down_proj",
|
|
|
|
| 31 |
"k_proj",
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"q_proj"
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
"v_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
"down_proj",
|
| 31 |
+
"gate_proj",
|
| 32 |
"k_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"o_proj"
|
|
|
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 83945296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f9a9a2fec393642ddb7a0b0ebe64e7d8808385a973c71aa5a89009dc157fdef
|
| 3 |
size 83945296
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6225
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9918910bae8fc5562f9c408d15bef9758b5ebb45cc0fca3b09f0fe5299fa0e8f
|
| 3 |
size 6225
|