Automatic Speech Recognition
NeMo
PyTorch
Bambara
speech
audio
CTC
QuartzNet
Bambara
NeMo
Eval Results (legacy)
Instructions to use RobotsMali/stt-bm-quartznet15x5-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use RobotsMali/stt-bm-quartznet15x5-v0 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("RobotsMali/stt-bm-quartznet15x5-v0") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files(bam-asr-all) en ( bam-asr-early)
README.md
CHANGED
|
@@ -108,7 +108,7 @@ This model was fine-tuned on the [bam-asr-early](https://huggingface.co/datasets
|
|
| 108 |
|
| 109 |
The performance of Automatic Speech Recognition models is measured using **Word Error Rate (WER%)**.
|
| 110 |
|
| 111 |
-
|**Version**|**Tokenizer**|**Vocabulary Size**|**bam-asr-
|
| 112 |
|---------|-----------------------|-----------------|---------|
|
| 113 |
| V2 | Character-wise | 45 | 46.5 |
|
| 114 |
|
|
|
|
| 108 |
|
| 109 |
The performance of Automatic Speech Recognition models is measured using **Word Error Rate (WER%)**.
|
| 110 |
|
| 111 |
+
|**Version**|**Tokenizer**|**Vocabulary Size**|**bam-asr-early (test set)**|
|
| 112 |
|---------|-----------------------|-----------------|---------|
|
| 113 |
| V2 | Character-wise | 45 | 46.5 |
|
| 114 |
|