Training in progress, step 200
Browse files- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -15,12 +15,12 @@
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_proj",
|
18 |
-
"down_proj",
|
19 |
-
"o_proj",
|
20 |
"gate_proj",
|
21 |
"up_proj",
|
22 |
-
"
|
23 |
-
"v_proj"
|
|
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_proj",
|
|
|
|
|
18 |
"gate_proj",
|
19 |
"up_proj",
|
20 |
+
"o_proj",
|
21 |
+
"v_proj",
|
22 |
+
"down_proj",
|
23 |
+
"k_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 335706314
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04a647f7217d047f1d331df33a7625bdfc18a8b6d7eaae537820387bab3c44de
|
3 |
size 335706314
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ce34d49aa4450c07dcbbe4c7d4a2ac8bce147467e509d74b93474ba8ad8c7a4
|
3 |
size 6392
|