Fill-Mask
Transformers
Safetensors
English
bert
protein
protbert
masked-language-modeling
bioinformatics
sequence-prediction
Instructions to use faceless-void/protbert-sequence-unmasking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use faceless-void/protbert-sequence-unmasking with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="faceless-void/protbert-sequence-unmasking")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("faceless-void/protbert-sequence-unmasking") model = AutoModelForMaskedLM.from_pretrained("faceless-void/protbert-sequence-unmasking") - Notebooks
- Google Colab
- Kaggle
Upload optimizer.pt with huggingface_hub
Browse files- optimizer.pt +3 -0
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4dc4fcb562226d5edc21ddb0974464384d2c3310c08d904af8f5159399ef923
|
| 3 |
+
size 3359876176
|