mozilla-foundation/common_voice_17_0
Updated • 5.5k • 16
How to use SmartWhatt/rangsitra-whisper-sm-replace-0.75 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.75") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("SmartWhatt/rangsitra-whisper-sm-replace-0.75")
model = AutoModelForSpeechSeq2Seq.from_pretrained("SmartWhatt/rangsitra-whisper-sm-replace-0.75")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.1481 | 1.0 | 2035 | 11.0743 | 35.8830 | 0.2360 |
| 0.0849 | 2.0 | 4070 | 9.3741 | 31.0891 | 0.2139 |
| 0.0516 | 3.0 | 6105 | 8.5578 | 29.2549 | 0.2232 |
| 0.0162 | 4.0 | 8140 | 7.8925 | 26.9427 | 0.2238 |
| 0.004 | 5.0 | 10175 | 7.5657 | 25.8517 | 0.2259 |
Base model
openai/whisper-small