add model
Browse files- config.yaml +16 -0
- pytorch_model.bin +3 -0
config.yaml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
task:
|
2 |
+
_target_: pyannote.audio.tasks.Segmentation
|
3 |
+
duration: 5.0
|
4 |
+
max_num_speakers: 3
|
5 |
+
model:
|
6 |
+
_target_: pyannote.audio.models.segmentation.PyanNet
|
7 |
+
sincnet:
|
8 |
+
stride: 10
|
9 |
+
lstm:
|
10 |
+
hidden_size: 128
|
11 |
+
num_layers: 4
|
12 |
+
bidirectional: true
|
13 |
+
monolithic: true
|
14 |
+
linear:
|
15 |
+
hidden_size: 128
|
16 |
+
num_layers: 2
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97eaac96fe350936abe60416295c628270bd86cef90826637ab129b588522626
|
3 |
+
size 17733079
|