nielsr HF Staff commited on
Commit
52891a2
·
verified ·
1 Parent(s): 2e7252a

Improve dataset card: Add paper and code links, add 'benchmark' tag

Browse files

This PR enhances the dataset card by adding direct links to the associated paper on Hugging Face Papers (`https://huggingface.co/papers/2409.08374`) and the GitHub repository (`https://github.com/JozefColdenhoff/OpenACE`) at the top of the README. This makes it easier for users to find the relevant research and code. It also adds the 'benchmark' tag to the metadata, aligning with the dataset's purpose as an open benchmark for evaluating audio coding performance.

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