CoolFace
Modelpublic

arun100/whisper-small-fr-derived-1

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

Whisper Base French

This model is a fine-tuned version of qanastek/whisper-small-french-uncased on the mozilla-foundation/commonvoice16_0 fr dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.8014
  • —Wer: 15.1845

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: 5e-07
  • —trainbatchsize: 16
  • —evalbatchsize: 32
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 64
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 100
  • —training_steps: 1000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.92950.21000.801415.1845
0.29760.42000.420716.0289
0.26990.593000.399915.8267
0.27730.794000.391015.7267
0.26310.995000.386315.5972
0.24871.196000.383415.5907
0.24771.397000.381415.6156
0.24281.598000.380115.4902
0.24921.789000.379415.4672
0.24711.9810000.379115.4707

Framework versions

  • —Transformers 4.38.0.dev0
  • —Pytorch 2.1.2+cu121
  • —Datasets 2.16.2.dev0
  • —Tokenizers 0.15.0