initial commit 76bdd92 verified
Henry Kenlay commited on
How to use Exscientia/IgT5 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Exscientia/IgT5")
model = AutoModelForSeq2SeqLM.from_pretrained("Exscientia/IgT5")