Special token registry. All sub-tokenizers honour the same name scheme (pad / unk / bos / eos / mask / sep / cls) so Tokenizer::__call__ can attach attention masks + special-token masks uniformly. Custom special tokens (e.g. GPT-2's <|endoftext|>) live in the extra map.