Training in progress, step 4000
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,9 +19,9 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"dense_4h_to_h",
|
23 |
-
"dense_h_to_4h"
|
24 |
-
"query_key_value"
|
25 |
],
|
26 |
"task_type": null
|
27 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"query_key_value",
|
23 |
"dense_4h_to_h",
|
24 |
+
"dense_h_to_4h"
|
|
|
25 |
],
|
26 |
"task_type": null
|
27 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 11029992
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77d4778a9e5215843cdb019a8ac5293b38470347fd7a0df49521309a5b854dc7
|
3 |
size 11029992
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a13af2cfbcc2e9c6e313c2a3a6da6d21f68d43c578f0c2c217844b3a6636b7f
|
3 |
size 4728
|