t5_transferqa 33216e6
KuRoti commited on
How to use jaynlp/t5-large-transferqa with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("jaynlp/t5-large-transferqa")
model = AutoModelForSeq2SeqLM.from_pretrained("jaynlp/t5-large-transferqa", device_map="auto")