EYEDOL/naija-voices-hausa-split_0-6
Viewer • Updated • 23.6k • 7
How to use EYEDOL/whisper-tiny-hausa3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="EYEDOL/whisper-tiny-hausa3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("EYEDOL/whisper-tiny-hausa3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("EYEDOL/whisper-tiny-hausa3")This model is a fine-tuned version of EYEDOL/whisper-tiny-hausa2 on the EYEDOL/naija-voices-hausa-split_0-6 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 Ortho | Wer |
|---|---|---|---|---|---|
| 1.2512 | 1.0 | 665 | 0.6263 | 0.5023 | 0.4362 |
| 1.1143 | 2.0 | 1330 | 0.6204 | 0.4940 | 0.4280 |
| 1.0009 | 3.0 | 1995 | 0.6238 | 0.5015 | 0.4349 |
Unable to build the model tree, the base model loops to the model itself. Learn more.