JSWOOK commited on
Commit
ca296e1
·
verified ·
1 Parent(s): 1731081

Upload config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +17 -0
config.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ params:
2
+ clustering:
3
+ method: centroid
4
+ min_cluster_size: 12
5
+ threshold: 0.7045654963945799
6
+ segmentation:
7
+ min_duration_off: 0.0
8
+ pipeline:
9
+ name: pyannote.audio.pipelines.SpeakerDiarization
10
+ params:
11
+ clustering: AgglomerativeClustering
12
+ embedding: JSWOOK/fine_tuned_embedding_model
13
+ embedding_batch_size: 32
14
+ embedding_exclude_overlap: true
15
+ segmentation: JSWOOK/fine_tuned_segmentation_model
16
+ segmentation_batch_size: 32
17
+ version: 3.1.0