EYEDOL/naija-voices-hausa-split_0-7
Viewer • Updated • 23.6k • 8
How to use EYEDOL/whisper-tiny-hausa4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="EYEDOL/whisper-tiny-hausa4") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("EYEDOL/whisper-tiny-hausa4")
model = AutoModelForSpeechSeq2Seq.from_pretrained("EYEDOL/whisper-tiny-hausa4")This model is a fine-tuned version of EYEDOL/whisper-tiny-hausa3 on the EYEDOL/naija-voices-hausa-split_0-7 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.1986 | 1.0 | 665 | 0.6044 | 0.4888 | 0.4280 |
| 1.0839 | 2.0 | 1330 | 0.6025 | 0.4829 | 0.4250 |
| 0.9731 | 3.0 | 1995 | 0.6060 | 0.4991 | 0.4402 |
| 0.8759 | 4.0 | 2660 | 0.6150 | 0.4881 | 0.4286 |
Unable to build the model tree, the base model loops to the model itself. Learn more.