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