mmBERT-small-asm-32768

This model is a 61.01% smaller version of jhu-clsp/mmBERT-small optimized for Assamese language via vocabulary size reduction using the trimming method.
This trimmed model should perform similarly to the original model with only 32,768 tokens and a much smaller memory footprint. However, it may not perform well for other languages as tokens not commonly used in the selected languages were removed from the vocabulary.

Model Statistics

Metric Original Trimmed Reduction
Vocabulary size 256,000 tokens 32,768 tokens 87.20%
Model size 140,493,696 params 54,772,608 params 61.01%

image

Mining Dataset Statistics

Usage

from transformers import AutoModel, AutoTokenizer

model_name = "alphaedge-ai/mmBERT-small-asm-32768"
model = AutoModel.from_pretrained(model_name)
tokenizer = AutoTokenizer.from_pretrained(model_name)

Citations

mmBERT

@misc{marone2025mmbertmodernmultilingualencoder,
      title={mmBERT: A Modern Multilingual Encoder with Annealed Language Learning}, 
      author={Marc Marone and Orion Weller and William Fleshman and Eugene Yang and Dawn Lawrie and Benjamin Van Durme},
      year={2025},
      eprint={2509.06888},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2509.06888}, 
}

Trimming blog post

@misc{hf_blogpost_trimming,
      title={Introduction to Trimming}, 
      author={Loïck BOURDOIS and Tom AARSEN and Bram VANROY and Christopher AKIKI and Woojun JUNG and Manuel ROMERO and Prithiv SAKTHI},
      year={2026},
      url={https://huggingface.co/blog/lbourdois/introduction-to-trimming}, 
}
Downloads last month
10
Safetensors
Model size
54.8M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for alphaedge-ai/mmBERT-small-asm-32768

Quantized
(256)
this model

Dataset used to train alphaedge-ai/mmBERT-small-asm-32768

Collection including alphaedge-ai/mmBERT-small-asm-32768

Paper for alphaedge-ai/mmBERT-small-asm-32768