EYEDOL/naija-voices-hausa-split_0-0
Viewer • Updated • 23.6k • 115
How to use EYEDOL/whisper-base-hausa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="EYEDOL/whisper-base-hausa") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("EYEDOL/whisper-base-hausa")
model = AutoModelForSpeechSeq2Seq.from_pretrained("EYEDOL/whisper-base-hausa")This model is a fine-tuned version of openai/whisper-base on the EYEDOL/naija-voices-hausa-split_0-0 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 |
|---|---|---|---|---|---|
| 4.0572 | 1.0 | 665 | 1.1072 | 0.7943 | 0.7484 |
| 1.8708 | 2.0 | 1330 | 0.8796 | 0.6937 | 0.6386 |
| 1.4800 | 3.0 | 1995 | 0.7925 | 0.6231 | 0.5681 |
| 1.2536 | 4.0 | 2660 | 0.7508 | 0.6062 | 0.5510 |
| 1.0804 | 5.0 | 3325 | 0.7291 | 0.5889 | 0.5353 |
| 0.9379 | 6.0 | 3990 | 0.7218 | 0.5799 | 0.5243 |
| 0.8095 | 7.0 | 4655 | 0.7232 | 0.5652 | 0.5091 |
| 0.6922 | 8.0 | 5320 | 0.7285 | 0.5667 | 0.5107 |
| 0.5838 | 9.0 | 5985 | 0.7408 | 0.5633 | 0.5107 |
| 0.4834 | 10.0 | 6650 | 0.7587 | 0.5628 | 0.5064 |
Base model
openai/whisper-base