talkbank/callhome
Viewer • Updated • 660 • 672 • 44
How to use joheras/speaker-segmentation-fine-tuned-callhome-jpn with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("joheras/speaker-segmentation-fine-tuned-callhome-jpn", dtype="auto")This model is a fine-tuned version of openai/whisper-small 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.6346 | 1.0 | 382 | 0.5316 | 0.1789 | 0.0670 | 0.0750 | 0.0369 |
| 0.6117 | 2.0 | 764 | 0.5156 | 0.1724 | 0.0648 | 0.0766 | 0.0311 |
| 0.6017 | 3.0 | 1146 | 0.5150 | 0.1747 | 0.0737 | 0.0680 | 0.0331 |
| 0.6173 | 4.0 | 1528 | 0.5162 | 0.1737 | 0.0748 | 0.0663 | 0.0326 |
| 0.5914 | 5.0 | 1910 | 0.5174 | 0.1732 | 0.0744 | 0.0663 | 0.0325 |
Base model
openai/whisper-small