KMayanja/backup_uganda
Viewer • Updated • 30 • 5
How to use KMayanja/speaker-segmentation-fine-tuned-backup-uganda with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("KMayanja/speaker-segmentation-fine-tuned-backup-uganda", dtype="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the KMayanja/backup_uganda 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.1819 | 1.0 | 266 | 0.2174 | 0.0663 | 0.0186 | 0.0249 | 0.0228 |
| 0.1659 | 2.0 | 532 | 0.2177 | 0.0669 | 0.0169 | 0.0278 | 0.0221 |
| 0.1549 | 3.0 | 798 | 0.2170 | 0.0659 | 0.0181 | 0.0261 | 0.0217 |
| 0.1535 | 4.0 | 1064 | 0.2222 | 0.0666 | 0.0195 | 0.0251 | 0.0220 |
| 0.1541 | 5.0 | 1330 | 0.2271 | 0.0667 | 0.0188 | 0.0260 | 0.0219 |
Base model
pyannote/segmentation-3.0