google/fleurs
Viewer • Updated • 768k • 58.9k • 403
How to use CsanadT/whisper_small_sv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="CsanadT/whisper_small_sv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("CsanadT/whisper_small_sv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("CsanadT/whisper_small_sv")This model is a fine-tuned version of openai/whisper-small on the Common Voice 11.0 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:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.0184 | 8.78 | 2000 | 0.354285 | 23.0674 |
Base model
openai/whisper-small