Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
|
@@ -4536,6 +4536,7 @@
|
|
| 4536 |
],
|
| 4537 |
"bos_token": "<|begin_of_text|>",
|
| 4538 |
"clean_up_tokenization_spaces": true,
|
|
|
|
| 4539 |
"eos_token": "<|end_of_text|>",
|
| 4540 |
"extra_special_tokens": {},
|
| 4541 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
|
| 4536 |
],
|
| 4537 |
"bos_token": "<|begin_of_text|>",
|
| 4538 |
"clean_up_tokenization_spaces": true,
|
| 4539 |
+
"model_input_names": ["input_ids", "attention_mask"],
|
| 4540 |
"eos_token": "<|end_of_text|>",
|
| 4541 |
"extra_special_tokens": {},
|
| 4542 |
"model_max_length": 1000000000000000019884624838656,
|