Jsevisal commited on
Commit
baa6e41
·
verified ·
1 Parent(s): 30c2ebc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -35,4 +35,22 @@ configs:
35
  path: data/validation-*
36
  - split: test
37
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ---
 
35
  path: data/validation-*
36
  - split: test
37
  path: data/test-*
38
+ task_categories:
39
+ - text-classification
40
+ language:
41
+ - en
42
+ ---
43
+ Original dataset: [GoEmotions dataset](https://huggingface.co/datasets/google-research-datasets/go_emotions)
44
+
45
+ Filtered using "ekman_mapping.json" from original dataset repo
46
+
47
+ Dataset contains 7 emotion labels as per Dr. Ekman theory. Labels are as follows:
48
+ ```yaml
49
+ 0: anger
50
+ 1: disgust
51
+ 2: fear
52
+ 3: joy
53
+ 4: sadness
54
+ 5: surprise
55
+ 6: neutral
56
  ---