mozilla-foundation/common_voice_17_0
Updated • 5.5k • 16
How to use SmartWhatt/rangsitra-whisper-sm-replace-0.5 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.5") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("SmartWhatt/rangsitra-whisper-sm-replace-0.5")
model = AutoModelForSpeechSeq2Seq.from_pretrained("SmartWhatt/rangsitra-whisper-sm-replace-0.5")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.1667 | 1.0 | 2035 | 10.0135 | 33.9935 | 0.2194 |
| 0.1034 | 2.0 | 4070 | 9.2308 | 28.9993 | 0.1958 |
| 0.061 | 3.0 | 6105 | 8.1348 | 26.5631 | 0.2008 |
| 0.0205 | 4.0 | 8140 | 7.1528 | 24.4929 | 0.2052 |
| 0.0059 | 5.0 | 10175 | 6.8869 | 23.6206 | 0.2097 |
Base model
openai/whisper-small