be9811f a8700fa be9811f a8700fa
1
2
3
4
5
6
7
8
9
from transformers import PretrainedConfig class RobertaEmotionConfig(PretrainedConfig): model_type = "ma2za/roberta-emotion" def __init__(self, **kwargs): super().__init__(**kwargs)