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.6790
- Wer: 0.4187
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 |
|---|---|---|---|---|
| 1.398 | 0.4762 | 20 | 1.5259 | 0.3767 |
| 1.211 | 0.9524 | 40 | 1.1977 | 0.3499 |
| 1.7856 | 1.4286 | 60 | 1.4056 | 0.5985 |
| 0.6241 | 1.9048 | 80 | 0.7924 | 0.4417 |
| 0.8817 | 2.3810 | 100 | 0.7137 | 0.4034 |
| 0.2795 | 2.8571 | 120 | 0.6790 | 0.4187 |
Framework versions
- PEFT 0.18.0
- Transformers 4.57.3
- Pytorch 2.9.0+cu126
- Datasets 4.4.1
- Tokenizers 0.22.1