--- library_name: transformers license: apache-2.0 base_model: openai/whisper-tiny tags: - generated_from_trainer model-index: - name: whisper-tiny-kh results: [] --- # whisper-tiny-kh This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset. It achieves the following results on the evaluation set: - eval_loss: 0.3039 - eval_wer: 82.9538 - eval_runtime: 1414.5582 - eval_samples_per_second: 3.073 - eval_steps_per_second: 0.385 - epoch: 5.0 - step: 5435 ## 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: 16 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: constant - lr_scheduler_warmup_steps: 1000 - num_epochs: 10 - mixed_precision_training: Native AMP ### Framework versions - Transformers 4.45.2 - Pytorch 2.4.0 - Datasets 3.1.0 - Tokenizers 0.20.3