dsfsi-anv/za-african-next-voices
Viewer • Updated • 459k • 2.3k • 12
How to use sitwala/whisper-large-v3-turbo-anv-nbl-50h 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-nbl-50h") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("sitwala/whisper-large-v3-turbo-anv-nbl-50h")
model = AutoModelForMultimodalLM.from_pretrained("sitwala/whisper-large-v3-turbo-anv-nbl-50h")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.3742 | 1.0 | 218 | 0.3561 | 30.7235 |
Base model
openai/whisper-large-v3