ademyanchuk/minbpe
Educational reimplementation of Byte Pair Encoding (BPE) with regex tokenization, merge order control, and chunk-based encoding – inspired by Karpathy's minbpe.
No commits in the last 6 months.
Stars
—
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Apr 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/ademyanchuk/minbpe"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
eliben/go-sentencepiece
Go implementation of the SentencePiece tokenizer
sefineh-ai/Amharic-Tokenizer
Syllable-aware BPE tokenizer for the Amharic language (አማርኛ) – fast, accurate, trainable.
mdabir1203/BPE_Tokenizer_Visualizer
A Visualizer to check how BPE Tokenizer in an LLM Works
U4RASD/r-bpe
R-BPE: Improving BPE-Tokenizers with Token Reuse
franciszekparma/GBPET
GPT-style language model with Byte Pair Encoding tokenizer, built from scratch in PyTorch.