uoseftalaat/hoping_its_final_dataset
Viewer • Updated • 6.17k • 11
How to use uoseftalaat/whisper-small-final with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="uoseftalaat/whisper-small-final") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("uoseftalaat/whisper-small-final")
model = AutoModelForSpeechSeq2Seq.from_pretrained("uoseftalaat/whisper-small-final")This model is a fine-tuned version of openai/whisper-small on the Quran_requiters 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.0185 | 1.62 | 500 | 0.0355 | 7.8563 |
| 0.0012 | 3.24 | 1000 | 0.0224 | 4.4525 |
| 0.0004 | 4.85 | 1500 | 0.0186 | 3.4554 |
| 0.0002 | 6.47 | 2000 | 0.0178 | 3.3351 |
Base model
openai/whisper-small