Instructions to use ying-tina/charsiu_torgo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ying-tina/charsiu_torgo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ying-tina/charsiu_torgo")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("ying-tina/charsiu_torgo") model = AutoModelForCTC.from_pretrained("ying-tina/charsiu_torgo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 9