mozilla-foundation/common_voice_13_0
Updated • 1.68k • 5
How to use hipstor/whisper-tiny-dv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hipstor/whisper-tiny-dv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hipstor/whisper-tiny-dv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hipstor/whisper-tiny-dv")This model is a fine-tuned version of openai/whisper-tiny on the alakxender/dhivehi-audio-kn 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 |
|---|---|---|---|---|---|
| 3.7040 | 2.3933 | 500 | 0.9464 | 125.5444 | 79.5839 |
Base model
openai/whisper-tiny