neyugn/synthetic-diarization-vi-meeting-4-5spk
Viewer • Updated • 270 • 27
How to use neyugn/vi-meeting-segmentation with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("neyugn/vi-meeting-segmentation", dtype="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the neyugn/synthetic-diarization-vi-meeting-4-5spk dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Der | False Alarm | Missed Detection | Confusion |
|---|---|---|---|---|---|---|---|---|
| 0.6062 | 1.0 | 132 | 0.6128 | 0.0039 | 0.2110 | 0.0521 | 0.0469 | 0.1121 |
| 0.5287 | 2.0 | 264 | 0.5575 | 0.0039 | 0.1987 | 0.0541 | 0.0392 | 0.1054 |
| 0.4709 | 3.0 | 396 | 0.5482 | 0.0039 | 0.1911 | 0.0520 | 0.0385 | 0.1006 |
| 0.4252 | 4.0 | 528 | 0.5501 | 0.0039 | 0.1914 | 0.0535 | 0.0355 | 0.1024 |
| 0.4234 | 5.0 | 660 | 0.5450 | 0.0039 | 0.1912 | 0.0537 | 0.0352 | 0.1023 |
Base model
pyannote/segmentation-3.0