from transformers import BertConfig class SimBertConfig(BertConfig): model_type = "simbert"