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