How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="JaepaX/whisper-tiny-fr")
# Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq

processor = AutoProcessor.from_pretrained("JaepaX/whisper-tiny-fr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("JaepaX/whisper-tiny-fr")
Quick Links

Whisper tiny fr - JaepaX

This model is a fine-tuned version of openai/whisper-tiny on the fr datasets.

WER Result

It achieves the following results on the evaluation sets

  • Mulit-Libri : "26.1",
  • common : "40.0"
  • voxpopuli : "29.4"
  • fleurs : "33.7"
Downloads last month
13
Safetensors
Model size
37.8M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train JaepaX/whisper-tiny-fr

Evaluation results