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