dsfsi-anv/za-african-next-voices
Viewer • Updated • 459k • 1.88k • 12
How to use sitwala/whisper-large-v3-turbo-anv-ven-250h 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-ven-250h") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("sitwala/whisper-large-v3-turbo-anv-ven-250h")
model = AutoModelForMultimodalLM.from_pretrained("sitwala/whisper-large-v3-turbo-anv-ven-250h")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.2924 | 1.0 | 455 | 0.2498 | 22.1849 |
Base model
openai/whisper-large-v3