Upload 2 files
Browse files- config.yaml +19 -0
- pytorch_model.bin +3 -0
config.yaml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
task:
|
2 |
+
_target_: pyannote.audio.tasks.SpeakerDiarization
|
3 |
+
duration: 10.0
|
4 |
+
max_speakers_per_chunk: 3
|
5 |
+
max_speakers_per_frame: 2
|
6 |
+
model:
|
7 |
+
_target_: pyannote.audio.models.segmentation.PyanNet
|
8 |
+
sample_rate: 16000
|
9 |
+
num_channels: 1
|
10 |
+
sincnet:
|
11 |
+
stride: 10
|
12 |
+
lstm:
|
13 |
+
hidden_size: 128
|
14 |
+
num_layers: 4
|
15 |
+
bidirectional: true
|
16 |
+
monolithic: true
|
17 |
+
linear:
|
18 |
+
hidden_size: 128
|
19 |
+
num_layers: 2
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da85c29829d4002daedd676e012936488234d9255e65e86dfab9bec6b1729298
|
3 |
+
size 5905440
|