gpt_bpe
gpt_bpe copied to clipboard
GPT2 Byte Pair Encoding implementation in Golang
gpt-bpe
An implementation of GPT2 Byte Pair Encoding Encoder/Decoder in golang. Generally very fast, bottlenecked by the regex engine for whitespace separation.