Type Alias tokenizers::models::bpe::Vocab

source ·
pub type Vocab = HashMap<String, u32>;

Aliased Type§

struct Vocab { /* private fields */ }