CoolFace
Modelpublic

thanhduycao/whisper-base-full-data-aug-v1

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes5downloads
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-base-full-data-aug-v1

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

  • —Loss: 0.3136

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: 16
  • —evalbatchsize: 8
  • —seed: 42
  • —distributed_type: tpu
  • —num_devices: 8
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 256
  • —totalevalbatch_size: 64
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 5000
  • —training_steps: 63840

Training results

Training LossEpochStepValidation Loss
0.41481.5750000.6040
0.30613.13100000.4816
0.26014.7150000.4329
0.23156.27200000.3968
0.21867.83250000.3744
0.19929.4300000.3563
0.19310.97350000.3501
0.181212.53400000.3445
0.173314.1450000.3366
0.166115.67500000.3241
0.160417.23550000.3168
0.156218.8600000.3159

Framework versions

  • —Transformers 4.28.1
  • —Pytorch 2.1.0a0+gitcc01568
  • —Datasets 2.13.1
  • —Tokenizers 0.13.3