Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -4538,6 +4538,7 @@
|
|
4538 |
"clean_up_tokenization_spaces": true,
|
4539 |
"eos_token": "<|end_of_text|>",
|
4540 |
"extra_special_tokens": {},
|
|
|
4541 |
"model_max_length": 1000000000000000019884624838656,
|
4542 |
"pad_token": "<pad>",
|
4543 |
"tokenizer_class": "PreTrainedTokenizer"
|
|
|
4538 |
"clean_up_tokenization_spaces": true,
|
4539 |
"eos_token": "<|end_of_text|>",
|
4540 |
"extra_special_tokens": {},
|
4541 |
+
"model_input_names": ["input_ids", "attention_mask"],
|
4542 |
"model_max_length": 1000000000000000019884624838656,
|
4543 |
"pad_token": "<pad>",
|
4544 |
"tokenizer_class": "PreTrainedTokenizer"
|