CoolFace
Modelpublic

drepic/whisper-small-jp

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes7downloads
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-jp

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

  • —Loss: 0.6168
  • —Wer: 0.2600
  • —Cer: 0.2600

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: 4
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 2
  • —totaltrainbatch_size: 16
  • —totalevalbatch_size: 8
  • —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: 300
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
0.65891.071540.66150.27350.2735
0.62732.0143080.64570.26990.2699
0.62513.0214620.63590.26600.2660
0.64274.0286160.62830.26420.2642
0.63895.0357700.62430.26310.2631
0.60786.0429240.62420.26150.2615
0.57887.0500780.61950.26030.2603
0.58018.0572320.61800.25960.2596
0.58669.0643860.61450.25980.2598
0.605210.0715400.61680.26000.2600

Framework versions

  • —Transformers 4.56.1
  • —Pytorch 2.8.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.22.0