liambyrne/falcon-7b-stackoverflow-tc
Browse files- adapter_config.json +2 -2
- 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 |
-
"
|
20 |
"dense_h_to_4h",
|
21 |
"dense",
|
22 |
-
"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"query_key_value",
|
20 |
"dense_h_to_4h",
|
21 |
"dense",
|
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 522285322
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17b122d764a0c1c457be09292172e80ba1f692a2d44036b63ad99cef67abfd4e
|
3 |
size 522285322
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fd10a47e571d29b3768b6354102ab166df4670fe68ac9e561e8187de622c5ed
|
3 |
size 4536
|