Fill-Mask
Transformers
Safetensors
Kurdish
mt5
text2text-generation
trimmed

mt5-small-kur-16384

This model is a 79.73% smaller version of google/mt5-small optimized for Kurdish language via vocabulary size reduction using the trimming method.
This trimmed model should perform similarly to the original model with only 16,384 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 250,112 tokens 16,384 tokens 93.45%
Model size 300,176,768 params 60,839,296 params 79.73%

image

Mining Dataset Statistics

Usage

from transformers import AutoModel, AutoTokenizer

model_name = "alphaedge-ai/mt5-small-kur-16384"
model = AutoModel.from_pretrained(model_name)
tokenizer = AutoTokenizer.from_pretrained(model_name)

Citations

mT5

@misc{xue2021mt5massivelymultilingualpretrained,
      title={mT5: A massively multilingual pre-trained text-to-text transformer}, 
      author={Linting Xue and Noah Constant and Adam Roberts and Mihir Kale and Rami Al-Rfou and Aditya Siddhant and Aditya Barua and Colin Raffel},
      year={2021},
      eprint={2010.11934},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2010.11934}, 
}

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
-
Safetensors
Model size
60.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/mt5-small-kur-16384

Base model

google/mt5-small
Quantized
(199)
this model

Dataset used to train alphaedge-ai/mt5-small-kur-16384

Collection including alphaedge-ai/mt5-small-kur-16384

Paper for alphaedge-ai/mt5-small-kur-16384