talkbank/callhome
Viewer • Updated • 660 • 723 • 44
How to use evie-8/speaker-segmentation-fine-tuned-callhome-jpn with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("evie-8/speaker-segmentation-fine-tuned-callhome-jpn", dtype="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the diarizers-community/callhome jpn 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.562 | 1.0 | 328 | 0.7605 | 0.2346 | 0.0492 | 0.1357 | 0.0497 |
| 0.5564 | 2.0 | 656 | 0.7540 | 0.2294 | 0.0512 | 0.1328 | 0.0454 |
| 0.5273 | 3.0 | 984 | 0.7724 | 0.2321 | 0.0438 | 0.1419 | 0.0464 |
| 0.5037 | 4.0 | 1312 | 0.7599 | 0.2276 | 0.0475 | 0.1349 | 0.0452 |
| 0.5041 | 5.0 | 1640 | 0.7545 | 0.2264 | 0.0488 | 0.1331 | 0.0445 |
Base model
pyannote/segmentation-3.0