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") - Notebooks
- Google Colab
- Kaggle
This is a model for Taiwanese speech recognition. This model is an exact duplicate of EricChang/Taiwanese-Whisper, with augmented merges.txt and generation_config.json, for better inference support.
- Downloads last month
- -