anperrone/minbpe
This crate is a rust porting of Andrej Karpathy implementation of Byte Pair Encoding (BPE) algorithm available here https://github.com/karpathy/minbpe
No commits in the last 6 months.
Stars
1
Forks
—
Language
Rust
License
MIT
Category
Last pushed
Feb 19, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/anperrone/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.