Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use NaufalAqil18/whisper-tiny-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NaufalAqil18/whisper-tiny-id with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NaufalAqil18/whisper-tiny-id")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("NaufalAqil18/whisper-tiny-id") model = AutoModelForMultimodalLM.from_pretrained("NaufalAqil18/whisper-tiny-id") - Notebooks
- Google Colab
- Kaggle
whisper-tiny-id
This model is a fine-tuned version of openai/whisper-tiny on the generator dataset. It achieves the following results on the evaluation set:
- Loss: 0.3945
- Wer: 32.9519
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: 16
- 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: 5180
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.6158 | 1.0998 | 1036 | 0.4685 | 36.4369 |
| 0.3037 | 3.0994 | 2072 | 0.4146 | 33.5414 |
| 0.1564 | 5.0990 | 3108 | 0.4006 | 31.9029 |
| 0.1035 | 7.0986 | 4144 | 0.3991 | 31.7555 |
| 0.0765 | 9.0983 | 5180 | 0.3945 | 32.9519 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.8.5
- Tokenizers 0.22.2
- Downloads last month
- 70
Model tree for NaufalAqil18/whisper-tiny-id
Base model
openai/whisper-tinyEvaluation results
- Wer on generatorself-reported32.952