Instructions to use marccgrau/whisper-small-allSNR-v7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marccgrau/whisper-small-allSNR-v7 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="marccgrau/whisper-small-allSNR-v7")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("marccgrau/whisper-small-allSNR-v7") model = AutoModelForSpeechSeq2Seq.from_pretrained("marccgrau/whisper-small-allSNR-v7") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
16f7766 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:468f2ad0d904b2ce62f6b69230a4a7bb416889d46f877476ab973e83e1e4578f
size 967102601
|