Training in progress, step 33
Browse files- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- tokenizer.json +1 -6
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -14,13 +14,13 @@
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
-
"k_proj",
|
18 |
-
"o_proj",
|
19 |
"gate_proj",
|
20 |
"down_proj",
|
21 |
-
"q_proj",
|
22 |
"up_proj",
|
23 |
-
"v_proj"
|
|
|
|
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
|
|
|
|
17 |
"gate_proj",
|
18 |
"down_proj",
|
|
|
19 |
"up_proj",
|
20 |
+
"v_proj",
|
21 |
+
"q_proj",
|
22 |
+
"k_proj",
|
23 |
+
"o_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 1001592141
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ee7f4ce238cf8a3e0aa3f6f7e5ea5a53b8fc34095d868872ced2d875ee60b9c
|
3 |
size 1001592141
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 4096,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4220d673b123f3853a9b2130a4c3a8db4204fe85fe6b23e1ea0a3fb0e54195d4
|
3 |
size 4091
|