Instructions to use typhoon-ai/typhoon-isan-asr-whisper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use typhoon-ai/typhoon-isan-asr-whisper with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="typhoon-ai/typhoon-isan-asr-whisper")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("typhoon-ai/typhoon-isan-asr-whisper") model = AutoModelForSpeechSeq2Seq.from_pretrained("typhoon-ai/typhoon-isan-asr-whisper", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f5f03294cb05c24ecfade1dcb3d9450910603fbd98903d7171ee2244f32c9f56
- Size of remote file:
- 3.06 GB
- SHA256:
- 18e36dceb5f20935988bdaf52b8f86a77433b19c25aa2654214ce2e1ca81b807
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.