Crate tokengeex

source ·

Structs§

Enums§

Traits§

  • A processor is a step of the tokenization pipeline. It can be used to transform input sequences before they are fed to the model and to transform the output sequences after they are generated by the model.

Functions§

Type Aliases§

  • An arbitrary sequence of bytes. Almost always valid UTF-8 but not guaranteed.
  • A numerical ID for a token. Cannot be larger than u32::MAX.