DrishtiSharma/wav2vec2-large-xls-r-300m-or-dx12
049
<!-- 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-xls-r-300m-or-dx12
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice dataset. It achieves the following results on the evaluation set:
- Loss: 1.4638
- Wer: 0.5602
Evaluation Commands
- To evaluate on mozilla-foundation/commonvoice8_0 with test split
python eval.py --modelid DrishtiSharma/wav2vec2-large-xls-r-300m-or-dx12 --dataset mozilla-foundation/commonvoice80 --config or --split test --log_outputs
- To evaluate on speech-recognition-community-v2/dev_data
Oriya language isn't available in speech-recognition-community-v2/dev_data
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0004
- 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: 1000
- num_epochs: 200
- mixedprecisiontraining: Native AMP
Training results
Framework versions
- Transformers 4.16.2
- Pytorch 1.10.0+cu111
- Datasets 1.18.3
- Tokenizers 0.11.0
