simbert-chinese-bert-wwm-ext / configuration_bert.py
minskiter's picture
feat(similar.py): update pipeline
fdb0b54
raw
history blame
No virus
97 Bytes
from transformers import BertConfig
class SimBertConfig(BertConfig):
model_type = "simbert"