|
--- |
|
license: mit |
|
dataset_info: |
|
config_name: simplified_ekman |
|
features: |
|
- name: ru_text |
|
dtype: string |
|
- name: text |
|
dtype: string |
|
- name: labels |
|
sequence: |
|
class_label: |
|
names: |
|
'0': admiration |
|
'1': amusement |
|
'2': anger |
|
'3': annoyance |
|
'4': approval |
|
'5': caring |
|
'6': confusion |
|
'7': curiosity |
|
'8': desire |
|
'9': disappointment |
|
'10': disapproval |
|
'11': disgust |
|
'12': embarrassment |
|
'13': excitement |
|
'14': fear |
|
'15': gratitude |
|
'16': grief |
|
'17': joy |
|
'18': love |
|
'19': nervousness |
|
'20': optimism |
|
'21': pride |
|
'22': realization |
|
'23': relief |
|
'24': remorse |
|
'25': sadness |
|
'26': surprise |
|
'27': neutral |
|
- name: labels_ekman |
|
sequence: |
|
class_label: |
|
names: |
|
'0': anger |
|
'1': disgust |
|
'2': fear |
|
'3': joy |
|
'4': sadness |
|
'5': surprise |
|
'6': neutral |
|
- name: id |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 10670621 |
|
num_examples: 43410 |
|
- name: validation |
|
num_bytes: 1330969 |
|
num_examples: 5426 |
|
- name: test |
|
num_bytes: 1323849 |
|
num_examples: 5427 |
|
download_size: 7683063 |
|
dataset_size: 13325439 |
|
configs: |
|
- config_name: simplified_ekman |
|
data_files: |
|
- split: train |
|
path: simplified_ekman/train-* |
|
- split: validation |
|
path: simplified_ekman/validation-* |
|
- split: test |
|
path: simplified_ekman/test-* |
|
--- |
|
Original dataset: [GoEmotions dataset](https://huggingface.co/datasets/google-research-datasets/go_emotions) |
|
|
|
The dataset was machine translated to Russian using free Google Translate API. |
|
|
|
Dataset contains 7 emotion labels as per Dr. Ekman theory. Labels are as follows: |
|
```yaml |
|
0: anger |
|
1: disgust |
|
2: fear |
|
3: joy |
|
4: sadness |
|
5: surprise |
|
6: neutral |
|
``` |