MCPcopy Create free account
hub / github.com/M4THYOU/TokenDagger / TokenizerConfig

Class TokenizerConfig

src/mistral_main.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#pragma GCC diagnostic pop
25
26struct TokenizerConfig {
27 std::string pattern;
28 int num_vocab_tokens;
29 int default_vocab_size;
30 int default_num_special_tokens;
31 std::string version;
32};
33
34// Special token IDs as constants
35namespace MistralSpecialTokens {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected