CoolFace
Modelpublic

myatsu/whisper-small-burmese-v2

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
1likes41downloads
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-small-burmese-v2

This model is a fine-tuned version of myatsu/whisper-small-burmese on the Myanmar Speech Dataset (OpenSLR-80) dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.1623
  • —Wer: 67.3642
  • —Cer: 24.9554

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-06
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 16
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 100
  • —training_steps: 1000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
0.23441.42000.232881.522733.3180
0.15452.84000.186673.775628.1360
0.09544.19656000.168870.569926.8591
0.07475.59658000.162968.878025.2430
0.06546.996510000.162367.364224.9554

Framework versions

  • —Transformers 4.57.3
  • —Pytorch 2.9.0+cu126
  • —Datasets 4.4.2
  • —Tokenizers 0.22.1