Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Arabic
whisper
arabic
Generated from Trainer
Eval Results (legacy)
Instructions to use itskavya/whisper-large-informal-arabic-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use itskavya/whisper-large-informal-arabic-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="itskavya/whisper-large-informal-arabic-base")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("itskavya/whisper-large-informal-arabic-base") model = AutoModelForMultimodalLM.from_pretrained("itskavya/whisper-large-informal-arabic-base") - Notebooks
- Google Colab
- Kaggle
Whisper Large Informal Arabic
This model is a fine-tuned version of openai/whisper-large on the Informal Arabic dataset. It achieves the following results on the evaluation set:
- Loss: 0.5264
- Wer: 24.9640
- Cer: 8.1265
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 2
- eval_batch_size: 2
- seed: 42
- gradient_accumulation_steps: 8
- total_train_batch_size: 16
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 250
- training_steps: 2500
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|---|---|---|---|---|---|
| 0.0054 | 13.1611 | 500 | 0.4210 | 27.3153 | 9.2113 |
| 0.0002 | 26.3221 | 1000 | 0.4803 | 24.9640 | 7.9997 |
| 0.0001 | 39.4832 | 1500 | 0.5063 | 24.6881 | 7.9997 |
| 0.0001 | 52.6443 | 2000 | 0.5200 | 24.7001 | 8.0326 |
| 0.0001 | 65.8054 | 2500 | 0.5264 | 24.9640 | 8.1265 |
Framework versions
- Transformers 4.50.3
- Pytorch 2.6.0+cu124
- Datasets 3.5.0
- Tokenizers 0.21.1
- Downloads last month
- -
Model tree for itskavya/whisper-large-informal-arabic-base
Base model
openai/whisper-largeEvaluation results
- Wer on Informal Arabicself-reported24.964