mcernak nielsr HF Staff commited on
Commit
31acd60
·
verified ·
1 Parent(s): 2e7252a

Improve dataset card: Add paper and code links, add 'benchmark' tag (#1)

Browse files

- Improve dataset card: Add paper and code links, add 'benchmark' tag (52891a2e639cb9f782bab2ba59d58cb1fa771627)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
 
 
2
  license: mit
 
 
3
  task_categories:
4
  - audio-classification
5
  - audio-to-audio
6
- language:
7
- - en
8
  tags:
9
  - emotional-speech
10
  - audio-quality
@@ -13,12 +15,13 @@ tags:
13
  - mushra
14
  - visqol
15
  - polqa
16
- size_categories:
17
- - <1K
18
  ---
19
 
20
  # EARS-EMO-OpenACE: A Full-band Coded Emotional Speech Quality Dataset
21
 
 
 
22
  ## Dataset Description
23
 
24
  This dataset contains full-band coded emotional speech samples at 16 kbps with human perceptual quality ratings and objective quality metrics. It is designed for research in audio quality assessment, emotion recognition, and codec evaluation.
@@ -167,4 +170,4 @@ If you use this dataset in your research, please cite the following [paper](http
167
 
168
  Milos Cernak, milos.cernak at ieee dot org
169
 
170
- August 1, 2025
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
+ size_categories:
6
+ - <1K
7
  task_categories:
8
  - audio-classification
9
  - audio-to-audio
 
 
10
  tags:
11
  - emotional-speech
12
  - audio-quality
 
15
  - mushra
16
  - visqol
17
  - polqa
18
+ - benchmark
 
19
  ---
20
 
21
  # EARS-EMO-OpenACE: A Full-band Coded Emotional Speech Quality Dataset
22
 
23
+ [Paper](https://huggingface.co/papers/2409.08374) | [Code](https://github.com/JozefColdenhoff/OpenACE)
24
+
25
  ## Dataset Description
26
 
27
  This dataset contains full-band coded emotional speech samples at 16 kbps with human perceptual quality ratings and objective quality metrics. It is designed for research in audio quality assessment, emotion recognition, and codec evaluation.
 
170
 
171
  Milos Cernak, milos.cernak at ieee dot org
172
 
173
+ August 1, 2025