Training in progress, step 500
Browse files- adapter_config.json +5 -5
- 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 |
-
"
|
20 |
-
"o_proj",
|
21 |
-
"gate_proj",
|
22 |
"up_proj",
|
|
|
23 |
"down_proj",
|
24 |
-
"
|
25 |
-
"v_proj"
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"k_proj",
|
|
|
|
|
20 |
"up_proj",
|
21 |
+
"gate_proj",
|
22 |
"down_proj",
|
23 |
+
"o_proj",
|
24 |
+
"v_proj",
|
25 |
+
"q_proj"
|
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 639792909
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2379132b62432197408b2ee9b21a7defbce1faacd62896f42452ba8b3a40bd3e
|
3 |
size 639792909
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3893bb5bf8a435415c1101e250b00e95802e5ead0ee43d058a754e5840affb63
|
3 |
size 4027
|