Training in progress, step 1
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -22,9 +22,9 @@
|
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
|
|
|
| 25 |
"dense_h_to_4h",
|
| 26 |
-
"query_key_value"
|
| 27 |
-
"dense_4h_to_h"
|
| 28 |
],
|
| 29 |
"task_type": null
|
| 30 |
}
|
|
|
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
| 25 |
+
"dense_4h_to_h",
|
| 26 |
"dense_h_to_4h",
|
| 27 |
+
"query_key_value"
|
|
|
|
| 28 |
],
|
| 29 |
"task_type": null
|
| 30 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 36727088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e60b81fd5c328f5367d78a782929e05cd17f191f3461a417f1cc1ac80db5f94
|
| 3 |
size 36727088
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88b53a4116029fb193495f8cec534e2c5f44e18714c30e68dff25970ce4f940f
|
| 3 |
size 4920
|