try adding 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:aa4198aa5104315a488e11d03f691364bf1a6ec10a31e7a9585484a0dda6da03
|
3 |
+
size 17733015
|