intronhealth/afrispeech-200
Updated • 1.4k • 33
How to use MohDz/dsn_afrispeech_small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="MohDz/dsn_afrispeech_small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("MohDz/dsn_afrispeech_small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("MohDz/dsn_afrispeech_small")This model is a fine-tuned version of openai/whisper-small on the AfriSpeech 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.677 | 0.5 | 500 | 0.6841 | 31.2466 |
| 0.428 | 1.0 | 1000 | 0.6236 | 32.8714 |