CoolFace
Modelpublic

dolphinnlp/model_wav2vec_

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. -->

modelwav2vec

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

  • Loss: 0.4608
  • Wer: 0.3361

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

Training results

Training LossEpochStepValidation LossWer
3.51012.015001.60301.0221
0.71584.0210000.45990.4587
0.29146.0215000.40920.4037
0.19068.0320000.39270.3865
0.132810.0425000.40670.3810
0.112212.0530000.41280.3645
0.095414.0635000.44690.3621
0.075416.0640000.42960.3639
0.058918.0745000.44340.3567
0.049720.0850000.45970.3535
0.045522.0955000.48540.3454
0.039524.160000.46150.3435
0.032826.165000.47140.3396
0.028428.1170000.46080.3361

Framework versions

  • Transformers 4.36.2
  • Pytorch 2.1.0+cu121
  • Datasets 1.18.3
  • Tokenizers 0.15.0