SmolLM3-3B-Math-SFT / tokenizer_config.json
Jake's picture
Fix tokenizer_class for vllm compatibility
ca820f1 verified
raw
history blame contribute delete
330 Bytes
{
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": true,
"eos_token": "<|im_end|>",
"fast": false,
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1024,
"pad_token": "<|im_end|>",
"tokenizer_class": "PreTrainedTokenizerFast"
}