Training in progress, epoch 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -28,10 +28,10 @@
|
|
28 |
"revision": null,
|
29 |
"scheduler": "cos",
|
30 |
"target_modules": [
|
31 |
-
"
|
32 |
"key",
|
33 |
-
"
|
34 |
-
"
|
35 |
],
|
36 |
"task_type": null,
|
37 |
"total_steps": 43,
|
|
|
28 |
"revision": null,
|
29 |
"scheduler": "cos",
|
30 |
"target_modules": [
|
31 |
+
"dense",
|
32 |
"key",
|
33 |
+
"value",
|
34 |
+
"query"
|
35 |
],
|
36 |
"task_type": null,
|
37 |
"total_steps": 43,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 16992908
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9c1801c54a6cebadbbec96b2d10c25cb97cfac5dc9df24ea5480b83a64ea71e
|
3 |
size 16992908
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68b974d01dcc3c82549511ce7acd10a78b1a47354f74118c943c335c8f1978db
|
3 |
size 5304
|