Deathsquad10
commited on
Commit
•
90291a3
1
Parent(s):
7525ba6
Update tokenizer_config.json
Browse files- tokenizer_config.json +8 -3
tokenizer_config.json
CHANGED
@@ -2057,6 +2057,11 @@
|
|
2057 |
"input_ids",
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
-
"
|
2061 |
-
"
|
2062 |
-
|
|
|
|
|
|
|
|
|
|
|
|
2057 |
"input_ids",
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
+
"pad_to_multiple_of": null,
|
2061 |
+
"pad_token": "<|end_of_text|>",
|
2062 |
+
"pad_token_type_id": 0,
|
2063 |
+
"padding_side": "right",
|
2064 |
+
"stride": 0,
|
2065 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
2066 |
+
"truncation_side": "right",
|
2067 |
+
"truncation_strategy": "longest_first"
|