CoolFace
Modelpublic

StephaneBah/Med-Whisper-AfroRad-FR

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
1likes8downloads
Model Card

Whisper Small FR - Radiologie

This model is a fine-tuned version of leduckhai/MultiMed-ST/asr/whisper-small-french on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.0488
  • Wer: 7.5491

Model Description

The model focuses on two main adaptations:

  1. 1.Acoustic Adaptation: Capturing the phonetic nuances of French-speaking African regions to improve recognition of local accents.
  2. 2.Medical Terminology: Stabilizing technical radiology terms (Spine, Shoulder, Thorax, Mammography, CT scans) in a dictation context.

It uses LoRA (Low-Rank Adaptation) via the adapters library, specifically targeting the first 4 layers of the Encoder (for acoustic/accent adaptation) and the full Decoder (for medical jargon and linguistic structure).

Training and Evaluation Data

  • Training Dataset: ~4.5 hours of specialized radiology recordings (562 audios). <!-- - Segmentation Strategy: To handle audios longer than Whisper's 30s limit, we used:
  • Segment Duration: 25 seconds
  • Overlap: 5 seconds
  • Proportional text-to-audio alignment. -->

Intended uses & limitations

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 3e-05
  • trainbatchsize: 12
  • evalbatchsize: 8
  • seed: 3407
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • training_steps: 1000

Training results

Training LossEpochStepValidation LossWer
No log3.03031000.103323.0029
No log6.06062000.069714.2200
No log9.09093000.055614.6173
No log12.12124000.04828.4065
0.083815.15155000.04798.4483
0.083818.18186000.04838.9502
0.083821.21217000.04848.6784
0.083824.24248000.04837.6328
0.083827.27279000.04858.8666
0.000130.303010000.04887.5491

Performance on the Test Set

The model was evaluated on the AfroRadVoice-FR test split (75 audio files, independent of training), using identical decoding settings (temperature = 0.0) across all models for a fair comparison.

RankModelWER (%)CER (%)Sentence Accuracy (%)
1Whisper-AfroRad-FR20.9316.8034.67
2Med-Whisper-AfroRad-FR (this model)21.8417.6829.33
3whisper-small-rad-FR25.1220.8933.33
4nvidia/canary-1b-v233.9611.101.33
5Qwen/Qwen3-ASR-0.6B45.4017.550.00
6bofenghuang/whisper-small-cv11-french75.1153.650.00
7openai/whisper-small (baseline)79.1254.470.00
8openai/whisper-large-v3120.4184.020.00

Framework versions

  • Transformers 4.51.3
  • Pytorch 2.8.0+cu126
  • Datasets 4.4.2
  • Tokenizers 0.21.4

Citation

If you use this model in your research, please cite:

@misc{med-whisper-afrorad-fr,
  author = {StephaneBah},
  title = {Med-Whisper-AfroRad-FR: Medical Radiology ASR for Afro-French Context},
  year = {2026},
  publisher = {Hugging Face},
  howpublished = {\\url{https://huggingface.co/StephaneBah/Med-Whisper-AfroRad-FR}}