Instructions to use nlpie/miniALBERT-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpie/miniALBERT-128 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpie/miniALBERT-128")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nlpie/miniALBERT-128") model = AutoModelForMaskedLM.from_pretrained("nlpie/miniALBERT-128") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 2852b2d verified
Update README.md d41c15e verified
Update README.md 50cca5d verified
Update README.md a27b145 verified
Update README.md 71f45c0
Update README.md 383a5ca
Update README.md 74ae76c
Update README.md 6376ae0
MiniALBERT-128 model and tokeniser e5b62b1
Mojtaba aka Omid Rohanian commited on