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")
Huggingface seems to have had a bug that caused them to have 0 models in the conversational format
· Sign up or log in to comment