from transformers import BertTokenizer class NewTokenizer(BertTokenizer): special_attribute_present = True