Fixes tokenizer issue where special tokens added into added_tokens_decoder attribute in tokenizer_config.json but missing in added_tokens in tokenizer.json are still populated correctly into added tokens map such that they are not tokenized incorrectly. This ensures compatibility even with HuggingFace ...