Found 62 repositories(showing 30)
karpathy
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
kuprel
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization, with PyTorch/CUDA
gnp
Port of Andrej Karpathy's minbpe to Rust
kanpuriyanawab
a Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization in pure C.
oramasearch
Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization. Pure JavaScript port of karpathy/minbpe
yanivle
No description available
BobMcDear
Byte-level byte pair encoding (BPE) in Haskell
dorjeduck
port of Andrjey Karpathy's minbpe to Mojo
Jaykef
No description available
narensen
Implementation of Mini-bpe written purely in Rust
BriceLucifer
a c++ version implementation of minbpe
justinhj
Experiements with llm tokenization in cpp
tchalfpenny
No description available
anperrone
This crate is a rust porting of Andrej Karpathy implementation of Byte Pair Encoding (BPE) algorithm available here https://github.com/karpathy/minbpe
gold-mouse
No description available
RafaRpso
A Minimal Byte Pair Algorithm application in Golang to simulate GPT-2 and GPT-4 Tokenizer
SURIAPRAKASH1
This is the minimall version of gpt tokenizer that uses Byte-pair encoding algorithm on it's core
GoWind
An implementation of https://github.com/karpathy/minbpe/tree/master in Zig
chirag-7
Mirror of karpathy/minbpe
nitin966
Java based implementation of minbpe by karpathy@ https://github.com/karpathy/minbpe
Inspiring26
翻译Andrej Karpathy的minbpe。原仓库地址: https://github.com/karpathy/minbpe
justinhj
Fork of Karpathy's minbpe
MaksimPenkin
Tokenizer from scratch based on minbpe.
ademyanchuk
Educational reimplementation of Byte Pair Encoding (BPE) with regex tokenization, merge order control, and chunk-based encoding – inspired by Karpathy's minbpe.
niconunezz
No description available
suchith720
Byte Pair Encoding Algorithm
Riseikou1
No description available
xrlexpert
No description available
jadelapuente
A Go implementation of the minbpe tokenizer
ransoca
My version of @karpathy's Minbpe implementation ;)