CoolFace
Modelpublic

NoahDrisort/speaker-segmentation-fine-tuned-callhome-jpn

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes11downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

speaker-segmentation-fine-tuned-callhome-jpn

This model is a fine-tuned version of pyannote/segmentation-3.0 on the diarizers-community/callhome jpn dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4828
  • —Der: 0.1446
  • —False Alarm: 0.0404
  • —Missed Detection: 0.0606
  • —Confusion: 0.0435

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 0.001
  • —trainbatchsize: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —num_epochs: 5.0

Training results

Training LossEpochStepValidation LossDerFalse AlarmMissed DetectionConfusion
0.59551.03940.53660.16090.04350.07060.0468
0.56482.07880.49790.15090.04000.06460.0462
0.53923.011820.48520.14890.04470.05880.0453
0.52834.015760.47560.14420.04120.06070.0422
0.51095.019700.48280.14460.04040.06060.0435

Framework versions

  • —Transformers 4.40.1
  • —Pytorch 2.2.2+cu118
  • —Datasets 2.18.0
  • —Tokenizers 0.19.1