mozilla-foundation/common_voice_17_0
Updated • 4.65k • 26
How to use SmartWhatt/rangsitra-whisper-sm-append-0.25 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="SmartWhatt/rangsitra-whisper-sm-append-0.25") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("SmartWhatt/rangsitra-whisper-sm-append-0.25")
model = AutoModelForSpeechSeq2Seq.from_pretrained("SmartWhatt/rangsitra-whisper-sm-append-0.25")This model is a fine-tuned version of openai/whisper-small on the Common Voice 17.0 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Cer | Wer | Validation Loss |
|---|---|---|---|---|---|
| 0.1598 | 1.0 | 3049 | 8.4269 | 29.2094 | 0.1968 |
| 0.0934 | 2.0 | 6098 | 7.3179 | 24.4499 | 0.1694 |
| 0.0615 | 3.0 | 9147 | 7.0674 | 23.7152 | 0.1757 |
| 0.0166 | 4.0 | 12196 | 6.2759 | 20.7814 | 0.1768 |
| 0.0034 | 5.0 | 15245 | 6.0422 | 20.0676 | 0.1820 |
Base model
openai/whisper-small