CoolFace
Modelpublic

CSY1109/drone_small_en

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes2downloads
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. -->

Drone Small En - Siang Yi

This model is a fine-tuned version of openai/whisper-small on the Common Voice 19.0 dataset. It achieves the following results on the evaluation set:

  • Loss: 1.5365
  • Wer: 29.3651

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: 2e-05
  • trainbatchsize: 16
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 32
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 500
  • training_steps: 5000
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.0500.05001.345726.9841
0.01000.010001.371026.9841
0.01500.015001.377426.9841
0.02000.020001.396728.5714
0.02500.025001.426728.5714
0.03000.030001.454428.5714
0.03500.035001.484929.3651
0.04000.040001.515229.3651
0.04500.045001.529729.3651
0.05000.050001.536529.3651

Framework versions

  • Transformers 4.48.3
  • Pytorch 2.6.0+cu124
  • Datasets 3.2.0
  • Tokenizers 0.21.0