Training in progress, epoch 104
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -28,10 +28,10 @@
|
|
| 28 |
"rank_pattern": {},
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
|
|
|
| 31 |
"attn.Wqkv",
|
| 32 |
"mlp.Wo",
|
| 33 |
-
"mlp.Wi"
|
| 34 |
-
"attn.Wo"
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "SEQ_CLS",
|
|
|
|
| 28 |
"rank_pattern": {},
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
| 31 |
+
"attn.Wo",
|
| 32 |
"attn.Wqkv",
|
| 33 |
"mlp.Wo",
|
| 34 |
+
"mlp.Wi"
|
|
|
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "SEQ_CLS",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 13544864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1157b6c7680186fad8b172d27328afba67cdcb7484434382c69796f46b7c0e6
|
| 3 |
size 13544864
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1740cbf4e8749f7be02b20babf338ff51510268cbb1351b8428c6a4b3cd5e71
|
| 3 |
size 5368
|