haizhongzheng
commited on
Commit
•
731af0a
1
Parent(s):
5e5532f
Model save
Browse files- adapter_config.json +4 -4
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
-
"up_proj",
|
25 |
-
"gate_proj",
|
26 |
"k_proj",
|
|
|
|
|
27 |
"down_proj",
|
28 |
"q_proj",
|
29 |
-
"o_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"k_proj",
|
24 |
+
"up_proj",
|
25 |
+
"v_proj",
|
26 |
"down_proj",
|
27 |
"q_proj",
|
28 |
+
"o_proj",
|
29 |
+
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fda9e7497142062b2b46d1f8e9471fe9f7afd88e3c2a210330feb24a8bbe3e5
|
3 |
size 6328
|