yangwang825 commited on
Commit
d146dac
·
verified ·
1 Parent(s): 81da57d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -20,13 +20,13 @@ dataset_info:
20
  '6': anger
21
  splits:
22
  - name: train
23
- num_bytes: 26772110.0
24
  num_examples: 304
25
  - name: test
26
- num_bytes: 20866781.0
27
  num_examples: 231
28
  download_size: 46818101
29
- dataset_size: 47638891.0
30
  configs:
31
  - config_name: default
32
  data_files:
@@ -34,4 +34,30 @@ configs:
34
  path: data/train-*
35
  - split: test
36
  path: data/test-*
 
 
 
 
 
 
37
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  '6': anger
21
  splits:
22
  - name: train
23
+ num_bytes: 26772110
24
  num_examples: 304
25
  - name: test
26
+ num_bytes: 20866781
27
  num_examples: 231
28
  download_size: 46818101
29
+ dataset_size: 47638891
30
  configs:
31
  - config_name: default
32
  data_files:
 
34
  path: data/train-*
35
  - split: test
36
  path: data/test-*
37
+ task_categories:
38
+ - audio-classification
39
+ tags:
40
+ - audio
41
+ - paralinguistic
42
+ - multiclass
43
  ---
44
+
45
+ # EmoDB
46
+
47
+ The EmoDB is the freely available German emotional database, containing a total of 535 utterances.
48
+ It comprises of seven emotions: 1) anger; 2) boredom; 3) anxiety; 4) happiness; 5) sadness; 6) disgust; and 7) neutral.
49
+ The data was recorded at a 48-kHz sampling rate and then down-sampled to 16-kHz.
50
+ We follow the unofficial speaker-independent train/test split from [here](https://github.com/audeering/emodb/blob/master/CHANGELOG.md).
51
+
52
+ ## Citations
53
+
54
+ ```bibtex
55
+ @inproceedings{burkhardt2005database,
56
+ title={A database of German emotional speech.},
57
+ author={Burkhardt, Felix and Paeschke, Astrid and Rolfes, Miriam and Sendlmeier, Walter F and Weiss, Benjamin and others},
58
+ booktitle={Interspeech},
59
+ volume={5},
60
+ pages={1517--1520},
61
+ year={2005}
62
+ }
63
+ ```