badrex/arabic-speech-SADA22-MSA
Viewer • Updated • 4.09k • 46 • 2
How to use Vamsi1801/whisper-small-arabic with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Vamsi1801/whisper-small-arabic") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Vamsi1801/whisper-small-arabic")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Vamsi1801/whisper-small-arabic", device_map="auto")This model is a fine-tuned version of openai/whisper-small on an badrex/arabic-speech-SADA22-MSA. 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.4906 | 1.0858 | 1000 | 0.6512 | 44.8384 |
| 0.2482 | 2.1716 | 2000 | 0.6218 | 40.3344 |
| 0.1214 | 3.2575 | 3000 | 0.6319 | 39.5318 |
| 0.0484 | 4.3433 | 4000 | 0.6658 | 38.0602 |
| 0.0256 | 5.4291 | 5000 | 0.6831 | 37.5697 |
Base model
openai/whisper-small