Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- audio-classification
|
| 5 |
+
- text-to-speech
|
| 6 |
+
tags:
|
| 7 |
+
- voice
|
| 8 |
+
- speaker-embedding
|
| 9 |
+
- deduplicated
|
| 10 |
+
- emotion
|
| 11 |
+
- quality-filtered
|
| 12 |
+
- speech-enhancement
|
| 13 |
+
- clearervoice
|
| 14 |
+
pretty_name: Reference Voices Enhanced
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1K<n<10K
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Reference Voices Enhanced
|
| 20 |
+
|
| 21 |
+
2,004 AI voice samples enhanced with [ClearerVoice-Studio](https://github.com/modelscope/ClearerVoice-Studio) MossFormer2_SE_48K speech enhancement, annotated with [Empathic Insight Voice Plus](https://huggingface.co/laion/Empathic-Insight-Voice-Plus) (59 quality + emotion scores).
|
| 22 |
+
|
| 23 |
+
## Dataset Summary
|
| 24 |
+
|
| 25 |
+
- **Source**: [laion/ai-voices-deduplicated](https://huggingface.co/datasets/laion/ai-voices-deduplicated) (2,004 speaker-deduplicated, quality-filtered AI voice samples)
|
| 26 |
+
- **Speech Enhancement**: ClearerVoice MossFormer2_SE_48K — background noise removal and speech clarity improvement
|
| 27 |
+
- **Output Format**: Enhanced WAV files at 48kHz (replacing original MP3s)
|
| 28 |
+
- **Annotations**: Full Empathic Insight Voice Plus scores (59 dimensions: 55 emotion scores + 4 quality scores)
|
| 29 |
+
- **Metadata**: Updated JSON sidecar per sample with all annotation scores
|
| 30 |
+
- **Packaging**: Single tar file
|
| 31 |
+
|
| 32 |
+
## Enhancement Pipeline
|
| 33 |
+
|
| 34 |
+
1. **Source data**: 2,004 samples from `laion/ai-voices-deduplicated`, organized by gender (male/female/androgynous) and age category (child/teenager/young_adult/adult/elderly)
|
| 35 |
+
2. **Speech enhancement**: Each audio sample processed through [ClearerVoice-Studio](https://github.com/modelscope/ClearerVoice-Studio) `MossFormer2_SE_48K` model for noise suppression and speech clarity improvement at 48kHz
|
| 36 |
+
3. **Format conversion**: Original MP3 files replaced with enhanced WAV files at 48kHz sample rate
|
| 37 |
+
4. **Emotion annotation**: All enhanced samples annotated with [Empathic Insight Voice Plus](https://huggingface.co/laion/Empathic-Insight-Voice-Plus), providing 59 scores per sample
|
| 38 |
+
5. **Metadata update**: JSON sidecar files updated with all annotation scores
|
| 39 |
+
|
| 40 |
+
## Structure
|
| 41 |
+
|
| 42 |
+
```
|
| 43 |
+
reference-voices-enhanced.tar
|
| 44 |
+
├── male/
|
| 45 |
+
│ ├── 02_child/ (1 sample)
|
| 46 |
+
│ ├── 03_teenager/ (5 samples)
|
| 47 |
+
│ ├── 04_young_adult/ (217 samples)
|
| 48 |
+
│ ├── 05_adult/ (813 samples)
|
| 49 |
+
│ └── 08_elderly/ (1 sample)
|
| 50 |
+
├── female/
|
| 51 |
+
│ ├── 02_child/ (16 samples)
|
| 52 |
+
│ ├── 03_teenager/ (3 samples)
|
| 53 |
+
│ ├── 04_young_adult/ (376 samples)
|
| 54 |
+
│ ├── 05_adult/ (514 samples)
|
| 55 |
+
│ └── 08_elderly/ (1 sample)
|
| 56 |
+
└── androgynous/
|
| 57 |
+
├── 02_child/ (13 samples)
|
| 58 |
+
├── 04_young_adult/ (19 samples)
|
| 59 |
+
└── 05_adult/ (25 samples)
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
Each sample consists of:
|
| 63 |
+
- **`.wav`** — Enhanced audio file (48kHz, WAV format)
|
| 64 |
+
- **`.json`** — Metadata sidecar with caption, emotion scores, and quality scores
|
| 65 |
+
|
| 66 |
+
## Gender Distribution
|
| 67 |
+
|
| 68 |
+
| Gender | Count |
|
| 69 |
+
|---|---|
|
| 70 |
+
| Male | 1,037 |
|
| 71 |
+
| Female | 910 |
|
| 72 |
+
| Androgynous | 57 |
|
| 73 |
+
| **Total** | **2,004** |
|
| 74 |
+
|
| 75 |
+
## Annotations
|
| 76 |
+
|
| 77 |
+
### Quality Scores (4 dimensions)
|
| 78 |
+
|
| 79 |
+
All samples were quality-filtered in the source dataset with:
|
| 80 |
+
- `score_background_quality >= 3.5` (DNS MOS background quality)
|
| 81 |
+
- `score_content_enjoyment >= 5.0` (content enjoyment rating)
|
| 82 |
+
|
| 83 |
+
The full set of quality scores in each JSON sidecar:
|
| 84 |
+
|
| 85 |
+
| Score | Description |
|
| 86 |
+
|---|---|
|
| 87 |
+
| `score_background_quality` | DNS MOS background quality rating |
|
| 88 |
+
| `score_content_enjoyment` | Content enjoyment rating |
|
| 89 |
+
| `score_overall_quality` | Overall audio quality rating |
|
| 90 |
+
| `score_speech_quality` | Speech-specific quality rating |
|
| 91 |
+
|
| 92 |
+
### Emotion Scores (55 dimensions)
|
| 93 |
+
|
| 94 |
+
Each JSON sidecar contains 55 emotion and vocal characteristic scores from Empathic Insight Voice Plus, including:
|
| 95 |
+
|
| 96 |
+
- **Core emotions**: Anger, Disgust, Fear, Sadness, Joy/Happiness, Contentment, Amusement, Affection, Awe
|
| 97 |
+
- **Complex emotions**: Contempt, Confusion, Distress, Disappointment, Bitterness, Nostalgia, Guilt/Shame, Envy/Jealousy
|
| 98 |
+
- **Social/cognitive**: Concentration, Contemplation, Determination, Pride, Relief, Sarcasm/Irony, Triumph
|
| 99 |
+
- **Surprise variants**: Astonishment/Surprise, Excitement
|
| 100 |
+
- **Vocal characteristics**: Age, Arousal, Valence, Dominance, Authenticity, Monotone vs. Expressive, Confident vs. Hesitant, Formal vs. Casual, Fast vs. Slow, Loud vs. Soft, Staccato vs. Legato, Tense vs. Relaxed, Nasal, Breathy/Whisper, Creaky/Vocal Fry, Trembling/Shaky, Lisp/Speech Impediment, Accent Strength
|
| 101 |
+
- **Additional**: Background Noise, Music/Singing, Laughter, Non-speech Sounds, Reverberation, Multiple Speakers
|
| 102 |
+
|
| 103 |
+
## Speech Enhancement Details
|
| 104 |
+
|
| 105 |
+
The [ClearerVoice-Studio](https://github.com/modelscope/ClearerVoice-Studio) MossFormer2_SE_48K model is a state-of-the-art speech enhancement model that:
|
| 106 |
+
|
| 107 |
+
- Removes background noise while preserving speech quality
|
| 108 |
+
- Operates at 48kHz for high-fidelity output
|
| 109 |
+
- Uses the MossFormer2 architecture optimized for speech enhancement (SE)
|
| 110 |
+
- Produces clean, broadcast-quality speech suitable for TTS reference voices
|
| 111 |
+
|
| 112 |
+
## Source Dataset Lineage
|
| 113 |
+
|
| 114 |
+
```
|
| 115 |
+
laion/reference_ai_voices_with_timbre_annotations (17 tar files, ~32,000 samples)
|
| 116 |
+
│
|
| 117 |
+
├── Quality filtering (score_background_quality >= 3.5, score_content_enjoyment >= 5.0)
|
| 118 |
+
│ → 11,473 samples
|
| 119 |
+
│
|
| 120 |
+
├── Speaker deduplication (Orange/Speaker-wavLM-tbr embeddings, agglomerative clustering)
|
| 121 |
+
│ → 2,004 unique speakers
|
| 122 |
+
│
|
| 123 |
+
└── laion/ai-voices-deduplicated (2,004 samples, MP3)
|
| 124 |
+
│
|
| 125 |
+
├── ClearerVoice MossFormer2_SE_48K speech enhancement
|
| 126 |
+
├── Format conversion to 48kHz WAV
|
| 127 |
+
├── Empathic Insight Voice Plus annotation (59 scores)
|
| 128 |
+
│
|
| 129 |
+
└── laion/reference-voices-enhanced (2,004 samples, WAV @ 48kHz) ← this dataset
|
| 130 |
+
```
|
| 131 |
+
|
| 132 |
+
## Usage
|
| 133 |
+
|
| 134 |
+
```python
|
| 135 |
+
from huggingface_hub import hf_hub_download
|
| 136 |
+
import tarfile
|
| 137 |
+
|
| 138 |
+
# Download the tar file
|
| 139 |
+
path = hf_hub_download(
|
| 140 |
+
"laion/reference-voices-enhanced",
|
| 141 |
+
"reference-voices-enhanced.tar",
|
| 142 |
+
repo_type="dataset"
|
| 143 |
+
)
|
| 144 |
+
|
| 145 |
+
# Extract
|
| 146 |
+
with tarfile.open(path) as tar:
|
| 147 |
+
tar.extractall("./reference-voices-enhanced")
|
| 148 |
+
```
|
| 149 |
+
|
| 150 |
+
## Citation
|
| 151 |
+
|
| 152 |
+
If you use this dataset, please cite the source dataset and the tools used:
|
| 153 |
+
|
| 154 |
+
- [LAION AI Voices Deduplicated](https://huggingface.co/datasets/laion/ai-voices-deduplicated)
|
| 155 |
+
- [ClearerVoice-Studio](https://github.com/modelscope/ClearerVoice-Studio)
|
| 156 |
+
- [Empathic Insight Voice Plus](https://huggingface.co/laion/Empathic-Insight-Voice-Plus)
|
| 157 |
+
- [Orange Speaker-wavLM-tbr](https://huggingface.co/Orange/Speaker-wavLM-tbr)
|
| 158 |
+
|
| 159 |
+
## License
|
| 160 |
+
|
| 161 |
+
CC-BY-4.0
|