google/fleurs
Viewer • Updated • 768k • 79.2k • 425
How to use Sagicc/whisper-large-v3-sr-cmb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sagicc/whisper-large-v3-sr-cmb", device_map="auto") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sagicc/whisper-large-v3-sr-cmb")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sagicc/whisper-large-v3-sr-cmb", device_map="auto")This model is a fine-tuned version of openai/whisper-large-v3 on the Common Voice 13, Google Fleurs and juzne vesti dataset. It achieves the following results on the evaluation set:
Dataset Juzne vesti is published by
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.2766 | 0.48 | 500 | 0.1350 | 0.1670 | 0.0595 |
| 0.2813 | 0.95 | 1000 | 0.1134 | 0.1426 | 0.0491 |
| 0.1858 | 1.43 | 1500 | 0.1111 | 0.1339 | 0.0415 |
Base model
openai/whisper-large-v3