diarizers-community/ami
Viewer • Updated • 212 • 2.27k • 3
How to use tgrhn/speaker-segmentation-fine-tuned-ami with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("tgrhn/speaker-segmentation-fine-tuned-ami", dtype="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the diarizers-community/ami ihm 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.4133 | 1.0 | 1427 | 0.3629 | 0.1388 | 0.0424 | 0.0646 | 0.0318 |
| 0.3907 | 2.0 | 2854 | 0.3638 | 0.1400 | 0.0492 | 0.0583 | 0.0324 |
| 0.3651 | 3.0 | 4281 | 0.3631 | 0.1403 | 0.0506 | 0.0581 | 0.0316 |
| 0.3692 | 4.0 | 5708 | 0.3643 | 0.1394 | 0.0489 | 0.0591 | 0.0314 |
| 0.3484 | 5.0 | 7135 | 0.3660 | 0.1396 | 0.0503 | 0.0578 | 0.0314 |
Base model
pyannote/segmentation-3.0