mozilla-foundation/common_voice_17_0
Updated • 4.65k • 26
How to use SmartWhatt/rangsitra-whisper-sm-selected-random-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-selected-random-0.5") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("SmartWhatt/rangsitra-whisper-sm-selected-random-0.5")
model = AutoModelForSpeechSeq2Seq.from_pretrained("SmartWhatt/rangsitra-whisper-sm-selected-random-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.1644 | 1.0 | 2028 | 10.0526 | 33.6618 | 0.2230 |
| 0.0987 | 2.0 | 4056 | 8.9654 | 28.8740 | 0.1969 |
| 0.0627 | 3.0 | 6084 | 8.2169 | 27.0582 | 0.2021 |
| 0.0182 | 4.0 | 8112 | 7.2727 | 24.5310 | 0.1994 |
| 0.0029 | 5.0 | 10140 | 7.0065 | 23.7324 | 0.2051 |
Base model
openai/whisper-small