CoolFace
Modelpublic

arifagustyawan/wav2vec2-large-xlsr-53-id

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes9downloads
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. -->

wav2vec2-large-xlsr-commonvoice13_0-id

Note: do not recommended to try the model through this model card Alternatively, try it through the available space click here Then you can addapt the inference method available in the gradio app script. Or you can checkout at my github repository click here

This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the commonvoice13_0 dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4115
  • —Wer: 0.4316

Model description

The model is based on the facebook/wav2vec2-large-xlsr-53 architecture and fine-tuned for Automatic Speech Recognition on the commonvoice13_0 dataset in Indonesian (id). It is designed to transcribe spoken language into written text.

Intended uses & limitations

Intended Uses:

  • —Automatic Speech Recognition for Indonesian speech data.
  • —Transcription of spoken content in commonvoice13_0 dataset.

Limitations:

  • —The model's performance may vary on speech data outside the commonvoice13_0 dataset.
  • —It may not perform well on languages other than Indonesian.

Training and evaluation data

The model was trained on the commonvoice13_0 dataset, specifically using the Indonesian (id) split for evaluation.

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 0.0003
  • —trainbatchsize: 16
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —num_epochs: 30
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
5.06562.884002.76371.0
1.14045.768000.44830.6088
0.36988.6312000.40290.5278
0.269511.5116000.39760.5036
0.207414.3920000.39880.4793
0.179617.2724000.39520.4590
0.152320.1428000.39860.4463
0.135223.0232000.41430.4374
0.12125.936000.40220.4337
0.108528.7840000.41150.4316

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 2.1.0+cu118
  • —Datasets 2.15.0
  • —Tokenizers 0.15.0