arminhaberl commited on
Commit
43a865d
1 Parent(s): 42e86c0
config_cpu.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pipeline:
2
+ name: pyannote.audio.pipelines.SpeakerDiarization
3
+ params:
4
+ clustering: AgglomerativeClustering
5
+ embedding: ./models/embedding_pyannote.bin
6
+ embedding_batch_size: 32
7
+ embedding_exclude_overlap: true
8
+ segmentation: ./models/segmentation_pyannote.bin
9
+ segmentation_batch_size: 32
10
+
11
+ params:
12
+ clustering:
13
+ method: centroid
14
+ min_cluster_size: 15
15
+ threshold: 0.7153814381597874
16
+ segmentation:
17
+ min_duration_off: 0.5817029604921046
18
+ threshold: 0.4442333667381752
config_gpu.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pipeline:
2
+ name: pyannote.audio.pipelines.SpeakerDiarization
3
+ params:
4
+ clustering: AgglomerativeClustering
5
+ embedding: ./models/embedding_speechbrain
6
+ embedding_batch_size: 32
7
+ embedding_exclude_overlap: true
8
+ segmentation: ./models/segmentation_pyannote.bin
9
+ segmentation_batch_size: 32
10
+
11
+ params:
12
+ clustering:
13
+ method: centroid
14
+ min_cluster_size: 15
15
+ threshold: 0.7153814381597874
16
+ segmentation:
17
+ min_duration_off: 0.5817029604921046
18
+ threshold: 0.4442333667381752
embedding_pyannote.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bcec986de13da7af7ac88736572692359950df63669989c4f78b294934c9089
3
+ size 96383626
embedding_speechbrain.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0575cb64845e6b9a10db9bcb74d5ac32b326b8dc90352671d345e2ee3d0126a2
3
+ size 83316686
segmentation_pyannote.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b5b3216d60a2d32fc086b47ea8c67589aaeb26b7e07fcbe620d6d0b83e209ea
3
+ size 17719103