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