File size: 391 Bytes
5caaad2 01cfd4f 5caaad2 | 1 2 3 4 5 6 7 8 9 10 | {
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": "<bos>",
"eos_token": "<eos>",
"pad_token": "<pad>",
"model_max_length": 2048,
"clean_up_tokenization_spaces": false,
"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 %}"
}
|