Complete Comparison of BERT and ModernBERT
Nov 24, 2025
In my blog post "Code-Aware Tokenization: ModernBERT" I have explored the code awareness in tokenization techniques used in ModernBERT comparted to the traditional BERT tokenizer...
Nov 24, 2025
In my blog post "Code-Aware Tokenization: ModernBERT" I have explored the code awareness in tokenization techniques used in ModernBERT comparted to the traditional BERT tokenizer...
May 1, 2025
While Ghibli-style AI-generated images have become a global trend, we're taking a unique approach by creating something more culturally meaningful...
Feb 10, 2025
This is a straightforward guide to help you fine-tune ModernBERT on any classification task. Any number of labels. Any type of input (code, text, etc.). We'll walk through the full code...
Jan 13, 2025
ModernBERT(2024) is the latest encoder-only model at the time of this blog's creation. The authors present it as a Smarter, Better, Faster, and Longer version of BERT, designed to impr...