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