Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
microsoft
/
DialoGPT-medium
like
327
Follow
Microsoft
5,347
Text Generation
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
Rust
gpt2
conversational
text-generation-inference
Inference Endpoints
arxiv:
1911.00536
License:
mit
Model card
Files
Files and versions
Community
20
Train
Deploy
Use this model
bc4e86e
DialoGPT-medium
/
tokenizer_config.json
Xenova
HF staff
Add default chat template to tokenizer_config.json
bc4e86e
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 %}"
}