Create config.yaml
Browse files- config.yaml +20 -0
config.yaml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version: 3.3.1
|
2 |
+
|
3 |
+
pipeline:
|
4 |
+
name: pyannote.audio.pipelines.SpeakerDiarization
|
5 |
+
params:
|
6 |
+
clustering: AgglomerativeClustering
|
7 |
+
embedding: pyannote/embedding
|
8 |
+
embedding_batch_size: 32
|
9 |
+
embedding_exclude_overlap: true
|
10 |
+
segmentation: pyannote/segmentation-3.0
|
11 |
+
segmentation_step: 0.2
|
12 |
+
segmentation_batch_size: 32
|
13 |
+
|
14 |
+
params:
|
15 |
+
clustering:
|
16 |
+
method: centroid
|
17 |
+
min_cluster_size: 6
|
18 |
+
threshold: 0.6527254939158624
|
19 |
+
segmentation:
|
20 |
+
min_duration_off: 0.0
|