talkbank/callhome
Viewer • Updated • 660 • 653 • 45
How to use whitneyten/pydiarize-synthetic-japan with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("whitneyten/pydiarize-synthetic-japan", 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.5711 | 1.0 | 328 | 0.7534 | 0.007 | 0.2332 | 0.0465 | 0.1395 | 0.0471 |
| 0.5219 | 2.0 | 656 | 0.7573 | 0.007 | 0.2306 | 0.0459 | 0.1384 | 0.0463 |
| 0.5102 | 3.0 | 984 | 0.7540 | 0.007 | 0.2254 | 0.0491 | 0.1329 | 0.0433 |
| 0.5439 | 4.0 | 1312 | 0.7564 | 0.007 | 0.2273 | 0.0494 | 0.1336 | 0.0443 |
| 0.4975 | 5.0 | 1640 | 0.7571 | 0.007 | 0.2254 | 0.0476 | 0.1333 | 0.0444 |
Base model
pyannote/speaker-diarization-3.1