Upload folder using huggingface_hub
Browse files- README.md +18 -0
- config.yaml +17 -0
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pyannote
|
| 3 |
+
tags:
|
| 4 |
+
- pyannote
|
| 5 |
+
- pyannote.audio
|
| 6 |
+
- pyannote-audio-pipeline
|
| 7 |
+
- audio
|
| 8 |
+
- voice
|
| 9 |
+
- speech
|
| 10 |
+
- speaker
|
| 11 |
+
- speaker-diarization
|
| 12 |
+
- speaker-change-detection
|
| 13 |
+
- voice-activity-detection
|
| 14 |
+
- overlapped-speech-detection
|
| 15 |
+
- automatic-speech-recognition
|
| 16 |
+
licence: mit
|
| 17 |
+
---
|
| 18 |
+
This is the model card of a pyannote pipeline that has been pushed on the Hub. This model card has been automatically generated.
|
config.yaml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
params:
|
| 2 |
+
clustering:
|
| 3 |
+
method: centroid
|
| 4 |
+
min_cluster_size: 12
|
| 5 |
+
threshold: 0.7045654963945799
|
| 6 |
+
segmentation:
|
| 7 |
+
min_duration_off: 0.0
|
| 8 |
+
pipeline:
|
| 9 |
+
name: pyannote.audio.pipelines.SpeakerDiarization
|
| 10 |
+
params:
|
| 11 |
+
clustering: AgglomerativeClustering
|
| 12 |
+
embedding: kamilakesbi/speaker-segmentation-test
|
| 13 |
+
embedding_batch_size: 32
|
| 14 |
+
embedding_exclude_overlap: true
|
| 15 |
+
segmentation: kamilakesbi/speaker-embedding-test
|
| 16 |
+
segmentation_batch_size: 32
|
| 17 |
+
version: 3.1.0
|