Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
microsoft
/
DialoGPT-large
like
264
Follow
Microsoft
4,825
Text Generation
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
gpt2
conversational
text-generation-inference
Inference Endpoints
arxiv:
1911.00536
License:
mit
Model card
Files
Files and versions
Community
23
Train
Deploy
Use this model
3391fef
DialoGPT-large
/
tokenizer_config.json
julien-c
HF staff
Add default chat template to tokenizer_config.json (
#16
)
3391fef
verified
9 months ago
raw
Copy download link
history
blame
Safe
130 Bytes
{
"model_max_length"
:
1024
,
"chat_template"
:
"{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}"
}