CoolFace
Modelpublic

kmontg/csml_word2vec

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

csml_word2vec

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.2183
  • —Wer: 0.1227

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: 2000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
3.22821.01003.11301.0
2.95622.02002.95431.0
2.92123.03002.93171.0
2.91194.04002.91101.0
2.90995.05002.90991.0
2.90276.06002.91061.0
2.43037.07001.91360.9615
0.74278.08000.56750.4321
0.47949.09000.41610.3183
0.337210.010000.32280.2441
0.268511.011000.27620.1916
0.209212.012000.25220.1654
0.184813.013000.23610.1564
0.167814.014000.22460.1383
0.137715.015000.21830.1337
0.12216.016000.22060.1310
0.112517.017000.22050.1285
0.093818.018000.22190.1273
0.099419.019000.22090.1239
0.120.020000.21830.1227

Framework versions

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