Files
DANTE-Mosaic-3.5B/tokenizer_config.json

13 lines
268 B
JSON
Raw Normal View History

{
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": null,
"eos_token": "<|im_end|>",
"pad_token": "<|im_end|>",
"clean_up_tokenization_spaces": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072
}