Delete config.yaml
Browse files- config.yaml +0 -28
config.yaml
DELETED
|
@@ -1,28 +0,0 @@
|
|
| 1 |
-
version: 3.1.0
|
| 2 |
-
architectures:
|
| 3 |
-
- SegmentationModel
|
| 4 |
-
chunk_duration: 10.0
|
| 5 |
-
max_speakers_per_chunk: 3
|
| 6 |
-
max_speakers_per_frame: 2
|
| 7 |
-
min_duration: null
|
| 8 |
-
model_type: pyannet
|
| 9 |
-
sample_rate: 16000
|
| 10 |
-
torch_dtype: float32
|
| 11 |
-
transformers_version: 4.50.3
|
| 12 |
-
warm_up:
|
| 13 |
-
- 0.0
|
| 14 |
-
- 0.0
|
| 15 |
-
weigh_by_cardinality: false
|
| 16 |
-
pipeline:
|
| 17 |
-
name: pyannote.audio.pipelines.SpeakerDiarization
|
| 18 |
-
params:
|
| 19 |
-
clustering: AgglomerativeClustering
|
| 20 |
-
clustering_method: centroid
|
| 21 |
-
clustering_min_cluster_size: 12
|
| 22 |
-
clustering_threshold: 0.7045654963945799
|
| 23 |
-
embedding: pyannote/wespeaker-voxceleb-resnet34-LM
|
| 24 |
-
embedding_batch_size: 32
|
| 25 |
-
embedding_exclude_overlap: true
|
| 26 |
-
segmentation: whitneyten/pydiarize-Dataset-2_4-updated_02
|
| 27 |
-
segmentation_batch_size: 32
|
| 28 |
-
segmentation_min_duration_off: 0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|