mozilla-foundation/common_voice_17_0
Updated • 4.75k • 29
How to use xbilek25/wme_30s_Static_atMic_1.0 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="xbilek25/wme_30s_Static_atMic_1.0") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("xbilek25/wme_30s_Static_atMic_1.0")
model = AutoModelForSpeechSeq2Seq.from_pretrained("xbilek25/wme_30s_Static_atMic_1.0")This model is a fine-tuned version of openai/whisper-medium.en 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 | Validation Loss | Wer |
|---|---|---|---|---|
| No log | 0 | 0 | 1.1143 | 21.3411 |
| 0.5293 | 0.3333 | 88 | 0.6912 | 20.3307 |
| 0.3818 | 1.0038 | 176 | 0.6643 | 19.3815 |
| 0.1292 | 1.3371 | 264 | 0.6408 | 18.5548 |
Base model
openai/whisper-medium.en