Training in progress, step 100
Browse files- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,10 +16,10 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"dense_4h_to_h",
|
20 |
-
"dense",
|
21 |
"dense_h_to_4h",
|
22 |
-
"
|
|
|
|
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
|
|
19 |
"dense_h_to_4h",
|
20 |
+
"dense",
|
21 |
+
"query_key_value",
|
22 |
+
"dense_4h_to_h"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 261189898
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b354c6a558fbcc405184da001a00a326c0fa98dd8701e58026de7beeb0c9415b
|
3 |
size 261189898
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4472
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fa0ae23214a4b5826fdde01974ceeadd3277642be5d167b8c13320c3d8c2b85
|
3 |
size 4472
|