| { | |
| "dropout": 0.3, | |
| "emotion_labels": [ | |
| "anger", | |
| "anticipation", | |
| "confidence", | |
| "disgust", | |
| "fear", | |
| "joy", | |
| "love", | |
| "neutral", | |
| "optimism", | |
| "pessimism", | |
| "sadness", | |
| "surprise" | |
| ], | |
| "hate_labels": [ | |
| "hate", | |
| "not_hate" | |
| ], | |
| "model_name": "aubmindlab/araelectra-base-discriminator", | |
| "num_emotions": 12, | |
| "num_hate": 2, | |
| "num_offensive": 2, | |
| "offensive_labels": [ | |
| "no", | |
| "yes" | |
| ] | |
| } |