Step-3.7-173B-REAP-4.6bit-MLX / tokenizer_config.json
True2456's picture
Fix tokenizer_class=LlamaTokenizerFast making AutoTokenizer discard the real pretokenizer (see docs/TOKENIZER-INVESTIGATION.md)
45a60f2 verified
Raw
History Blame Contribute Delete
449 Bytes
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<\uff5cbegin\u2581of\u2581sentence\uff5c>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"local_files_only": false,
"model_max_length": 131072,
"pad_token": "<\uff5cend\u2581of\u2581sentence\uff5c>",
"processor_class": "Step3VLProcessor",
"sp_model_kwargs": {},
"unk_token": null,
"use_default_system_prompt": false
}