dsfsi-anv/za-african-next-voices
Viewer • Updated • 459k • 1.88k • 12
How to use sitwala/whisper-large-v3-turbo-anv-zul-150h with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="sitwala/whisper-large-v3-turbo-anv-zul-150h") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("sitwala/whisper-large-v3-turbo-anv-zul-150h")
model = AutoModelForMultimodalLM.from_pretrained("sitwala/whisper-large-v3-turbo-anv-zul-150h")# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("sitwala/whisper-large-v3-turbo-anv-zul-150h")
model = AutoModelForMultimodalLM.from_pretrained("sitwala/whisper-large-v3-turbo-anv-zul-150h")This model is a fine-tuned version of openai/whisper-large-v3-turbo 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.3397 | 1.0 | 443 | 0.3443 | 25.2022 |
Base model
openai/whisper-large-v3
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="sitwala/whisper-large-v3-turbo-anv-zul-150h")