metadata
library_name: peft
language:
- fr
license: apache-2.0
base_model: openai/whisper-small
tags:
- base_model:adapter:openai/whisper-small
- lora
- transformers
metrics:
- wer
model-index:
- name: Whisper Small Fr - IMT Atlantique X 52 Hertz Full
results: []
Whisper Small Fr - IMT Atlantique X 52 Hertz Full
This model is a fine-tuned version of openai/whisper-small on the FullDatabase dataset. It achieves the following results on the evaluation set:
- Loss: 0.6805
- Wer: 0.3365
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: 0.001
- train_batch_size: 8
- eval_batch_size: 8
- 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
- num_epochs: 3
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 2.7049 | 0.4762 | 20 | 2.4821 | 0.4627 |
| 1.3583 | 0.9524 | 40 | 1.3041 | 0.3862 |
| 1.2276 | 1.4286 | 60 | 0.9667 | 0.3958 |
| 0.6298 | 1.9048 | 80 | 0.7598 | 0.3537 |
| 0.945 | 2.3810 | 100 | 0.7089 | 0.3537 |
| 0.3522 | 2.8571 | 120 | 0.6805 | 0.3365 |
Framework versions
- PEFT 0.18.0
- Transformers 4.57.3
- Pytorch 2.9.0+cu126
- Datasets 4.4.1
- Tokenizers 0.22.1