CoolFace
Modelpublic

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

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes18downloads
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-eng

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

  • —Loss: 0.4597
  • —Der: 0.1816
  • —False Alarm: 0.0595
  • —Missed Detection: 0.0708
  • —Confusion: 0.0513

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

Training results

Training LossEpochStepValidation LossDerFalse AlarmMissed DetectionConfusion
0.38711.03620.47350.19130.06080.07440.0561
0.40792.07240.46050.18500.06260.07000.0524
0.38713.010860.46030.18160.05810.07260.0509
0.36424.014480.46240.18170.05750.07230.0519
0.34215.018100.45970.18160.05950.07080.0513

Framework versions

  • —Transformers 4.40.0
  • —Pytorch 2.2.1+cu121
  • —Datasets 2.19.0
  • —Tokenizers 0.19.1