facebook/omnilingual-asr-corpus
Viewer • Updated • 548k • 5.86k • 203
How to use sarh21/whisper-small-ar with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="sarh21/whisper-small-ar") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("sarh21/whisper-small-ar")
model = AutoModelForSpeechSeq2Seq.from_pretrained("sarh21/whisper-small-ar")This model is a fine-tuned version of openai/whisper-small on the Omnilingual ASR Corpus 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.3011 | 6.2893 | 1000 | 0.8454 | 49.5801 |
| 0.0419 | 12.5786 | 2000 | 1.0918 | 49.4832 |
| 0.0055 | 18.8679 | 3000 | 1.2586 | 52.7939 |
| 0.0026 | 25.1572 | 4000 | 1.3057 | 50.5491 |
Base model
openai/whisper-small