manojkumarvohra commited on
Commit
53075b5
1 Parent(s): e62e624

updated dataset card

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -1,4 +1,12 @@
1
- ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -13,6 +21,7 @@ dataset_info:
13
  '3': anger
14
  '4': fear
15
  '5': surprise
 
16
  splits:
17
  - name: train
18
  num_bytes: 3160217
@@ -23,10 +32,14 @@ dataset_info:
23
  - name: test
24
  num_bytes: 217173
25
  num_examples: 2000
 
26
  download_size: 1294212
 
27
  dataset_size: 3592085
 
28
  configs:
29
  - config_name: default
 
30
  data_files:
31
  - split: train
32
  path: data/train-*
@@ -34,4 +47,4 @@ configs:
34
  path: data/validation-*
35
  - split: test
36
  path: data/test-*
37
- ---
 
1
+ Dataset Summary
2
+ ---------------
3
+ Emotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.
4
+
5
+ This dataset is a processed form of "dair-ai/emotion" dataset. [https://huggingface.co/datasets/dair-ai/emotion]
6
+
7
+ In this one, I have replicated/duplicated the samples for minority classes so that all the emotion classes have [approximate] equal sample count.
8
+
9
+
10
  dataset_info:
11
  features:
12
  - name: text
 
21
  '3': anger
22
  '4': fear
23
  '5': surprise
24
+
25
  splits:
26
  - name: train
27
  num_bytes: 3160217
 
32
  - name: test
33
  num_bytes: 217173
34
  num_examples: 2000
35
+
36
  download_size: 1294212
37
+
38
  dataset_size: 3592085
39
+
40
  configs:
41
  - config_name: default
42
+
43
  data_files:
44
  - split: train
45
  path: data/train-*
 
47
  path: data/validation-*
48
  - split: test
49
  path: data/test-*
50
+