audio audioduration (s) 4.17 6.16 |
|---|
license: cc0-1.0 task_categories: - audio-classification language: - en tags: - speaker-diarization - test-dataset size_categories: - n<1K
ZantOS Golden Test Set
Human-recorded meeting audio with ground truth speaker annotations for acceptance testing.
Dataset Details
- Version: 1.0.0
- Clips: 3 meetings (2-4 minutes each)
- Speakers: 2-4 per clip
- Format: 16kHz mono WAV
- Annotation: RTTM format (Rich Transcription Time Marked)
Structure
v1.0.0/ βββ metadata.json # Dataset version info βββ audio/ β βββ meeting_001.wav # 3 min, 2 speakers, clear audio β βββ meeting_002.wav # 4 min, 3 speakers, some cross-talk β βββ meeting_003.wav # 2 min, 4 speakers, challenging βββ reference/ βββ meeting_001.rttm # Ground truth annotations βββ meeting_002.rttm βββ meeting_003.rttm
RTTM Format
Each line represents a speaker segment: SPEAKER meeting_001 1 0.00 5.32 speaker_0 SPEAKER meeting_001 1 5.32 12.15 speaker_1
Fields: type file channel start duration _ _ speaker_id _ _
Usage
Download via Python:
from datasets import load_dataset
dataset = load_dataset("zant-os/zant-echo-golden", split="v1.0.0")
Or clone directly:
git clone https://huggingface.co/datasets/zant-os/zant-echo-golden
Quality Targets
- DER (Diarization Error Rate): β€18%
- Speaker detection accuracy: β₯95%
- Overlap handling: Graceful degradation
License
CC0 1.0 Universal (Public Domain)
- Downloads last month
- 7