cossim-bert-chinese-wwm-ext / configuration_bert.py
minskiter's picture
feat(model): update model parameters
57034b1
raw
history blame
97 Bytes
from transformers import BertConfig
class SimBertConfig(BertConfig):
model_type = "simbert"