DialoGPT-large / tokenizer_config.json
julien-c's picture
julien-c HF staff
Add default chat template to tokenizer_config.json (#16)
3391fef verified
raw
history blame
130 Bytes
{
"model_max_length": 1024,
"chat_template": "{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}"
}