ssolito commited on
Commit
001777b
·
verified ·
1 Parent(s): 069f914

Update pyannote/config.yaml

Browse files
Files changed (1) hide show
  1. pyannote/config.yaml +15 -7
pyannote/config.yaml CHANGED
@@ -1,10 +1,18 @@
 
 
1
  pipeline:
2
- name: pyannote.audio.pipelines.VoiceActivityDetection
3
  params:
4
- segmentation: ./pyannote/pytorch_model.bin
5
-
 
 
 
 
6
  params:
7
- min_duration_off: 0.09791355693027545
8
- min_duration_on: 0.05537587440407595
9
- offset: 0.4806866463041527
10
- onset: 0.8104268538848918
 
 
 
1
+ version: 3.1.0
2
+
3
  pipeline:
4
+ name: pyannote.audio.pipelines.SpeakerDiarization
5
  params:
6
+ clustering: AgglomerativeClustering
7
+ embedding: ./pyannote/wespeaker-voxceleb-resnet34-LM.bin
8
+ embedding_batch_size: 32
9
+ embedding_exclude_overlap: false
10
+ segmentation: ./pyannote/segmentation-3.0.bin
11
+ segmentation_batch_size: 32
12
  params:
13
+ clustering:
14
+ method: centroid
15
+ min_cluster_size: 12
16
+ threshold: 0.7045654963945799
17
+ segmentation:
18
+ min_duration_off: 0.09791355693027545