SmolLM360M-IT-ConvFill / tokenizer_config.json
vysri's picture
Upload folder using huggingface_hub
8c92a82 verified
Raw
History Blame Contribute Delete
399 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": [
"<sil>"
],
"is_local": false,
"model_max_length": 8192,
"pad_token": "<|im_end|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>",
"vocab_size": 49152
}