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
Adding ONNX file of this model
#2 opened 27 days ago
by
Delower
Adding `safetensors` variant of this model
#1 opened 11 months ago
by
SFconvertbot