kamilakesbi
commited on
Commit
•
aa92d8f
1
Parent(s):
b434213
Upload folder using huggingface_hub
Browse files- README.md +24 -0
- config.yaml +21 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: pyannote
|
3 |
+
tags:
|
4 |
+
- pyannote
|
5 |
+
- pyannote.audio
|
6 |
+
- pyannote-audio-model
|
7 |
+
- audio
|
8 |
+
- voice
|
9 |
+
- speech
|
10 |
+
- speaker
|
11 |
+
- speaker-diarization
|
12 |
+
- speaker-change-detection
|
13 |
+
- speaker-segmentation
|
14 |
+
- voice-activity-detection
|
15 |
+
- overlapped-speech-detection
|
16 |
+
- resegmentation
|
17 |
+
licence: mit
|
18 |
+
extra_gated_prompt: The collected information will help acquire a better knowledge
|
19 |
+
of pyannote.audio userbase and help its maintainers improve it further.
|
20 |
+
Though this model uses MIT license and will always remain open-source,
|
21 |
+
we will occasionnally email you about premium models and paid services
|
22 |
+
around pyannote.
|
23 |
+
---
|
24 |
+
This is the model card of a pyannote model that has been pushed on the Hub. This model card has been automatically generated.
|
config.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model:
|
2 |
+
_target_: pyannote.audio.models.segmentation.PyanNet.PyanNet
|
3 |
+
linear:
|
4 |
+
hidden_size: 128
|
5 |
+
num_layers: 2
|
6 |
+
lstm:
|
7 |
+
batch_first: true
|
8 |
+
bidirectional: true
|
9 |
+
dropout: 0.0
|
10 |
+
hidden_size: 128
|
11 |
+
monolithic: true
|
12 |
+
num_layers: 4
|
13 |
+
num_channels: 1
|
14 |
+
sample_rate: 16000
|
15 |
+
sincnet:
|
16 |
+
sample_rate: 16000
|
17 |
+
stride: 10
|
18 |
+
task:
|
19 |
+
duration: 10.0
|
20 |
+
max_speakers_per_chunk: 3
|
21 |
+
max_speakers_per_frame: 2
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf667e302cb3ad72316803868e2cf007d35d506e4ac6daafdd527dfd69f3fa72
|
3 |
+
size 5912144
|