metadata
library_name: transformers
language:
- ar
license: apache-2.0
base_model: openai/whisper-tiny
tags:
- generated_from_trainer
metrics:
- wer
model-index:
- name: Whisper tiny AR - BH
results: []
Whisper tiny AR - BH
This model is a fine-tuned version of openai/whisper-tiny on the quran-ayat-speech-to-text dataset. It achieves the following results on the evaluation set:
- Loss: 0.0063
- Wer: 0.0715
- Cer: 0.0287
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: 5e-06
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 64
- optimizer: Use 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: 500
- num_epochs: 20
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|---|---|---|---|---|---|
| 0.0063 | 1.0 | 157 | 0.0063 | 0.0671 | 0.0274 |
| 0.0064 | 2.0 | 314 | 0.0062 | 0.0695 | 0.0280 |
| 0.005 | 3.0 | 471 | 0.0062 | 0.0673 | 0.0268 |
| 0.0047 | 4.0 | 628 | 0.0063 | 0.0646 | 0.0259 |
| 0.0035 | 5.0 | 785 | 0.0064 | 0.0653 | 0.0259 |
| 0.0016 | 6.0 | 942 | 0.0068 | 0.0675 | 0.0264 |
| 0.0028 | 7.0 | 1099 | 0.0071 | 0.0690 | 0.0276 |
| 0.0022 | 8.0 | 1256 | 0.0076 | 0.0681 | 0.0266 |
| 0.0016 | 9.0 | 1413 | 0.0081 | 0.0652 | 0.0262 |
| 0.0014 | 10.0 | 1570 | 0.0085 | 0.0671 | 0.0261 |
| 0.0007 | 11.0 | 1727 | 0.0090 | 0.0668 | 0.0274 |
| 0.0006 | 12.0 | 1884 | 0.0094 | 0.0688 | 0.0363 |
| 0.0004 | 13.0 | 2041 | 0.0096 | 0.0662 | 0.0350 |
| 0.0002 | 14.0 | 2198 | 0.0099 | 0.0686 | 0.0353 |
| 0.0003 | 15.0 | 2355 | 0.0100 | 0.0686 | 0.0355 |
| 0.0002 | 16.0 | 2512 | 0.0102 | 0.0697 | 0.0363 |
| 0.0001 | 17.0 | 2669 | 0.0103 | 0.0695 | 0.0360 |
| 0.0001 | 18.0 | 2826 | 0.0104 | 0.0695 | 0.0363 |
| 0.0001 | 19.0 | 2983 | 0.0103 | 0.0876 | 0.0458 |
| 0.0001 | 19.8768 | 3120 | 0.0104 | 0.0691 | 0.0365 |
Framework versions
- Transformers 4.47.0
- Pytorch 2.5.1+cu121
- Datasets 3.2.0
- Tokenizers 0.21.0