CoolFace
Modelpublic

JSWOOK/first_pyannote

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

JSWOOK/pyannote_finetuning

This model is a fine-tuned version of pyannote/speaker-diarization-3.1 on the diarizers-community/voxconverse dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1283
  • Model Preparation Time: 0.0036
  • Der: 0.0490
  • False Alarm: 0.0309
  • Missed Detection: 0.0091
  • Confusion: 0.0090

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 LossModel Preparation TimeDerFalse AlarmMissed DetectionConfusion
No log1.0210.12580.00360.04850.02870.01050.0093
0.2282.0420.13270.00360.05090.03000.00980.0112
0.18733.0630.12800.00360.04960.03070.00920.0097
0.1664.0840.12800.00360.04870.03070.00910.0090
0.1525.01050.12830.00360.04900.03090.00910.0090

Framework versions

  • Transformers 4.44.2
  • Pytorch 2.5.0+cu121
  • Datasets 3.1.0
  • Tokenizers 0.19.1