stringbot/whisper-small-hi
05
1---2library_name: transformers3language:4- en5license: apache-2.06base_model: openai/whisper-small7tags:8- generated_from_trainer9datasets:10- mispeech/speechocean76211model-index:12- name: Whisper Small Hi - Sanchit Gandhi13 results: []14---15 16<!-- This model card has been generated automatically according to the information the Trainer had access to. You17should probably proofread and complete it, then remove this comment. -->18 19# Whisper Small Hi - Sanchit Gandhi20 21This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Speech Correction Evaluation dataset.22 23## Model description24 25More information needed26 27## Intended uses & limitations28 29More information needed30 31## Training and evaluation data32 33More information needed34 35## Training procedure36 37### Training hyperparameters38 39The following hyperparameters were used during training:40- learning_rate: 1e-0541- train_batch_size: 1642- eval_batch_size: 843- seed: 4244- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments45- lr_scheduler_type: linear46- lr_scheduler_warmup_steps: 50047- training_steps: 40048- mixed_precision_training: Native AMP49 50### Training results51 52 53 54### Framework versions55 56- Transformers 4.48.357- Pytorch 2.5.1+cu12458- Datasets 3.3.059- Tokenizers 0.21.060 