KMayanja/backup_and_callhome
Viewer • Updated • 170 • 22
How to use KMayanja/speaker-segmentation-fine-tuned-merged-backup-uganda-callhome-eng with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("KMayanja/speaker-segmentation-fine-tuned-merged-backup-uganda-callhome-eng", device_map="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the KMayanja/backup_and_callhome default 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 | Der | False Alarm | Missed Detection | Confusion |
|---|---|---|---|---|---|---|---|
| 0.3367 | 1.0 | 605 | 0.3336 | 0.1237 | 0.0481 | 0.0369 | 0.0387 |
| 0.3267 | 2.0 | 1210 | 0.3148 | 0.1155 | 0.0416 | 0.0353 | 0.0386 |
| 0.302 | 3.0 | 1815 | 0.3119 | 0.1124 | 0.0394 | 0.0379 | 0.0351 |
| 0.29 | 4.0 | 2420 | 0.3088 | 0.1125 | 0.0393 | 0.0370 | 0.0361 |
| 0.288 | 5.0 | 3025 | 0.3085 | 0.1123 | 0.0384 | 0.0378 | 0.0361 |
Base model
pyannote/segmentation-3.0