Whisper Zulu ASR Models
Collection
This is a collection of Whisper models for transcribing audio/video in the Zulu language. • 3 items • Updated • 1
How to use TheirStory/whisper-medium-zulu with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="TheirStory/whisper-medium-zulu") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("TheirStory/whisper-medium-zulu")
model = AutoModelForSpeechSeq2Seq.from_pretrained("TheirStory/whisper-medium-zulu")This model is a fine-tuned version of openai/whisper-medium on the wjbmattingly/zulu_merged_audio 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.8378 | 1.25 | 100 | 0.7290 | 0.5605 |
| 0.3624 | 2.5 | 200 | 0.4048 | 0.2791 |
| 0.2279 | 3.75 | 300 | 0.3236 | 0.2187 |
| 0.1524 | 5.0 | 400 | 0.2949 | 0.1993 |
Base model
openai/whisper-medium