google/fleurs
Viewer • Updated • 768k • 78.5k • 421
How to use Sagicc/whisper-medium-sr-cmb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sagicc/whisper-medium-sr-cmb") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sagicc/whisper-medium-sr-cmb")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sagicc/whisper-medium-sr-cmb")Use an updated fine tunned version Sagicc/whisper-medium-sr-v2 with new 10+ hours of dataset.
This model is a fine-tuned version of openai/whisper-medium on the Common Voice 13 dataset. It achieves the following results on the evaluation set:
This is a fine tunned on merged datasets Common Voice 13 + Fleurs + Juzne vesti (South news)
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.342 | 0.48 | 500 | 0.1604 | 0.1863 | 0.0862 |
| 0.3454 | 0.95 | 1000 | 0.1388 | 0.1589 | 0.0667 |
| 0.2247 | 1.43 | 1500 | 0.1374 | 0.1589 | 0.0658 |
Base model
openai/whisper-medium