SENTIMENT_LABELS = {
'NEGATIVE': 0,
'POSITIVE': 1,
'NEUTRAL': 2,
}
num_classes = 3
language:
thumbnail: "url to a thumbnail used in social sharing"
tags:
license: commercial use disallowed
datasets:
- dariadaria/disneyland_reviews
metrics:
confusion matrix
| pred:0(NEG) | pred:1(POS) | pred:2(NEU) |
|---|
| true:0(NEG) | 793 | 188 | 171 |
| true:1(POS) | 227 | 920 | 260 |
| true:2(NEU) | 115 | 203 | 5087 |