google/fleurs
Viewer • Updated • 768k • 82.1k • 423
How to use Sagicc/whisper-small-sr-combined with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sagicc/whisper-small-sr-combined") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sagicc/whisper-small-sr-combined")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sagicc/whisper-small-sr-combined")This model is a fine-tuned version of openai/whisper-small 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.4708 | 0.48 | 500 | 0.2275 | 0.2704 | 0.1738 |
| 0.4678 | 0.95 | 1000 | 0.1979 | 0.24 | 0.1457 |
| 0.3271 | 1.43 | 1500 | 0.1934 | 0.2322 | 0.1353 |
Base model
openai/whisper-small