Instructions to use Rocketknight1/esm2_t6_8M_UR50D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rocketknight1/esm2_t6_8M_UR50D with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Rocketknight1/esm2_t6_8M_UR50D")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Rocketknight1/esm2_t6_8M_UR50D") model = AutoModelForMaskedLM.from_pretrained("Rocketknight1/esm2_t6_8M_UR50D") - Notebooks
- Google Colab
- Kaggle
Commit ·
757a6d1
1
Parent(s): 37cdb48
Upload EsmForMaskedLM
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c9337388f184a11c5d3c2740dc6baab5b0dbd0a9621565c2712c32a76848d33
|
| 3 |
+
size 31406877
|