Upload tokenizer
Browse files- tokenizer_config.json +3 -0
tokenizer_config.json
CHANGED
@@ -1748,8 +1748,11 @@
|
|
1748 |
"clean_up_tokenization_spaces": false,
|
1749 |
"eos_token": "<eos>",
|
1750 |
"extra_special_tokens": {},
|
|
|
1751 |
"model_max_length": 8192,
|
|
|
1752 |
"pad_token": "<pad>",
|
|
|
1753 |
"padding_side": "left",
|
1754 |
"sp_model_kwargs": {},
|
1755 |
"spaces_between_special_tokens": false,
|
|
|
1748 |
"clean_up_tokenization_spaces": false,
|
1749 |
"eos_token": "<eos>",
|
1750 |
"extra_special_tokens": {},
|
1751 |
+
"max_length": null,
|
1752 |
"model_max_length": 8192,
|
1753 |
+
"pad_to_multiple_of": null,
|
1754 |
"pad_token": "<pad>",
|
1755 |
+
"pad_token_type_id": 0,
|
1756 |
"padding_side": "left",
|
1757 |
"sp_model_kwargs": {},
|
1758 |
"spaces_between_special_tokens": false,
|