How to use natope/qa_references_all with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("natope/qa_references_all") model = AutoModelForSeq2SeqLM.from_pretrained("natope/qa_references_all")