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