Update config.yaml
Browse files- config.yaml +19 -14
config.yaml
CHANGED
@@ -1,14 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version: 3.0.0
|
2 |
+
|
3 |
+
pipeline:
|
4 |
+
name: pyannote.audio.pipelines.SpeakerDiarization
|
5 |
+
params:
|
6 |
+
clustering: AgglomerativeClustering
|
7 |
+
embedding: hbredin/wespeaker-voxceleb-resnet34-LM
|
8 |
+
embedding_batch_size: 16
|
9 |
+
embedding_exclude_overlap: true
|
10 |
+
segmentation: pyannote/segmentation-3.0
|
11 |
+
segmentation_batch_size: 32
|
12 |
+
|
13 |
+
params:
|
14 |
+
clustering:
|
15 |
+
method: centroid
|
16 |
+
min_cluster_size: 12
|
17 |
+
threshold: 0.7045654963945799
|
18 |
+
segmentation:
|
19 |
+
min_duration_off: 0.0
|