How to use hf-tiny-model-private/tiny-random-BlenderbotSmallForConditionalGeneration with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-BlenderbotSmallForConditionalGeneration") model = AutoModelForSeq2SeqLM.from_pretrained("hf-tiny-model-private/tiny-random-BlenderbotSmallForConditionalGeneration")
What is a pickle import?