Instructions to use Rostlab/prot_t5_base_mt_uniref50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rostlab/prot_t5_base_mt_uniref50 with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="Rostlab/prot_t5_base_mt_uniref50")# Load model directly from transformers import AutoTokenizer, AutoModelWithLMHead tokenizer = AutoTokenizer.from_pretrained("Rostlab/prot_t5_base_mt_uniref50") model = AutoModelWithLMHead.from_pretrained("Rostlab/prot_t5_base_mt_uniref50") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a63bd0c1877b6d85f2e5867e9067c09fe1bf3f54bc4e7a14fb478d3e0577ae0b
- Size of remote file:
- 795 MB
- SHA256:
- 6cc6815c6e22863a1764a8a442b9686a3772cc1fcead2ac5c7c587855252776d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.