Files
SmolLM3-3B-MathSFT-v2/tokenizer_config.json

15 lines
330 B
JSON
Raw Normal View History

{
"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"
}