kplug / kplug /configuration_kplug.py
xusong28
update
c10350f
raw history blame
No virus
184 Bytes
# coding=utf-8
# author: xusong <xusong28@jd.com>
# time: 2022/8/25 15:33
from transformers.models.bert.configuration_bert import BertConfig
class KplugConfig(BertConfig):
pass