top of page
Jun 30, 20244 min read
BPE Dropout
BPE Dropout: Stochastic subword segmentation. Applies dropout to merges during tokenization. Improves model robustness and generalization.
Jun 28, 202411 min read
WordPiece Tokenization: A BPE Variant
Word Piece Tokenization: Subword segmentation for NLP. Builds vocab from frequent subwords & handles rare words
Jun 22, 202412 min read
Mastering Masked Language Models: Techniques, Comparisons, and Best Practices
Explore the evolution of Masked Language Modeling: from BERT to XLNet, uncover how to choose the right technique for your NLP tasks.
bottom of page