talkbank/callhome
Viewer • Updated • 660 • 558 • 45
How to use Ataullha/speaker-segmentation-fine-tuned-callhome-jpn with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Ataullha/speaker-segmentation-fine-tuned-callhome-jpn", device_map="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.5488 | 1.0 | 328 | 0.7565 | 0.2280 | 0.0461 | 0.1355 | 0.0465 |
| 0.475 | 2.0 | 656 | 0.7596 | 0.2220 | 0.0467 | 0.1334 | 0.0419 |
| 0.4734 | 3.0 | 984 | 0.7531 | 0.2215 | 0.0437 | 0.1364 | 0.0414 |
| 0.4535 | 4.0 | 1312 | 0.7468 | 0.2194 | 0.0462 | 0.1323 | 0.0409 |
| 0.4764 | 5.0 | 1640 | 0.7482 | 0.2201 | 0.0465 | 0.1319 | 0.0417 |
Base model
openai/whisper-small