CoolFace
Datasetpublic

laion/clustered-reference-voices

Clustered Reference Voices (EMOLIA 3K) 3,000 enhanced reference voice MP3s — one high-quality representative sample per speaker cluster, selected and scored by a multi-expert neural quality model. Overview Property Value Total clips 3,000 Total duration 11.3 hours Mean duration 13.5 s (range: 3.5 – 29.9 s) Format MP3, 192 kbps, 48 kHz Language English Naming {cluster_id}.mp3 (0 – 2999) Source The source data is… See the full description on the dataset page: https://huggingface.co/datasets/laion/clustered-reference-voices.

sourceHugging Facecc-by-4.0updated 6mo agoView on Hugging Face
0likes53downloads
Dataset Card

Clustered Reference Voices (EMOLIA 3K)

3,000 enhanced reference voice MP3s — one high-quality representative sample per speaker cluster, selected and scored by a multi-expert neural quality model.

Overview

PropertyValue
Total clips3,000
Total duration11.3 hours
Mean duration13.5 s (range: 3.5 – 29.9 s)
FormatMP3, 192 kbps, 48 kHz
LanguageEnglish
Naming{cluster_id}.mp3 (0 – 2999)

Source

The source data is laion/emolia-3k-speaker-clusters, which contains 3,000 speaker clusters with approximately 20 samples each (59,977 total utterances). Clusters were produced by grouping speaker embeddings from a diverse collection of English speech.

Processing Pipeline

Each of the 59,977 source utterances was processed through a two-stage pipeline:

1. Speech Enhancement — ClearerVoice MossFormer2SE48K

All audio was enhanced at 48 kHz using the MossFormer2_SE_48K speech enhancement model. This removes background noise, music, reverb, and other non-speech artifacts while preserving the natural characteristics of the speaker's voice.

2. Quality Scoring — Empathic Insight Voice Plus

Enhanced audio was scored by the Empathic Insight Voice Plus model, which employs 59 MLP expert heads on top of Whisper encoder embeddings. The model produces multiple quality dimensions:

ScoreDescription
overall_qualityComposite quality score (primary selection criterion)
speech_qualityClarity and naturalness of speech
background_qualityAbsence of background noise / artifacts
content_enjoymentEngaging and well-articulated content

3. Selection — Top Sample per Cluster

For each of the 3,000 speaker clusters, the single sample with the highest `overall_quality` score was selected as the cluster's representative reference voice.

Quality Statistics

MetricOverall QualitySpeech QualityBackground QualityContent Enjoyment
Mean3.1141.8733.7664.846
Std0.1020.0850.1100.184
Min2.7441.5883.0703.853
Max3.4692.1824.3445.398

Dataset Files

FileDescriptionSize
audio.tar.gzAll 3,000 MP3 files~910 MB
metadata.parquetQuality scores and metadata for all clips~500 KB
gallery.htmlInteractive HTML gallery with embedded base64 audio, sortable columns, and search~5.5 MB

Metadata Schema (parquet)

ColumnTypeDescription
cluster_idint64Speaker cluster index (0–2999)
overall_qualityfloat64Composite quality score
speech_qualityfloat64Speech clarity / naturalness score
background_qualityfloat64Background cleanliness score
content_enjoymentfloat64Content engagement score
durationfloat64Duration in seconds
textstringTranscript text
sample_idstringOriginal sample identifier
cosine_similarityfloat64Cosine similarity of sample's speaker embedding to cluster centroid

Intended Uses

  • TTS reference voices: High-quality, diverse speaker references for text-to-speech systems
  • Voice cloning: Clean, enhanced single-speaker clips suitable as cloning targets
  • Speaker verification benchmarks: One representative per cluster for speaker ID tasks
  • Quality filtering research: Studying the relationship between quality scores and perceptual quality

Interactive Gallery

The included gallery.html file provides a self-contained, browser-based interface to explore all 3,000 samples. Features:

  • Embedded base64 audio playback (no server required)
  • Sortable columns (click any header)
  • Full-text search across cluster IDs and transcripts
  • Quality score display for all dimensions

Citation

bibtex
@dataset{clustered_reference_voices_2026,
  title={Clustered Reference Voices (EMOLIA 3K)},
  author={LAION},
  year={2026},
  url={https://huggingface.co/datasets/laion/clustered-reference-voices}
}

License

This dataset is released under the CC-BY-4.0 license.