Spaces:
Running
on
Zero
Running
on
Zero
Update pyannote/config.yaml
Browse files- pyannote/config.yaml +15 -7
pyannote/config.yaml
CHANGED
@@ -1,10 +1,18 @@
|
|
|
|
|
|
1 |
pipeline:
|
2 |
-
name: pyannote.audio.pipelines.
|
3 |
params:
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
params:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
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
|