File size: 923 Bytes
44e9cf0 6fe4866 44e9cf0 6fe4866 44e9cf0 6fe4866 44e9cf0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
dataset_info:
features:
- name: text
dtype: string
- name: ekman_comment
dtype: string
- name: Anger
dtype: bool
- name: Disgust
dtype: bool
- name: Fear
dtype: bool
- name: Stress
dtype: bool
- name: Frustration
dtype: bool
- name: Happiness
dtype: bool
- name: Punishment
dtype: bool
- name: Sadness
dtype: bool
- name: Surprise
dtype: bool
- name: Political Discourse
dtype: bool
- name: Anxiety
dtype: bool
- name: Aggression
dtype: bool
- name: Injustice
dtype: bool
- name: Disappointment
dtype: bool
- name: Sarcasm
dtype: bool
- name: Uncertainty
dtype: bool
- name: Neutral
dtype: bool
splits:
- name: train
num_bytes: 467505
num_examples: 1833
download_size: 295935
dataset_size: 467505
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|