sujalappa commited on
Commit
97e4672
·
verified ·
1 Parent(s): 4e39856

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +14 -25
config.yaml CHANGED
@@ -1,30 +1,19 @@
 
1
 
2
  pipeline:
3
  name: pyannote.audio.pipelines.SpeakerDiarization
4
  params:
5
- segmentation: sujalappa/speaker-segmentation-fine-tuned
6
- embedding: pyannote/embedding
7
- clustering: AgglomerativeClustering
 
 
 
8
 
9
-
10
- segmentation:
11
- model_type: pyannet
12
- sample_rate: 16000
13
- chunk_duration: 5.0
14
- max_speakers_per_chunk: 3
15
- max_speakers_per_frame: 2
16
- warm_up: [0.0, 0.0]
17
- weigh_by_cardinality: false
18
-
19
-
20
- preprocessor:
21
- mono: true
22
- normalize: true
23
- frame_shift: 0.01
24
-
25
- protocol:
26
- name: MyDataset.SpeakerDiarization.MyProtocol
27
- task: SpeakerDiarization
28
-
29
- logging:
30
- wandb: false
 
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
8
+ embedding_batch_size: 32
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