AMITKESARI2000
commited on
Commit
·
3cfb98d
1
Parent(s):
cec3f8a
added config file
Browse files- config.yaml +17 -0
config.yaml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pipeline:
|
2 |
+
name: pyannote.audio.pipelines.SpeakerDiarization
|
3 |
+
params:
|
4 |
+
segmentation: pyannote/segmentation
|
5 |
+
embedding: speechbrain/spkrec-ecapa-voxceleb
|
6 |
+
clustering: AgglomerativeClustering
|
7 |
+
|
8 |
+
params:
|
9 |
+
clustering:
|
10 |
+
method: average
|
11 |
+
threshold: 0.582398766878762
|
12 |
+
min_activity: 6.073193238899291
|
13 |
+
min_duration_off: 0.09791355693027545
|
14 |
+
min_duration_on: 0.05537587440407595
|
15 |
+
offset: 0.4806866463041527
|
16 |
+
onset: 0.8104268538848918
|
17 |
+
stitch_threshold: 0.04033955907446252
|