mozilla-foundation/common_voice_17_0
Updated • 4.69k • 26
How to use SmartWhatt/rangsitra-whisper-sm-append-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-append-0.5") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("SmartWhatt/rangsitra-whisper-sm-append-0.5")
model = AutoModelForSpeechSeq2Seq.from_pretrained("SmartWhatt/rangsitra-whisper-sm-append-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.1533 | 1.0 | 4055 | 8.0904 | 27.9047 | 0.1870 |
| 0.0924 | 2.0 | 8110 | 7.2884 | 23.5678 | 0.1661 |
| 0.041 | 3.0 | 12165 | 6.9698 | 22.5751 | 0.1754 |
| 0.0151 | 4.0 | 16220 | 6.1805 | 20.2715 | 0.1790 |
| 0.0027 | 5.0 | 20275 | 5.8917 | 19.5172 | 0.1831 |
Base model
openai/whisper-small