CoolFace
Modelpublic

G-Root/speaker-diarization-optimized

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes167downloads
config.yaml21 linesDownload Raw Back to root
1version: 3.1.02 3pipeline:4  name: pyannote.audio.pipelines.SpeakerDiarization5  params:6    clustering: AgglomerativeClustering7    embedding: hbredin/wespeaker-voxceleb-resnet34-LM8    embedding_batch_size: 329    embedding_exclude_overlap: true10    segmentation: pyannote/segmentation-3.011    segmentation_batch_size: 3212    segmentation_step: 0.513 14params:15  clustering:16    method: centroid17    min_cluster_size: 1218    threshold: 0.704565496394579919  segmentation:20    min_duration_off: 0.021