artyomboyko/whisper-small-ru-v2
427
<!-- 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. -->
Whisper-small-ru-v2
This model is a fine-tuned version of openai/whisper-small on an Russian part of the Common Voice 15 dataset. It achieves the following results on the evaluation set:
- Loss: 0.1329
- Wer: 12.6750
- Cer: 3.7305
- Learning Rate: 0.0000
Model description
Same as openai/whisper-small.
Intended uses & limitations
Same as openai/whisper-small
Training and evaluation data
Fine-tunned on an Russian part of the Common Voice 15 dataset.
Training procedure
According to the article "Fine-Tune Whisper For Multilingual ASR with 🤗 Transformers"
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-08
- 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: 250
- training_steps: 15000
- mixedprecisiontraining: Native AMP
Training results
Framework versions
- Transformers 4.36.0.dev0
- Pytorch 2.1.1+cu121
- Datasets 2.15.0
- Tokenizers 0.15.0
