File size: 575 Bytes
ad48bc6 ddd2ec7 ad48bc6 be9811f ad48bc6 ab19c17 ad48bc6 ab19c17 ad48bc6 be9811f ad48bc6 be9811f ad48bc6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"architectures": [
"RobertaEmotion"
],
"auto_map": {
"AutoConfig": "configuration_roberta_emotion.RobertaEmotionConfig",
"AutoModel": "modeling_roberta_emotion.RobertaEmotion"
},
"hidden_size": 768,
"id2label": {
"0": "sadness",
"1": "joy",
"2": "love",
"3": "anger",
"4": "fear",
"5": "surprise"
},
"label2id": {
"anger": 3,
"fear": 4,
"joy": 1,
"love": 2,
"sadness": 0,
"surprise": 5
},
"model_type": "ma2za/roberta-emotion",
"torch_dtype": "float32",
"transformers_version": "4.28.1"
}
|