End of training
Browse files- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,13 +16,13 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"k_proj",
|
20 |
"fc_in",
|
21 |
-
"v_proj",
|
22 |
"q_proj",
|
|
|
23 |
"out_proj",
|
24 |
-
"
|
25 |
-
"
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
19 |
"fc_in",
|
|
|
20 |
"q_proj",
|
21 |
+
"fc_out",
|
22 |
"out_proj",
|
23 |
+
"k_proj",
|
24 |
+
"v_proj",
|
25 |
+
"wte"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 12652810
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:791d7d8ce65830edd223a0d61ee1edd48fbcb82b81287c98beb4bbe7013e0e60
|
3 |
size 12652810
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f8588a90be57c12e19495ee53f2d3ae7eaf3bdcb1d044f3871202e3b635d7d3
|
3 |
size 5432
|