Automatic Speech Recognition
Transformers
Safetensors
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use dmusingu/luganda_wav2vec2_ctc_train_clean with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dmusingu/luganda_wav2vec2_ctc_train_clean with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="dmusingu/luganda_wav2vec2_ctc_train_clean")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("dmusingu/luganda_wav2vec2_ctc_train_clean") model = AutoModelForCTC.from_pretrained("dmusingu/luganda_wav2vec2_ctc_train_clean") - Notebooks
- Google Colab
- Kaggle
Can you do experiments on Wav2Vec2-BERT on Luganda ASR?
#1
by allandclive - opened
Sure ! I will have an update the next few days.