Instructions to use SPL123/whisper-hf-adalora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SPL123/whisper-hf-adalora with PEFT:
Task type is invalid.
- Transformers
How to use SPL123/whisper-hf-adalora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SPL123/whisper-hf-adalora", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Configuration Parsing Warning:In adapter_config.json: "peft.task_type" must be a string
whisper-hf-adalora
This model is a fine-tuned version of openai/whisper-large-v3-turbo on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 2.1597
- Wer: 0.2737
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: 4
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 16
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: constant_with_warmup
- lr_scheduler_warmup_steps: 500
- num_epochs: 8
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 2.5174 | 1.0 | 92 | 2.3611 | 0.2754 |
| 2.5662 | 2.0 | 184 | 2.3611 | 0.2754 |
| 2.4968 | 3.0 | 276 | 2.3604 | 0.2754 |
| 2.5793 | 4.0 | 368 | 2.3561 | 0.2754 |
| 2.5702 | 5.0 | 460 | 2.3407 | 0.2754 |
| 2.5302 | 6.0 | 552 | 2.2996 | 0.2756 |
| 2.5017 | 7.0 | 644 | 2.2359 | 0.2739 |
| 2.4418 | 8.0 | 736 | 2.1597 | 0.2737 |
Framework versions
- PEFT 0.17.0
- Transformers 4.55.0
- Pytorch 2.6.0+cu124
- Datasets 2.18.0
- Tokenizers 0.21.4
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support