Instructions to use ncncomplete/dialogpt-tiny-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ncncomplete/dialogpt-tiny-chatbot with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ncncomplete/dialogpt-tiny-chatbot", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 77 Bytes
754685c | 1 | {% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %} |