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

Class SpecialToken

src/main.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38struct SpecialToken {
39 std::string content;
40};
41
42struct TokenizerConfig {
43 std::unordered_map<std::string, SpecialToken> added_tokens_decoder;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected