Fill-Mask
Transformers
Safetensors
Swahili (individual language)
modernbert
feature-extraction
trimmed
Instructions to use alphaedge-ai/mmBERT-small-swh-16384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alphaedge-ai/mmBERT-small-swh-16384 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="alphaedge-ai/mmBERT-small-swh-16384")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("alphaedge-ai/mmBERT-small-swh-16384") model = AutoModelForMultimodalLM.from_pretrained("alphaedge-ai/mmBERT-small-swh-16384") - Notebooks
- Google Colab
- Kaggle
Ctrl+K