Portfolio index / 2026
Rahul SharmaImphal, India · 24.8170° N
Hybrid BPE/BBPE tokenizer for Hinglish with O(1) C++ optimization.
Built a custom BPE tokenizer featuring a Hybrid Code-Mixed Router to eliminate token shattering. Optimized the lookup engine using a C++ Hash Map for O(1) efficiency, achieving sub-1ms latency on simulated edge hardware.
Standard BPE tokenizers often 'shatter' transliterated Hinglish text into meaningless individual characters, losing critical semantic roots during inference.