ahishamm/QURANICWhisperDataset
Viewer • Updated • 31.2k • 233 • 6
How to use ahishamm/finetuned-whisper-quranic-large-v3-10000 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ahishamm/finetuned-whisper-quranic-large-v3-10000") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ahishamm/finetuned-whisper-quranic-large-v3-10000")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ahishamm/finetuned-whisper-quranic-large-v3-10000", device_map="auto")This model is a fine-tuned version of openai/whisper-large-v3 on the QURANICWhisperDataset 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.0907 | 2.0 | 1000 | 0.1326 | 107.4287 |
| 0.0545 | 4.0 | 2000 | 0.1366 | 156.4231 |
| 0.0211 | 6.0 | 3000 | 0.1515 | 245.3308 |
| 0.0076 | 8.0 | 4000 | 0.1627 | 330.6630 |
| 0.0031 | 10.0 | 5000 | 0.1788 | 170.7794 |
| 0.0035 | 12.0 | 6000 | 0.1947 | 107.0630 |
| 0.0006 | 14.0 | 7000 | 0.2107 | 98.0091 |
| 0.0 | 16.0 | 8000 | 0.2208 | 97.8533 |
| 0.0 | 18.0 | 9000 | 0.2426 | 99.7833 |
| 0.0 | 20.0 | 10000 | 0.2528 | 99.9391 |
Base model
openai/whisper-large-v3