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