|
Mila
Deep Neural Network Library
|
This is the complete list of members for Mila::Data::BpeVocabulary, including all inherited members.
| BpeVocabulary()=delete (defined in Mila::Data::BpeVocabulary) | Mila::Data::BpeVocabulary | |
| containsToken(const std::string &token) const | Mila::Data::BpeVocabulary | inline |
| getByteDecoder() (defined in Mila::Data::BpeVocabulary) | Mila::Data::BpeVocabulary | static |
| getByteEncoder() (defined in Mila::Data::BpeVocabulary) | Mila::Data::BpeVocabulary | static |
| getConfig() const (defined in Mila::Data::BpeVocabulary) | Mila::Data::BpeVocabulary | inline |
| getMergePriority(const std::string &left, const std::string &right) const (defined in Mila::Data::BpeVocabulary) | Mila::Data::BpeVocabulary | inline |
| getMergeRules() const (defined in Mila::Data::BpeVocabulary) | Mila::Data::BpeVocabulary | inline |
| getSize() const override | Mila::Data::BpeVocabulary | inlinevirtual |
| getSpecialTokenId(const std::string &token_str) const | Mila::Data::BpeVocabulary | inline |
| getSpecialTokenList() const | Mila::Data::BpeVocabulary | inline |
| idToToken(TokenId id) const override | Mila::Data::BpeVocabulary | inlinevirtual |
| isByteLevel() const (defined in Mila::Data::BpeVocabulary) | Mila::Data::BpeVocabulary | inline |
| load(const fs::path &path) | Mila::Data::BpeVocabulary | inlinestatic |
| loadGemma(const fs::path &path) | Mila::Data::BpeVocabulary | static |
| loadGpt2(const fs::path &tokenizer_path) | Mila::Data::BpeVocabulary | static |
| loadLlama32(const fs::path &path) | Mila::Data::BpeVocabulary | static |
| loadMistral(const fs::path &vocab_path, const fs::path &merges_path) | Mila::Data::BpeVocabulary | static |
| save(const fs::path &path) const override | Mila::Data::BpeVocabulary | inline |
| Mila::Data::TokenizerVocabulary::save(const std::filesystem::path &path) const =0 | Mila::Data::TokenizerVocabulary | pure virtual |
| tokenToId(const std::string &token) const override | Mila::Data::BpeVocabulary | inlinevirtual |
| train(const std::string &corpus, const BpeVocabularyConfig &config) | Mila::Data::BpeVocabulary | inlinestatic |
| trainFromFile(const fs::path &corpus_path, const BpeVocabularyConfig &config) | Mila::Data::BpeVocabulary | inlinestatic |
| ~TokenizerVocabulary()=default | Mila::Data::TokenizerVocabulary | virtual |