Skip to content

csnelsonchu/gpt_bpe

 
 

Repository files navigation

gpt-bpe

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

About

GPT2 Byte Pair Encoding implementation in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%