Geethuzzz/common_voice_17_0_arabic_New_cleaned
Viewer • Updated • 184k • 110
How to use EYEDOL/whisper-small-arbyeg_THREE with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="EYEDOL/whisper-small-arbyeg_THREE") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("EYEDOL/whisper-small-arbyeg_THREE")
model = AutoModelForSpeechSeq2Seq.from_pretrained("EYEDOL/whisper-small-arbyeg_THREE")This model is a fine-tuned version of EYEDOL/whisper-small-arbyeg_TWO 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.1606 | 0.7205 | 1000 | 0.3004 | 46.5663 |
| 0.1562 | 1.4409 | 2000 | 0.2749 | 45.5142 |
Unable to build the model tree, the base model loops to the model itself. Learn more.