stevenNZ
commited on
Commit
·
4a92916
1
Parent(s):
1a4f64b
update with new model
Browse files- config.yaml +19 -19
- pytorch_model.bin +1 -1
config.yaml
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
| 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.7286857235025868
|
| 18 |
+
segmentation:
|
| 19 |
+
min_duration_off: 0.0
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905779
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e2e040ac3487a048d142082b16c9c2e1646ac227b28faed367eed916f462e3e
|
| 3 |
size 5905779
|