h2ogpt-gm-oasst1-en-2048-falcon-7b-v2 / tokenizer_config.json
Xenova's picture
Xenova HF staff
Add default chat template to tokenizer_config.json
e6d1e01 verified
raw
history blame
401 Bytes
{
"add_prefix_space": false,
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"tokenizer_class": "PreTrainedTokenizerFast",
"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 %}"
}