Training in progress, step 239
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -26,12 +26,12 @@
|
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
"v_proj",
|
| 29 |
-
"
|
| 30 |
-
"o_proj",
|
| 31 |
"k_proj",
|
| 32 |
-
"up_proj",
|
| 33 |
"down_proj",
|
| 34 |
-
"
|
|
|
|
|
|
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
"v_proj",
|
| 29 |
+
"q_proj",
|
|
|
|
| 30 |
"k_proj",
|
|
|
|
| 31 |
"down_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"up_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 1656902648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0916ece8af5f8c7e3f3c128202f69e5b432607ccda3473cbe58f89090a97b2f2
|
| 3 |
size 1656902648
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ceed628a41d6e412609b73efcb1d699496cd981b49e442bdb86f3718ada463f
|
| 3 |
+
size 6289
|