ferno22/common_voice_13_0_dv_preprocessed
Viewer • Updated • 7.12k • 136
How to use titmambyves6/whisper-small-dv-titmambyves6 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="titmambyves6/whisper-small-dv-titmambyves6") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("titmambyves6/whisper-small-dv-titmambyves6")
model = AutoModelForSpeechSeq2Seq.from_pretrained("titmambyves6/whisper-small-dv-titmambyves6")This model is a fine-tuned version of openai/whisper-small on the Common Voice 13 dv preprocessed 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.1209 | 1.6297 | 500 | 0.1738 | 63.0615 | 13.5950 |
Base model
openai/whisper-small