talkbank/callhome
Viewer • Updated • 660 • 613 • 46
How to use anuragrawal/speaker-segmentation-fine-tuned-callhome-jpn with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("anuragrawal/speaker-segmentation-fine-tuned-callhome-jpn", device_map="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the diarizers-community/callhome 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.3871 | 1.0 | 362 | 0.4735 | 0.1913 | 0.0608 | 0.0744 | 0.0561 |
| 0.4079 | 2.0 | 724 | 0.4605 | 0.1850 | 0.0626 | 0.0700 | 0.0524 |
| 0.3871 | 3.0 | 1086 | 0.4603 | 0.1816 | 0.0581 | 0.0726 | 0.0509 |
| 0.3642 | 4.0 | 1448 | 0.4624 | 0.1817 | 0.0575 | 0.0723 | 0.0519 |
| 0.3421 | 5.0 | 1810 | 0.4597 | 0.1816 | 0.0595 | 0.0708 | 0.0513 |
Base model
pyannote/segmentation-3.0