diarizers-community/simsamu
Viewer • Updated • 61 • 165 • 5
How to use tgrhn/speaker-segmentation-fine-tuned-simsamu with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("tgrhn/speaker-segmentation-fine-tuned-simsamu", dtype="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the diarizers-community/simsamu 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.2179 | 1.0 | 111 | 0.2240 | 0.0964 | 0.0254 | 0.0470 | 0.0240 |
| 0.1678 | 2.0 | 222 | 0.2279 | 0.0943 | 0.0236 | 0.0447 | 0.0260 |
| 0.156 | 3.0 | 333 | 0.2327 | 0.0947 | 0.0222 | 0.0450 | 0.0274 |
| 0.1507 | 4.0 | 444 | 0.2301 | 0.0919 | 0.0237 | 0.0420 | 0.0262 |
| 0.1471 | 5.0 | 555 | 0.2302 | 0.0911 | 0.0236 | 0.0413 | 0.0262 |
Base model
pyannote/segmentation-3.0