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