Training in progress, step 90
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -26,10 +26,10 @@
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
-
"
|
| 30 |
-
"q_proj",
|
| 31 |
"v_proj",
|
| 32 |
-
"
|
|
|
|
| 33 |
],
|
| 34 |
"task_type": "SEQ_2_SEQ_LM",
|
| 35 |
"trainable_token_indices": null,
|
|
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
+
"encoder.attention.*",
|
|
|
|
| 30 |
"v_proj",
|
| 31 |
+
"decoder.attention.*",
|
| 32 |
+
"q_proj"
|
| 33 |
],
|
| 34 |
"task_type": "SEQ_2_SEQ_LM",
|
| 35 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8681384
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8919a200e6d898cbc418a4f22dbd03dc354d56f421413f6a68eb2283b0404ef
|
| 3 |
size 8681384
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f83ae8faa476116f2abc72c8d9a43b894365234872bacb8d0767c2e4dd47a00
|
| 3 |
size 5432
|