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