Guanaco-3B-Uncensored-v2 / tokenizer_config.json
Xenova's picture
Xenova HF staff
Add default chat template to tokenizer_config.json
62ae7f5 verified
raw
history blame
336 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>",
"chat_template": "{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}"
}