| { | |
| "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" | |
| } | |