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