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 rng_state.pth with huggingface_hub
Browse files- rng_state.pth +3 -0
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed624feaf56d8337bc19a64ab162284341d14bc684de06c8e8af1a3dfb67130a
|
| 3 |
+
size 14244
|