Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
microsoft
/
DialoGPT-large
like
271
Follow
Microsoft
6.58k
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
58feb13
DialoGPT-large
/
tokenizer_config.json
Wauplin
HF staff
Add `eos_token` to the tokenizer config.
58feb13
verified
10 months ago
raw
Copy download link
history
blame
162 Bytes
{
"model_max_length"
:
1024
,
"chat_template"
:
"{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}"
,
"eos_token"
:
"<|endoftext|>"
}