CoolFace
Modelpublic

kmontg/csml_word2vec_2

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes7downloads
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. -->

csmlword2vec2

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

  • —Loss: 0.1216
  • —Wer: 0.0732

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: 4
  • —evalbatchsize: 4
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_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: 500
  • —training_steps: 4000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
3.39290.17781003.17501.0
2.9610.35562002.95101.0
2.94480.53333002.93551.0
2.92960.71114002.91741.0
2.91310.88895002.91531.0
2.90611.06586002.90831.0
2.85031.24367002.71611.0
0.94691.42138000.73220.5705
0.57391.59919000.39990.3134
0.43071.776910000.30260.2371
0.37331.954711000.26240.1979
0.27432.131612000.22690.1660
0.25042.309313000.20410.1504
0.23972.487114000.18790.1355
0.26522.664915000.17920.1327
0.23292.842716000.16920.1232
0.20493.019617000.15520.1111
0.17673.197318000.15280.1113
0.15213.375119000.15160.1049
0.16723.552920000.14610.1003
0.17043.730721000.14600.0996
0.15743.908422000.14560.0975
0.12934.085323000.14190.0933
0.13364.263124000.13500.0896
0.15624.440925000.13520.0870
0.14614.618726000.13940.0897
0.13594.796427000.13300.0860
0.1414.974228000.12620.0835
0.10565.151129000.12940.0815
0.1285.328930000.12610.0797
0.14335.506731000.12480.0808
0.11295.684432000.12640.0783
0.12455.862233000.12630.0790
0.12156.039134000.12640.0772
0.0976.216935000.12220.0755
0.09556.394736000.12430.0748
0.10266.572437000.12380.0750
0.10616.750238000.12190.0732
0.10316.92839000.12300.0737
0.09597.104940000.12160.0732

Framework versions

  • —Transformers 4.57.1
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.0.0
  • —Tokenizers 0.22.1