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")
The community tab is the place to discuss and collaborate with the HF community!