talkbank/callhome
Viewer • Updated • 660 • 321 • 47
How to use AffanBinFaisal/speaker-segmentation-fine-tuned-callhome-jpn with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("AffanBinFaisal/speaker-segmentation-fine-tuned-callhome-jpn", device_map="auto")This model is a fine-tuned version of pyannote/speaker-diarization-3.1 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 | Model Preparation Time | Der | False Alarm | Missed Detection | Confusion |
|---|---|---|---|---|---|---|---|---|
| 0.6088 | 1.0 | 168 | 0.5709 | 0.004 | 0.1955 | 0.0160 | 0.0091 | 0.1705 |
| 0.5435 | 2.0 | 336 | 0.5429 | 0.004 | 0.1906 | 0.0160 | 0.0135 | 0.1611 |
| 0.5076 | 3.0 | 504 | 0.5202 | 0.004 | 0.1835 | 0.0160 | 0.0091 | 0.1585 |
| 0.4867 | 4.0 | 672 | 0.5083 | 0.004 | 0.1799 | 0.0160 | 0.0091 | 0.1549 |
| 0.4795 | 5.0 | 840 | 0.5138 | 0.004 | 0.1829 | 0.0160 | 0.0109 | 0.1560 |
Base model
pyannote/speaker-diarization-3.1