KIFF's picture
Update config.yaml
7cc0a5b verified
raw
history blame
722 Bytes
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