Instructions to use nlpie/bio-miniALBERT-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpie/bio-miniALBERT-128 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpie/bio-miniALBERT-128")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nlpie/bio-miniALBERT-128") model = AutoModelForMaskedLM.from_pretrained("nlpie/bio-miniALBERT-128") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md ee6f087 verified
Update README.md afc85b5 verified
Update README.md b45479f
Update README.md dc94ecc
Update README.md 70d5ef2
BioMiniALBERT model and tokeniser. 847df97
Mojtaba aka Omid Rohanian commited on