roberta-emotion / configuration_roberta_emotion.py
ma2za's picture
Upload RobertaEmotion
a8700fa
raw
history blame contribute delete
201 Bytes
from transformers import PretrainedConfig
class RobertaEmotionConfig(PretrainedConfig):
model_type = "ma2za/roberta-emotion"
def __init__(self, **kwargs):
super().__init__(**kwargs)