Instructions to use Rostlab/prot_t5_xl_uniref50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rostlab/prot_t5_xl_uniref50 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Rostlab/prot_t5_xl_uniref50") model = AutoModelForSeq2SeqLM.from_pretrained("Rostlab/prot_t5_xl_uniref50", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#3
by cherry0328 - opened
The model is fantastic! We would like to contribute by updating the base_model information in the model's README. This is to address the missing details in the model card.