Fill-Mask
Transformers
Safetensors
prokbert
bioinformatics
genomics
sequence embedding
genomic language models
nucleotide
dna-sequence
promoter-prediction
phage
custom_code
Instructions to use neuralbioinfo/prokbert-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use neuralbioinfo/prokbert-mini with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="neuralbioinfo/prokbert-mini", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("neuralbioinfo/prokbert-mini", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Deleting autotokenizer 35764e0
Adding LCA tokenizer source code 0572702 verified
Updating ProkBert class and adding LCA tokenizer config c677647
Update README.md 82847f0 verified
Update README.md f3cdcbc verified
Update README.md 88b9c3a verified
Update README.md 9d24be7 verified
Update README.md 7b7f545 verified
Update README.md 920da46 verified
Update README.md 8d9d971 verified
Update README.md 32d3f0e verified
Update README.md e0e68ba verified
Update README.md 7e1c1a4 verified
Update README.md 503d528 verified
Update README.md ccc8eb9 verified
Update README.md f1bb9ca verified
Update README.md 2d41b08 verified
Update README.md 16f37ae verified
Update README.md e34f855
Update Readme 35482a2
Tokenizer base 12bee07
Ligeti Balázs commited on
ProkBERT mini d514933
Ligeti Balázs commited on