CoolFace
Modelpublic

mageec/wav2vec2_capstone

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes9downloads
Model Card

WAV2VEC2CAPSTONEMODEL

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

  • —Loss: 0.3952
  • —Accuracy: 0.9098
  • —F1 score: 0.9097

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.0003
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 10
  • —totaltrainbatch_size: 80
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 8
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1 score
0.93391.07761.42140.71620.7094
0.56632.015521.01820.83180.8277
0.44083.023280.61170.87950.8784
0.35214.031050.50920.89980.9001
0.23055.038810.38960.90040.9013
0.12196.046570.30960.91960.9194
0.06726.9935910.39520.90980.9097

Framework versions

  • —Transformers 4.36.2
  • —Pytorch 2.1.2+cu121
  • —Datasets 2.16.0
  • —Tokenizers 0.15.0