/gpt_bpe

GPT2 Byte Pair Encoding implementation in Golang

Primary LanguageGoGNU Lesser General Public License v2.1LGPL-2.1

gpt-bpe

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