Instructions to use adi108yadav/whisper-tiny-technical with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adi108yadav/whisper-tiny-technical with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="adi108yadav/whisper-tiny-technical")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("adi108yadav/whisper-tiny-technical") model = AutoModelForSpeechSeq2Seq.from_pretrained("adi108yadav/whisper-tiny-technical", device_map="auto") - Notebooks
- Google Colab
- Kaggle
whisper-tiny-technical
This model is a fine-tuned version of openai/whisper-tiny.en on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.3666
- Wer: 14.5738
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: 8
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 16
- 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: 100
- training_steps: 1000
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 1.0497 | 0.4444 | 250 | 0.4824 | 16.6412 |
| 0.7507 | 0.8889 | 500 | 0.3876 | 15.3959 |
| 0.5450 | 1.3324 | 750 | 0.3714 | 14.9968 |
| 0.5536 | 1.7769 | 1000 | 0.3666 | 14.5738 |
Framework versions
- Transformers 5.15.1
- Pytorch 2.11.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- -
Model tree for adi108yadav/whisper-tiny-technical
Base model
openai/whisper-tiny.en