Skip to content

LiboShen/gpt3-tokenizer-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gpt3Tokenizer

BPE Encoder Decoder for GPT-3 implemented in native Elixir.

Installation

The package can be installed by adding gpt3_tokenizer to your list of dependencies in mix.exs:

def deps do
  [
    {:gpt3_tokenizer, "~> 0.1.0"}
  ]
end

Usage

Gpt3Tokenizer.encode("hello 👋 world 🌍")
Gpt3Tokenizer.decode([31373, 50169, 233, 995, 12520, 234, 235])
Gpt3Tokenizer.token_count("This sentence is 6 tokens long")

Reference

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/gpt3_tokenizer.

About

Elixir BPE Encoder Decoder for GPT-3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages