CoolFace
Modelpublic

pother/whisper-th-small-bio-finetuned

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes6downloads
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 Th Combined Finetuned

This model is a fine-tuned version of biodatlab/whisper-th-small-combined on the Common Voice 17.0 dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0702
  • —Wer: 0.4132

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: 2
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 2
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 32
  • —totalevalbatch_size: 4
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 1000
  • —training_steps: 8000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.33620.217510000.14390.6061
0.29930.434920000.12300.5645
0.25230.652430000.10800.5299
0.28230.869840000.09390.4914
0.24591.087350000.08400.4570
0.20051.304760000.07760.4364
0.20811.522270000.07240.4157
0.19181.739680000.07020.4132

Framework versions

  • —Transformers 4.45.2
  • —Pytorch 2.4.1+cu121
  • —Datasets 3.0.1
  • —Tokenizers 0.20.0