Automatic Speech Recognition
Transformers
Safetensors
Korean
English
wav2vec2
ctc
korean
english
code-switching
Instructions to use raniczan/wav2vec2-xls-r-300m-korean-english with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raniczan/wav2vec2-xls-r-300m-korean-english with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="raniczan/wav2vec2-xls-r-300m-korean-english")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("raniczan/wav2vec2-xls-r-300m-korean-english") model = AutoModelForCTC.from_pretrained("raniczan/wav2vec2-xls-r-300m-korean-english", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K