Instructions to use yoon1000/ft_0131_kor_eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yoon1000/ft_0131_kor_eng with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="yoon1000/ft_0131_kor_eng")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("yoon1000/ft_0131_kor_eng") model = AutoModelForCTC.from_pretrained("yoon1000/ft_0131_kor_eng") - Notebooks
- Google Colab
- Kaggle
Ctrl+K