Training in progress, step 250
Browse files- adapter_config.json +2 -2
- adapter_model.bin +1 -1
- tokenizer.json +6 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -14,11 +14,11 @@
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
-
"v_proj",
|
18 |
-
"o_proj",
|
19 |
"up_proj",
|
20 |
"gate_proj",
|
|
|
21 |
"k_proj",
|
|
|
22 |
"down_proj",
|
23 |
"q_proj"
|
24 |
],
|
|
|
14 |
"r": 64,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
|
|
|
|
17 |
"up_proj",
|
18 |
"gate_proj",
|
19 |
+
"o_proj",
|
20 |
"k_proj",
|
21 |
+
"v_proj",
|
22 |
"down_proj",
|
23 |
"q_proj"
|
24 |
],
|
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:759578eab6487127cdd9a2da8b0047c381a9dbe1504c4a6d2f0111e53ea6b21f
|
3 |
size 639792909
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
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 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3341858452b6b07f18a992a82d6a11ff79353ad967ef30d4f10ffd4a9474bdc
|
3 |
size 4155
|