CoolFace
Modelpublic

softcatala/whisper-base-ca

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

openai/whisper-base

This is an automatic speech recognition model that also does punctuation and casing. This model is for research only, we do not recommend using this model on production environments. See our learnings when training these models.

This model is a fine-tuned version of openai/whisper-base on the mozilla-foundation/commonvoice11_0 ca dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3608
  • —Wer: 16.1510

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: 1e-05
  • —trainbatchsize: 2
  • —evalbatchsize: 1
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 40000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.48410.140000.507826.7974
0.31160.280000.452422.9455
0.39710.3120000.428121.5427
0.29650.4160000.403720.3082
0.26341.09200000.387518.7980
0.21631.19240000.375417.8170
0.31821.29280000.369516.8587
0.22011.39320000.361316.5785
0.1552.08360000.363316.3959
0.09042.18400000.360816.1510

Framework versions

  • —Transformers 4.25.1
  • —Pytorch 1.10.0+cu102
  • —Datasets 2.8.0
  • —Tokenizers 0.13.2