google/fleurs
Viewer • Updated • 768k • 59.3k • 406
How to use marinone94/whisper-medium-swedish with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="marinone94/whisper-medium-swedish") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("marinone94/whisper-medium-swedish")
model = AutoModelForSpeechSeq2Seq.from_pretrained("marinone94/whisper-medium-swedish")This model is a fine-tuned version of Whisper Medium Nordic on the mozilla-foundation/common_voice_11_0 (train+validation), the babelbox/babelbox_voice (NST SV - train split) and the google/fleurs (sv_se - train+validation+test) datasets. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
https://wandb.ai/pn-aa/whisper/runs/z2lzjx4x?workspace=user-emilio_marinone