jan-profant commited on
Commit
728fb1d
1 Parent(s): b40bf97

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +19 -0
config.yaml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: 3.1.0
2
+
3
+ pipeline:
4
+ name: pyannote.audio.pipelines.SpeakerDiarization
5
+ params:
6
+ clustering: AgglomerativeClustering
7
+ embedding: Revai/pyannote-wespeaker-voxceleb-resnet34-LM
8
+ embedding_batch_size: 32
9
+ embedding_exclude_overlap: true
10
+ segmentation: Revai/reverb-diarization-v1
11
+ segmentation_batch_size: 32
12
+
13
+ params:
14
+ clustering:
15
+ method: centroid
16
+ min_cluster_size: 15
17
+ threshold: 0.6939
18
+ segmentation:
19
+ min_duration_off: 0.2263