talkbank/callhome
Viewer • Updated • 660 • 509 • 46
How to use briangilbert/speaker-segmentation-fine-tuned-callhome-eng with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("briangilbert/speaker-segmentation-fine-tuned-callhome-eng", device_map="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the diarizers-community/callhome eng 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.4229 | 1.0 | 362 | 0.4808 | 0.1907 | 0.0575 | 0.0765 | 0.0568 |
| 0.3931 | 2.0 | 724 | 0.4658 | 0.1884 | 0.0643 | 0.0680 | 0.0561 |
| 0.3757 | 3.0 | 1086 | 0.4512 | 0.1829 | 0.0605 | 0.0698 | 0.0526 |
| 0.3663 | 4.0 | 1448 | 0.4659 | 0.1833 | 0.0596 | 0.0707 | 0.0530 |
| 0.3555 | 5.0 | 1810 | 0.4642 | 0.1829 | 0.0601 | 0.0701 | 0.0527 |
Base model
pyannote/segmentation-3.0