mozilla-foundation/common_voice_13_0
Updated • 1.71k • 5
How to use Tashi58/whisper-small-dv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Tashi58/whisper-small-dv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Tashi58/whisper-small-dv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Tashi58/whisper-small-dv")This model is a fine-tuned version of openai/whisper-small on the Voice Data 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 |
|---|---|---|---|---|---|
| 5.7882 | 0.0326 | 10 | 5.2438 | 262.4138 | 187.7491 |
Base model
openai/whisper-small