Instructions to use afaaaak/whisper-tiny-ps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use afaaaak/whisper-tiny-ps with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="afaaaak/whisper-tiny-ps")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("afaaaak/whisper-tiny-ps") model = AutoModelForSpeechSeq2Seq.from_pretrained("afaaaak/whisper-tiny-ps", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5a3d2fa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c7a69c27e482f0c49ba6bb550a00115ab5bae0f71cf0fe01dd22bfa25c19ff93
size 5905
|