|
--- |
|
task_categories: |
|
- text-classification |
|
language: |
|
- fi |
|
size_categories: |
|
- 100K<n<1M |
|
--- |
|
|
|
### Source: |
|
|
|
This dataset is a machine translated version of the Many Emotions dataset available here: https://huggingface.co/datasets/ma2za/many_emotions <br> |
|
It was translated into Finnish using DeepL: https://www.deepl.com/translator <br> |
|
The Many Emotions dataset itself is a combination of three other emotion annotated datasets. These datasets are: |
|
- Daily Dialog: https://huggingface.co/datasets/daily_dialog |
|
- GoEmotions: https://huggingface.co/datasets/go_emotions |
|
- Emotion: https://huggingface.co/datasets/dair-ai/emotion |
|
|
|
Please, cite the original sources if you use this dataset. |
|
|
|
### Data fields: |
|
|
|
- `id`: unique identifier |
|
- `text`: a `string` feature. |
|
- `label`: a classification label, with possible values including `anger` (0), `fear` (1), `joy` (2), `love` (3), `sadness` (4), `surprise` (5), `neutral` (6). |
|
- `dataset`: source dataset |
|
- `license`: inherited license from source dataset |
|
|