plume210 commited on
Commit
4d25904
·
verified ·
1 Parent(s): daeab1b

upload fine-tuned segmentation model

Browse files
Files changed (1) hide show
  1. config.yaml +14 -5
config.yaml CHANGED
@@ -1,5 +1,14 @@
1
- architecture: PyanNet
2
- input: RawAudio
3
- output: SpeakerChange
4
- sample_rate: 16000
5
- task: Segmentation
 
 
 
 
 
 
 
 
 
 
1
+ pyannote.audio:
2
+ architecture:
3
+ module: pyannote.audio.models.segmentation.PyanNet.PyanNet
4
+ params:
5
+ task: Segmentation
6
+
7
+ task:
8
+ module: pyannote.audio.tasks.segmentation.Segmentation
9
+ params:
10
+ protocol: simsamu.SpeakerDiarization.Simsamu
11
+
12
+ feature_extraction:
13
+ sample_rate: 16000
14
+ mono: True