File size: 722 Bytes
5bca4d0 7cc0a5b 5bca4d0 7cc0a5b |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
pipeline:
name: pyannote.audio.pipelines.SpeakerDiarization
params:
segmentation: philschmid/pyannote-segmentation # Segmentation model
segmentation_step: 0.1 # Step size for segmentation (optional)
segmentation_batch_size: 32 # Batch size for segmentation (optional)
embedding: speechbrain/spkrec-ecapa-voxceleb # Embedding model
embedding_exclude_overlap: True # Exclude overlapping segments for embedding (optional)
embedding_batch_size: 32 # Batch size for embedding (optional)
clustering: AgglomerativeClustering # Clustering method
params:
clustering:
threshold: 0.35 # Clustering threshold |