Training in progress, step 22500
Browse files- adapter_config.json +6 -6
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,15 +20,15 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
23 |
"o_proj",
|
24 |
-
"v_proj",
|
25 |
"up_proj",
|
26 |
"fc1",
|
27 |
-
"
|
28 |
-
"out_proj",
|
29 |
-
"fc2",
|
30 |
-
"down_proj",
|
31 |
-
"k_proj",
|
32 |
"gate_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"down_proj",
|
25 |
+
"fc2",
|
26 |
+
"q_proj",
|
27 |
+
"out_proj",
|
28 |
"o_proj",
|
|
|
29 |
"up_proj",
|
30 |
"fc1",
|
31 |
+
"v_proj",
|
|
|
|
|
|
|
|
|
32 |
"gate_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27970458
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21d05637a6b81fefcb4c46f327a33f3156ee4505c127401988c16842eae7df48
|
3 |
size 27970458
|
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:a36deaceba3455b78fbfe7e5e14ebf5ca0c93c3b140056252c685bcc72755958
|
3 |
size 6328
|