repositorypackage
0.0.0-20240927210347-534087680bf6
Repository: https://github.com/wbrown/gpt_bpe.git
Documentation: pkg.go.dev
# README
gpt-bpe
An implementation of GPT2 Byte Pair Encoding Encoder/Decoder in golang
. Generally very fast, bottlenecked by the regex engine for whitespace separation.