File size: 1,171 Bytes
30c2ebc
 
 
 
 
 
be58512
30c2ebc
 
 
 
 
 
be58512
 
 
30c2ebc
 
be58512
 
 
 
 
30c2ebc
be58512
 
 
 
30c2ebc
 
 
 
 
be58512
 
30c2ebc
 
baa6e41
 
 
 
 
 
 
16a6e11
baa6e41
 
 
 
 
 
 
 
 
 
16a6e11
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
---
dataset_info:
  features:
  - name: sentence
    dtype: string
  - name: labels
    dtype:
      class_label:
        names:
          '0': anger
          '1': disgust
          '2': fear
          '3': joy
          '4': neutral
          '5': sadness
          '6': surprise
  splits:
  - name: train
    num_bytes: 3168391.187915664
    num_examples: 39575
  - name: valid
    num_bytes: 396058.9060421678
    num_examples: 4947
  - name: test
    num_bytes: 396058.9060421678
    num_examples: 4947
  download_size: 2628187
  dataset_size: 3960509.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
task_categories:
- text-classification
language:
- en
---
Original dataset: [GoEmotions dataset](https://huggingface.co/datasets/google-research-datasets/go_emotions)

Filtered using "ekman_mapping.json" from original dataset repo and filtered to use only the sentences with one label

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
```