Instructions to use dmusingu/XLS-R-LUGANDA-ASR-CV14-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dmusingu/XLS-R-LUGANDA-ASR-CV14-1B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="dmusingu/XLS-R-LUGANDA-ASR-CV14-1B")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("dmusingu/XLS-R-LUGANDA-ASR-CV14-1B") model = AutoModelForCTC.from_pretrained("dmusingu/XLS-R-LUGANDA-ASR-CV14-1B") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4592d33 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f1ec5429720e06f5fe76dab276ba49982a79ba4f64ce4eacc3b808b179166e10
size 4984
|