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
Correct the link of the arxiv paper
#2
by hugfaceguy0001 - opened
README.md
CHANGED
|
@@ -15,7 +15,7 @@ metrics:
|
|
| 15 |
|
| 16 |
## Model description
|
| 17 |
|
| 18 |
-
+ Paper: [Recipes for building an open-domain chatbot](https://arxiv.org/abs/
|
| 19 |
+ [Original PARLAI Code](https://parl.ai/projects/recipes/)
|
| 20 |
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
## Model description
|
| 17 |
|
| 18 |
+
+ Paper: [Recipes for building an open-domain chatbot](https://arxiv.org/abs/2004.13637)
|
| 19 |
+ [Original PARLAI Code](https://parl.ai/projects/recipes/)
|
| 20 |
|
| 21 |
|