mozilla-foundation/common_voice_17_0
Updated • 6.1k • 18
How to use SmartWhatt/rangsitra-whisper-md-cv-plus with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="SmartWhatt/rangsitra-whisper-md-cv-plus") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("SmartWhatt/rangsitra-whisper-md-cv-plus")
model = AutoModelForSpeechSeq2Seq.from_pretrained("SmartWhatt/rangsitra-whisper-md-cv-plus")This model is a fine-tuned version of openai/whisper-medium 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.1041 | 1.0 | 2052 | 9.7313 | 33.2109 | 0.3496 |
| 0.0673 | 2.0 | 4104 | 9.9421 | 32.1875 | 0.4641 |
| 0.0492 | 3.0 | 6156 | 9.6464 | 32.3177 | 0.3956 |
| 0.0132 | 4.0 | 8208 | 8.7890 | 29.2008 | 0.3397 |
| 0.0031 | 5.0 | 10260 | 8.1452 | 28.0668 | 0.3658 |
Base model
openai/whisper-medium