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