CoolFace
Modelpublic

OpenLiliO/diarization-fr

sourceHugging Facemitupdated 1y agoView on Hugging Face
3likes9downloads
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-simsamu-fra

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

  • Loss: 0.2243
  • Model Preparation Time: 0.0033
  • Der: 0.0906
  • False Alarm: 0.0239
  • Missed Detection: 0.0427
  • Confusion: 0.0240

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: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: cosine
  • num_epochs: 5.0

Training results

Training LossEpochStepValidation LossModel Preparation TimeDerFalse AlarmMissed DetectionConfusion
No log1.0560.23030.00330.09850.02980.04300.0257
0.21162.01120.23010.00330.09680.02180.05240.0227
0.21163.01680.22470.00330.09230.02300.04620.0231
0.16814.02240.22440.00330.09090.02460.04240.0240
0.16815.02800.22430.00330.09060.02390.04270.0240

Framework versions

  • Transformers 4.52.3
  • Pytorch 2.6.0+cu126
  • Datasets 3.6.0
  • Tokenizers 0.21.1