mozilla-foundation/common_voice_17_0
Updated • 5.4k • 17
How to use SmartWhatt/rangsitra-whisper-sm-replace-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-replace-0.25") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("SmartWhatt/rangsitra-whisper-sm-replace-0.25")
model = AutoModelForSpeechSeq2Seq.from_pretrained("SmartWhatt/rangsitra-whisper-sm-replace-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.1918 | 1.0 | 2035 | 9.2807 | 32.4529 | 0.2132 |
| 0.1169 | 2.0 | 4070 | 7.9355 | 26.8911 | 0.1865 |
| 0.0653 | 3.0 | 6105 | 7.6426 | 25.3136 | 0.1859 |
| 0.0246 | 4.0 | 8140 | 6.8334 | 22.5960 | 0.1875 |
| 0.0044 | 5.0 | 10175 | 6.6204 | 22.1856 | 0.1924 |
Base model
openai/whisper-small