File size: 97 Bytes
57034b1
 
 
 
 
1
2
3
4
5
from transformers import BertConfig

class SimBertConfig(BertConfig):

    model_type = "simbert"