How to use Ayham/robertagpt2_cnn with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Ayham/robertagpt2_cnn") model = AutoModelForSeq2SeqLM.from_pretrained("Ayham/robertagpt2_cnn")
What is a pickle import?
How to fix it?