Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Macedonian
whisper
ASR
Whisper
Instructions to use goran/whisper-small.mk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use goran/whisper-small.mk with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="goran/whisper-small.mk")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("goran/whisper-small.mk") model = AutoModelForSpeechSeq2Seq.from_pretrained("goran/whisper-small.mk", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6bc80f6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5a4e90a9deaff332cbf2004f23fc565d16250a3a8f82103b6e8e4756e3b2b75b
size 3707
|