Nash-pAnDiTa/arabic_mozilla_dataset_clean
Viewer • Updated • 49.5k • 12
How to use EYEDOL/whisper-small-arbyeg with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="EYEDOL/whisper-small-arbyeg") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("EYEDOL/whisper-small-arbyeg")
model = AutoModelForSpeechSeq2Seq.from_pretrained("EYEDOL/whisper-small-arbyeg")This model is a fine-tuned version of EYEDOL/whisper-small-arbyeg on the arabic_mozilla_dataset_clean 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.9316 | 0.7205 | 1000 | 0.3003 | 48.2201 |
| 0.4708 | 1.4409 | 2000 | 0.2651 | 46.8761 |
Unable to build the model tree, the base model loops to the model itself. Learn more.