Transformers
Safetensors
t5
text2text-generation
antibody language model
antibody
protein language model
text-generation-inference
Instructions to use Exscientia/IgT5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload T5ForConditionalGeneration 424a6e2 verified
Update README.md 43c8e45 verified
Upload README.md 71b696a verified
Henry Kenlay commited on
Upload tokenizer 45585da verified
Henry Kenlay commited on
Upload model 78b1f39 verified
Henry Kenlay commited on
initial commit 76bdd92 verified
Henry Kenlay commited on