Instructions to use Rostlab/prot_t5_xl_half_uniref50-enc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rostlab/prot_t5_xl_half_uniref50-enc with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Rostlab/prot_t5_xl_half_uniref50-enc") model = AutoModel.from_pretrained("Rostlab/prot_t5_xl_half_uniref50-enc") - Notebooks
- Google Colab
- Kaggle