File size: 1,322 Bytes
c1fef34 |
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 55 56 57 58 59 60 61 |
---
dataset_info:
features:
- name: comment_content
dtype: string
- name: staxi_comment
dtype:
class_label:
names:
'0': Anger Expression
'1': State Anger
'2': Trait Anger
- name: ekman_anger
dtype:
class_label:
names:
'0': Anger
'1': Not Anger
'2': Stress (Fear/Anger)
- name: ekman_anxiety
dtype:
class_label:
names:
'0': Anxiety
'1': Anxiety, Anticipatory Anxiety
'2': Anxiety, Political Tension
'3': Not Anxiety
'4': Political Anxiety
'5': Political Tension
- name: ekman_other_singel
dtype:
class_label:
names:
'0': Aggression
'1': Disappointment
'2': Disgust
'3': Fear
'4': Frustration
'5': Happiness
'6': Injustice
'7': Neutral
'8': No Other Sentiment
'9': Political Discourse
'10': Punishment
'11': Sadness
'12': Sarcasm
'13': Stress
'14': Surprise
splits:
- name: train
num_bytes: 485202
num_examples: 1832
download_size: 286653
dataset_size: 485202
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|