datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
sortformer-diarization-test-set
Sortformer Diarization Test Set
100 real speech samples extracted from LibriSpeech test-clean for speaker diarization testing and benchmarking with NVIDIA Sortformer 4spk-v2 ONNX models.
Usage with Sortformer ONNX
from huggingface_hub import snapshot_download
import soundfile as sf
# Download the test set
dataset_path = snapshot_download("DimQ1/sortformer-diarization-test-set")
# Load audio
audio, sr = sf.read(f"{dataset_path}/audio/ls_real_000.wav")… See the full description on the dataset page: https://huggingface.co/datasets/DimQ1/sortformer-diarization-test-set.sortformer-synth-coral-corpus-a6a28f
