google/fleurs
Viewer • Updated • 768k • 59.7k • 406
How to use istomin9192/whisper-small-sr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="istomin9192/whisper-small-sr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("istomin9192/whisper-small-sr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("istomin9192/whisper-small-sr")Fine-tuned OpenAI Whisper Small.
Output script: this model is intended to produce Serbian Latin only.
This model was fine-tuned on a mixture of publicly available Serbian speech corpora, including:
| Epoch | Train loss | CV WER |
|---|---|---|
| 1 | 0.333 | 0.1614 |
| 2 | 0.344 | 0.1278 |
| 3 | 0.251 | 0.1112 |
| 4 | 0.202 | 0.1032 |
| 5 | 0.167 | 0.0934 |
| 6 | 0.138 | 0.0790 |
| 7 | 0.118 | 0.0740 |
| 8 | 0.103 | 0.0709 |
| 9 | 0.096 | 0.0659 |
Base model
openai/whisper-small