Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Serbian
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use Stopwolf/whisper-small-sr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Stopwolf/whisper-small-sr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Stopwolf/whisper-small-sr")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Stopwolf/whisper-small-sr") model = AutoModelForSpeechSeq2Seq.from_pretrained("Stopwolf/whisper-small-sr") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0386a5d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:18034e6fb069b00d57f091943860ebcc19ce8dd2bb5e70f3b8c5f5c383252926
size 4155
|