ModernBERT-TR 1k is a 150M-parameter Turkish encoder pretrained from scratch on 144.4B tokens using the ModernBERT architecture. It uses a custom 50K WordPiece tokenizer optimized for Turkish morphology.
+13.1% relative over next-best. +70.3% relative over BERTurk. Outperforms models up to 4x larger.
TabiBench Full Fine-Tuning (28 tasks)
Model
Params
Avg
ModernBERT-TR 1k
150M
77.28
TabiBERT
~150M
77.58
BERTurk
110M
75.96
Leads in 5/8 categories (text classification, STS, NLI, academic understanding, information retrieval). TabiBERT leads in code retrieval and QA (trained on code/math data).
1@article{modernberttr1k,
2 title = {Modern{BERT}-{TR}: A Modern Encoder Foundation Model for {Turkish}},
3 author = {Alkurdi, Besher and Kesgin, Himmet Toprak and Yuce, Muzaffer Kaan and Amasyali, Mehmet Fatih},
4 journal = {Research Square},
5 year = {2026},
6 doi = {10.21203/rs.3.rs-9500377/v1},
7 url = {https://doi.org/10.21203/rs.3.rs-9500377/v1},
8 note = {Preprint},
9}
Acknowledgments
Supported by Yildiz Technical University (FDK-2024-6070) and TUBITAK (124E055). Built on the ModernBERT codebase with FineWeb-2 and BertTurk Corpus data.