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

class SimBertConfig(BertConfig):

    model_type = "simbert"