Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M4THYOU/TokenDagger
/ TokenizerConfig
Class
TokenizerConfig
src/main.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
};
41
42
struct TokenizerConfig {
43
std::unordered_map<std::string, SpecialToken> added_tokens_decoder;
44
};
45
46
struct Llama4Tokenizer {
47
TokenizerConfig config;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected