Transformers
PyTorch
TensorFlow
JAX
English
blenderbot-small
text2text-generation
convAI
conversational
facebook
Instructions to use facebook/blenderbot_small-90M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/blenderbot_small-90M with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("facebook/blenderbot_small-90M") model = AutoModelForSeq2SeqLM.from_pretrained("facebook/blenderbot_small-90M") - Notebooks
- Google Colab
- Kaggle
The model card may have a wrong arxiv link of the paper
#1
by hugfaceguy0001 - opened
The paper should be "Recipes for building an open-domain chatbot", but the link in the model card is "Facebook FAIR’s WMT19 News Translation Task Submission".