uoseftalaat/GP
Preview • Updated • 289
How to use uoseftalaat/whisper-small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="uoseftalaat/whisper-small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("uoseftalaat/whisper-small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("uoseftalaat/whisper-small")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.0026 | 3.24 | 1000 | 0.0205 | 4.4868 |
| 0.0003 | 6.47 | 2000 | 0.0180 | 3.3522 |
| 0.0003 | 6.49 | 2005 | 0.0180 | 3.3522 |
| 0.0003 | 6.5 | 2010 | 0.0180 | 3.3522 |
| 0.0001 | 9.71 | 3000 | 0.0180 | 3.2663 |
| 0.0 | 12.94 | 4000 | 0.0183 | 3.3694 |
Base model
openai/whisper-small