Add special tokens to the tokenizer vocabulary.
void addSpecialTokens(List<String> tokens) { tokenizer?.addSpecialTokens(tokens); }