Swahili ASR
Collection
Swahili ASR models and datasets. • 16 items • Updated
How to use bookbot/wav2vec2-xls-r-300m-swahili-cv-fleurs-alffa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="bookbot/wav2vec2-xls-r-300m-swahili-cv-fleurs-alffa") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("bookbot/wav2vec2-xls-r-300m-swahili-cv-fleurs-alffa")
model = AutoModelForCTC.from_pretrained("bookbot/wav2vec2-xls-r-300m-swahili-cv-fleurs-alffa", device_map="auto")This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|---|---|---|---|---|---|
| 0.5593 | 1.0 | 2007 | 0.3037 | 0.0790 | 0.0647 |
| 0.3965 | 2.0 | 4014 | 0.2326 | 0.0634 | 0.0531 |
| 0.2894 | 3.0 | 6021 | 0.2092 | 0.0568 | 0.0478 |
Base model
facebook/wav2vec2-xls-r-300m