FinSenti-SmolLM-1.7B / tokenizer_config.json
Ayansk11's picture
Upload folder using huggingface_hub
a605851 verified
raw
history blame contribute delete
617 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"extra_special_tokens": [],
"is_local": false,
"model_max_length": 2048,
"pad_token": "<empty_output>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|endoftext|>",
"vocab_size": 49152,
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}"
}