Training in progress, step 176
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -25,13 +25,13 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"
|
| 29 |
"v_proj",
|
| 30 |
-
"
|
| 31 |
"up_proj",
|
| 32 |
-
"down_proj",
|
| 33 |
"gate_proj",
|
| 34 |
-
"
|
|
|
|
| 35 |
],
|
| 36 |
"target_parameters": [],
|
| 37 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"down_proj",
|
| 29 |
"v_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
"up_proj",
|
|
|
|
| 32 |
"gate_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"o_proj"
|
| 35 |
],
|
| 36 |
"target_parameters": [],
|
| 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 698419728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b3fbe00d074abbae481925fc7ea114d079ecd3edc213e355e8fde56bcb79ec6
|
| 3 |
size 698419728
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 11409
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcf5aa19b2e61d1dfd9f083298e57d732060830644ee1d15881b460548d71b43
|
| 3 |
size 11409
|