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