sirr commited on
Commit ·
22e1fbf
1
Parent(s): c2be628
Training in progress, step 2
Browse files- adapter_model.safetensors +3 -0
- tokenizer.json +1 -1
- tokenizer_config.json +1 -0
- training_args.bin +2 -2
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:636dd40c1c5f15e9b5d545292c58d1ac725342a519e5f4db817197c1fb6dae8b
|
| 3 |
+
size 10663320
|
tokenizer.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 1024,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
tokenizer_config.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
| 20 |
},
|
| 21 |
"legacy": null,
|
| 22 |
"model_max_length": 2048,
|
|
|
|
| 23 |
"pad_token": null,
|
| 24 |
"sp_model_kwargs": {},
|
| 25 |
"spaces_between_special_tokens": false,
|
|
|
|
| 20 |
},
|
| 21 |
"legacy": null,
|
| 22 |
"model_max_length": 2048,
|
| 23 |
+
"pad_to_multiple_of": 8,
|
| 24 |
"pad_token": null,
|
| 25 |
"sp_model_kwargs": {},
|
| 26 |
"spaces_between_special_tokens": false,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60daa7a2abbd1cb240b4f3055827021f9b083e23b90bb6f429c33de668189f96
|
| 3 |
+
size 4091
|