google/fleurs
Viewer • Updated • 768k • 97.6k • 448
How to use Finnish-NLP/whisper-large-finnish-v3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Finnish-NLP/whisper-large-finnish-v3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Finnish-NLP/whisper-large-finnish-v3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Finnish-NLP/whisper-large-finnish-v3", device_map="auto")We improve from our previously finetuned Whisper V2 model in the following mannerhttps://huggingface.co/Finnish-NLP/whisper-large-v2-finnish
CV11 (Common Voice 11 test set) WER (Word error rate) 10.42 --> 8.23
Fleurs (A speech recognition test set by Google) WER (Word error rate) 10.20 --> 8.21
Model was trained on Nvidia RTX4080 for 32k steps with batch size 8, gradient accumulation 2
@14000 finetuning steps
CV11
Fleurs
@32000 finetuning steps
CV11
Fleurs