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