SmolLM2-1.7B-Instruct-MLX-4bit / tokenizer_config.json
Irfanuruchi's picture
Upload SmolLM2-1.7B Instruct MLX 4-bit
03de3da verified
raw
history blame contribute delete
460 Bytes
{
"add_prefix_space": false,
"additional_special_tokens": null,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"is_local": true,
"model_max_length": 8192,
"pad_token": "<|im_end|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>",
"vocab_size": 49152
}