kamilakesbi
commited on
Commit
•
8487d17
1
Parent(s):
897e059
Upload folder using huggingface_hub
Browse files- README.md +19 -0
- config.yaml +10 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-recognition
|
12 |
+
- speaker-verification
|
13 |
+
- speaker-identification
|
14 |
+
- speaker-embedding
|
15 |
+
- PyTorch
|
16 |
+
- wespeaker
|
17 |
+
licence: cc-by-4.0
|
18 |
+
---
|
19 |
+
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,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model:
|
2 |
+
_target_: pyannote.audio.models.embedding.wespeaker.WeSpeakerResNet34
|
3 |
+
dither: 0.0
|
4 |
+
frame_length: 25
|
5 |
+
frame_shift: 10
|
6 |
+
num_channels: 1
|
7 |
+
num_mel_bins: 80
|
8 |
+
sample_rate: 16000
|
9 |
+
use_energy: false
|
10 |
+
window_type: hamming
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6ebcd5526d688deb24b12eaae4774a6d8337c22bf7b7f25c1eaa1c345f6cae5
|
3 |
+
size 26644594
|