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: 2
|
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:71f96a33916ea13cb6c399c34218d4d5e0c1c6e4efb24617200c77de5766897a
|
3 |
+
size 8227959
|