Training in progress, step 336
Browse files- adapter_model.safetensors +1 -1
- tokenizer.json +10 -3
- training_args.bin +1 -1
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1594115680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fa7d7fedef28fda0a10a44b06c9192d021bb09185cc87a9b34d1f0ca15265f7
|
3 |
size 1594115680
|
tokenizer.json
CHANGED
@@ -1,9 +1,16 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": {
|
5 |
-
"strategy":
|
6 |
-
|
|
|
|
|
7 |
"pad_to_multiple_of": null,
|
8 |
"pad_id": 32001,
|
9 |
"pad_type_id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 1137,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 1137
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
15 |
"pad_id": 32001,
|
16 |
"pad_type_id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94b1e5a4444b50674b061e72283f372688cc3d45a15e26ad8209ffc9204861c1
|
3 |
size 5560
|