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