File size: 2,766 Bytes
fc6aac2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c73803c
 
 
 
 
 
 
cbec4a1
 
c73803c
 
 
 
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
---
dataset_info:
  features:
  - name: path
    dtype: image
  - name: prompt
    dtype: string
  - name: age
    dtype:
      class_label:
        names:
          '0': '20'
          '1': '30'
          '2': '40'
          '3': '50'
          '4': '60'
          '5': '70'
          '6': '80'
  - name: ethnicity
    dtype:
      class_label:
        names:
          '0': American Indian or Alaska Native
          '1': Asian
          '2': Black or African American
          '3': Hispanic or Latino
          '4': Indian
          '5': Middle Eastern
          '6': Native Hawaiian or Other Pacific Islander
          '7': North African
          '8': South Asian
          '9': Southeast Asian
          '10': White
          '11': arabic
          '12': white caucasian european
          '13': white caucasian north american
  - name: gender
    dtype:
      class_label:
        names:
          '0': man
          '1': non-binary
          '2': non-binary person
          '3': woman
  - name: emotion
    dtype:
      class_label:
        names:
          '0': Affection
          '1': Amusement
          '2': Anger
          '3': Astonishment/Surprise
          '4': Awe
          '5': Bitterness
          '6': Concentration
          '7': Confusion
          '8': Contemplation
          '9': Contempt
          '10': Contentment
          '11': Disappointment
          '12': Disgust
          '13': Distress
          '14': Doubt
          '15': Elation
          '16': Embarrassment
          '17': Emotional Numbness
          '18': Fatigue/Exhaustion
          '19': Fear
          '20': Hope/Enthusiasm/Optimism
          '21': Hopelessness
          '22': Impatience and Irritability
          '23': Infatuation
          '24': Interest
          '25': Intoxication/Altered States of Consciousness
          '26': Jealousy & Envy
          '27': Longing
          '28': Malevolence/Malice
          '29': Pain
          '30': Pleasure/Ecstasy
          '31': Pride
          '32': Relief
          '33': Sadness
          '34': Sexual Lust
          '35': Shame
          '36': Sourness
          '37': Teasing
          '38': Thankfulness/Gratitude
          '39': Triumph
  - name: subset
    dtype:
      class_label:
        names:
          '0': binary
          '1': hq
          '2': big
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 2177251239.218
    num_examples: 19999
  download_size: 2208142518
  dataset_size: 2177251239.218
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-4.0
task_categories:
- image-classification
- image-feature-extraction
language:
- en
tags:
- face
- emotion
pretty_name: EmoNet Face Binary
size_categories:
- 10K<n<100K
---