Training in progress, step 32
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -26,13 +26,13 @@
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
-
"
|
| 30 |
-
"gate_proj",
|
| 31 |
-
"down_proj",
|
| 32 |
"k_proj",
|
| 33 |
"v_proj",
|
|
|
|
|
|
|
| 34 |
"o_proj",
|
| 35 |
-
"
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"use_dora": false,
|
|
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
+
"up_proj",
|
|
|
|
|
|
|
| 30 |
"k_proj",
|
| 31 |
"v_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"down_proj",
|
| 34 |
"o_proj",
|
| 35 |
+
"q_proj"
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2185294624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:739a8cb277e4da5dde07088668695c0094ca6b64f633aa5159e4d35bb747ad01
|
| 3 |
size 2185294624
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 7032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2702cab9a1e7e6e84929311fcd2e7e35fdebc93de46ac2f9f1c4ed571b84b198
|
| 3 |
size 7032
|