CoolFace
Modelpublic

srujan00123/wav2vec2-large-medical-speed

sourceHugging Faceapache-2.0updated 3y 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. -->

wav2vec2-large-medical-speed

This model is a fine-tuned version of facebook/wav2vec2-large on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4703
  • —Wer: 0.1992

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: 0.0001
  • —trainbatchsize: 32
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 1000
  • —num_epochs: 30

Training results

Training LossEpochStepValidation LossWer
3.99193.975003.07910.9895
1.66517.9410000.56130.4259
0.469411.915000.46580.2835
0.281215.8720000.52450.2460
0.192319.8425000.44380.2300
0.140623.8130000.51120.2121
0.108227.7835000.47030.1992

Framework versions

  • —Transformers 4.34.1
  • —Pytorch 2.1.0
  • —Datasets 2.14.6
  • —Tokenizers 0.14.1