Commit
·
989bd4a
1
Parent(s):
ac43bf1
Updating embedding model to include pyanote
Browse files- config.yaml +1 -1
config.yaml
CHANGED
|
@@ -4,7 +4,7 @@ pipeline:
|
|
| 4 |
name: pyannote.audio.pipelines.SpeakerDiarization
|
| 5 |
params:
|
| 6 |
clustering: AgglomerativeClustering
|
| 7 |
-
embedding: fatymatariq/wespeaker-voxceleb-resnet34-LM
|
| 8 |
embedding_batch_size: 32
|
| 9 |
embedding_exclude_overlap: true
|
| 10 |
segmentation: fatymatariq/segmentation-3.0
|
|
|
|
| 4 |
name: pyannote.audio.pipelines.SpeakerDiarization
|
| 5 |
params:
|
| 6 |
clustering: AgglomerativeClustering
|
| 7 |
+
embedding: fatymatariq/pyannote-wespeaker-voxceleb-resnet34-LM
|
| 8 |
embedding_batch_size: 32
|
| 9 |
embedding_exclude_overlap: true
|
| 10 |
segmentation: fatymatariq/segmentation-3.0
|