Whisper FR RAD
Collection
Ensemble de Modèles issues du Fine Tuning de Whisper sur un petit ensemble d'audios de rapports de radiologie • 4 items • Updated
How to use StephaneBah/whisper-tiny-rad-fr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="StephaneBah/whisper-tiny-rad-fr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("StephaneBah/whisper-tiny-rad-fr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("StephaneBah/whisper-tiny-rad-fr")This model is a fine-tuned version of openai/whisper-tiny on 107 collected audios based on medical radiological report corpora.
Whisper Tiny Fr - Radiology
More information needed
More information needed
The following hyperparameters were used during training:
Base model
openai/whisper-tiny