JSWOOK commited on
Commit
ec6f66c
1 Parent(s): 3192637

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +19 -14
config.yaml CHANGED
@@ -1,14 +1,19 @@
1
- architectures:
2
- - SegmentationModel
3
- chunk_duration: 10.0
4
- max_speakers_per_chunk: 3
5
- max_speakers_per_frame: 2
6
- min_duration: null
7
- model_type: pyannot.audio
8
- sample_rate: 16000
9
- torch_dtype: float32
10
- transformers_version: 4.44.2
11
- warm_up:
12
- - 0.0
13
- - 0.0
14
- weigh_by_cardinality: false
 
 
 
 
 
 
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