File size: 184 Bytes
c10350f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# 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