google/fleurs
Viewer • Updated • 768k • 76.8k • 421
How to use Sagicc/whisper-medium-sr-v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sagicc/whisper-medium-sr-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sagicc/whisper-medium-sr-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sagicc/whisper-medium-sr-v2")This model is a fine-tuned version of openai/whisper-medium. It achieves the following results on the evaluation set:
This is a fine tunned on merged datasets Common Voice 16 + Fleurs + Juzne vesti (South news) + LBM
Rupnik, Peter and Ljubešić, Nikola, 2022,
ASR training dataset for Serbian JuzneVesti-SR v1.0, Slovenian language resource repository CLARIN.SI, ISSN 2820-4042,
http://hdl.handle.net/11356/1679.
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|---|---|---|---|---|---|
| 0.3634 | 0.40 | 500 | 0.1619 | 0.1953 | 0.0921 |
| 0.3185 | 0.81 | 1000 | 0.1423 | 0.175 | 0.0800 |
| 0.2216 | 1.21 | 1500 | 0.137 | 0.1663 | 0.0738 |