Module tokenizers::models::bpe
source · Expand description
Byte Pair Encoding model.
Re-exports§
pub use trainer::*;
Modules§
Structs§
- A Byte Pair Encoding model.
- A
BpeBuildercan be used to create aBPEmodel with a custom configuration.
Enums§
- Errors that can be encountered while using or constructing a
BPEmodel.