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
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f51ba885541c7dc569d46b796af57cc7a2ba7945107dced4f19d1b5ec091157
|
| 3 |
+
size 2416373051
|