StephaneBah/AfroRadVoice-FR
Viewer • Updated • 562 • 17 • 1
How to use StephaneBah/Med-Whisper-AfroRad-FR with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="StephaneBah/Med-Whisper-AfroRad-FR") # Load model directly
from transformers import AutoProcessor, AutoModel
processor = AutoProcessor.from_pretrained("StephaneBah/Med-Whisper-AfroRad-FR")
model = AutoModel.from_pretrained("StephaneBah/Med-Whisper-AfroRad-FR")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:
The model focuses on two main adaptations:
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).
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| No log | 3.0303 | 100 | 0.1033 | 23.0029 |
| No log | 6.0606 | 200 | 0.0697 | 14.2200 |
| No log | 9.0909 | 300 | 0.0556 | 14.6173 |
| No log | 12.1212 | 400 | 0.0482 | 8.4065 |
| 0.0838 | 15.1515 | 500 | 0.0479 | 8.4483 |
| 0.0838 | 18.1818 | 600 | 0.0483 | 8.9502 |
| 0.0838 | 21.2121 | 700 | 0.0484 | 8.6784 |
| 0.0838 | 24.2424 | 800 | 0.0483 | 7.6328 |
| 0.0838 | 27.2727 | 900 | 0.0485 | 8.8666 |
| 0.0001 | 30.3030 | 1000 | 0.0488 | 7.5491 |
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}}