Automatic Speech Recognition
Transformers
Safetensors
Swahili
wav2vec2-bert
w2v-bert-2.0
swahili
ctc
Instructions to use sulaimank/w2v-bert-2.0-swahili-400hr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sulaimank/w2v-bert-2.0-swahili-400hr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="sulaimank/w2v-bert-2.0-swahili-400hr")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("sulaimank/w2v-bert-2.0-swahili-400hr") model = AutoModelForCTC.from_pretrained("sulaimank/w2v-bert-2.0-swahili-400hr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
w2v-bert-2.0 Swahili (400h)
A facebook/w2v-bert-2.0 model fine-tuned for Swahili automatic speech recognition (CTC) on ~400 hours of Swahili speech.
Training data
Fine-tuned on a combined ~400h Swahili corpus from four public datasets:
- Common Voice (CV) โ crowd-sourced read speech
- FLEURS โ Google FLEURS read speech
- AMMI โ African Masters in Machine Intelligence Swahili speech
- ALFFA โ African Languages in the Field: speech Fundamentals and Automation
- Downloads last month
- -
Model tree for sulaimank/w2v-bert-2.0-swahili-400hr
Base model
facebook/w2v-bert-2.0