dsfsi-anv/za-african-next-voices
Viewer • Updated • 459k • 1.08k • 15
How to use dsfsi-anv/whisper-small-anv-zulu-first-batch with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="dsfsi-anv/whisper-small-anv-zulu-first-batch") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("dsfsi-anv/whisper-small-anv-zulu-first-batch")
model = AutoModelForSpeechSeq2Seq.from_pretrained("dsfsi-anv/whisper-small-anv-zulu-first-batch", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the dsfsi-anv/za-african-next-voices 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 |
|---|---|---|---|---|
| 0.5667 | 0.3333 | 250 | 0.5901 | 46.0429 |
| 0.3747 | 1.328 | 500 | 0.4832 | 34.6368 |
| 0.272 | 2.3227 | 750 | 0.4544 | 36.0631 |
Base model
openai/whisper-small