CoolFace
Modelpublic

oceanstar/bridze

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

oceanstar-bridze

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

  • —Loss: 0.1880
  • —Cer: 7.3894

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 4000

Training results

Training LossEpochStepCerValidation Loss
0.36520.0650011.35040.3574
0.27880.1310009.13250.2645
0.22130.115009.31320.2388
0.22570.1320008.62950.2194
0.19410.1625007.51090.2068
0.13950.1930007.32470.1969
0.17870.2335007.55170.1905
0.16390.2640007.38940.1880

Framework versions

  • —Transformers 4.32.0.dev0
  • —Pytorch 1.10.1
  • —Datasets 2.14.2
  • —Tokenizers 0.13.3