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