CoolFace
Modelpublic

Rziane/speaker-segmentation-fine-tuned-CAENNAIS-v3

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

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

  • —Loss: 0.7201
  • —Model Preparation Time: 0.0037
  • —Der: 0.3164
  • —False Alarm: 0.1145
  • —Missed Detection: 0.0684
  • —Confusion: 0.1335

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: 10

Training results

Training LossEpochStepValidation LossModel Preparation TimeDerFalse AlarmMissed DetectionConfusion
0.86871.0610.81890.00370.39270.11280.09000.1899
0.79912.01220.77510.00370.35520.11580.07500.1644
0.72693.01830.77950.00370.35710.12690.06220.1680
0.68914.02440.73840.00370.33600.12330.06420.1485
0.67235.03050.70530.00370.32350.10170.08070.1411
0.64096.03660.70680.00370.31930.11420.06800.1372
0.63457.04270.72000.00370.32430.11500.06950.1398
0.60878.04880.74830.00370.33020.12410.06230.1438
0.59979.05490.71630.00370.31580.11390.06890.1330
0.597610.06100.72010.00370.31640.11450.06840.1335

Framework versions

  • —Transformers 4.45.2
  • —Pytorch 2.4.1+cu121
  • —Datasets 3.0.1
  • —Tokenizers 0.20.0