google/fleurs
Viewer • Updated • 768k • 57.7k • 405
How to use marinone94/whisper-tiny-sv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="marinone94/whisper-tiny-sv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("marinone94/whisper-tiny-sv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("marinone94/whisper-tiny-sv")This model is a fine-tuned version of openai/whisper-tiny on the mozilla-foundation/common_voice_11_0 sv-SE mozilla-foundation/common_voice_11_0 da mozilla-foundation/common_voice_11_0 nn-NO babelbox/babelbox_voice nst NbAiLab/NST no-distant NbAiLab/NPSC 16K_mp3_nynorsk google/fleurs sv_se google/fleurs da_dk google/fleurs nb_no dataset. 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: