Whisper for Turkish Call Centers
This model is a fine-tuned version of openai/whisper-large-v2 on the Custom turkish call center simulated data dataset. It achieves the following results on the evaluation set:
- Loss: 0.2721
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: 32
- eval_batch_size: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED 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
- training_steps: 2200
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.3122 | 0.3472 | 250 | 0.2843 |
| 0.2821 | 0.6944 | 500 | 0.2911 |
| 0.2764 | 1.0417 | 750 | 0.2837 |
| 0.1995 | 1.3889 | 1000 | 0.2771 |
| 0.2347 | 1.7361 | 1250 | 0.2698 |
| 0.1301 | 2.0833 | 1500 | 0.2741 |
| 0.1487 | 2.4306 | 1750 | 0.2736 |
| 0.1557 | 2.7778 | 2000 | 0.2733 |
| 0.1357 | 3.0556 | 2200 | 0.2721 |
Framework versions
- Transformers 5.5.0
- Pytorch 2.10.0+cu128
- Datasets 4.8.4
- Tokenizers 0.22.2
- Downloads last month
- 52
Model tree for alpcansoydas/whisper-large-v2-tr-ft-07-04-26-full-ft-50ksamples-simulated-data
Base model
openai/whisper-large-v2