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