custom-distill-bert-for-sentence-label / configuration_sentence_label.py
yutingg's picture
Upload DistillBERTSentenceLabel
4d71960
raw
history blame contribute delete
247 Bytes
from transformers import PretrainedConfig
class DistillBERTSentenceLabelConfig(PretrainedConfig):
model_type = "distill_bert_sentence_label"
def __init__(
self,
**kwargs,
):
super().__init__(**kwargs)