Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 172 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 172 Bytes

gpt-bpe

An implementation of GPT2 Byte Pair Encoding Encoder/Decoder in golang. Generally very fast, bottlenecked by the regex engine for whitespace separation.