okezieowen/misc_naija_english_audio
Viewer • Updated • 3.36k • 71 • 1
How to use EYEDOL/english-ASR with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="EYEDOL/english-ASR") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("EYEDOL/english-ASR")
model = AutoModelForSpeechSeq2Seq.from_pretrained("EYEDOL/english-ASR")This model is a fine-tuned version of openai/whisper-medium on the misc_naija_english 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.0206 | 2.9762 | 1000 | 0.0069 | 21.3403 |