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