CoolFace
Modelpublic

shivam/wav2vec2-xls-r-hindi

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
1likes71downloads
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. -->

This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMONVOICE7_0 - HI dataset. It achieves the following results on the evaluation set:

  • —Loss: 1.2282
  • —Wer: 0.6838

Evaluation results on Common Voice 7 "test" (Running ./eval.py):

With LM

  • —WER: 52.30
  • —CER: 26.09

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: 7.5e-05
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 2000
  • —num_epochs: 50.0
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
5.31553.45004.55821.0
3.33696.810003.42691.0
2.178510.215001.71910.8831
1.57913.620001.36040.7647
1.377317.0125001.27370.7519
1.316520.4130001.24570.7401
1.227423.8135001.36170.7301
1.178727.2140001.20680.7010
1.146730.6145001.24160.6946
1.080134.0150001.23120.6990
1.070937.4155001.29840.7138
1.030740.8160001.20490.6871
1.000344.2265001.19560.6841
1.00447.6270001.21010.6793

Framework versions

  • —Transformers 4.16.0.dev0
  • —Pytorch 1.10.1+cu113
  • —Datasets 1.18.1.dev0
  • —Tokenizers 0.11.0