Categorygithub.com/wbrown/gpt_bpe
repositorypackage
0.0.0-20240927210347-534087680bf6
Repository: https://github.com/wbrown/gpt_bpe.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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.