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
README.md
CHANGED
|
@@ -59,7 +59,7 @@ metrics:
|
|
| 59 |
pipeline_tag: automatic-speech-recognition
|
| 60 |
---
|
| 61 |
|
| 62 |
-
# QuartzNet 15x5 CTC
|
| 63 |
|
| 64 |
<style>
|
| 65 |
img {
|
|
|
|
| 59 |
pipeline_tag: automatic-speech-recognition
|
| 60 |
---
|
| 61 |
|
| 62 |
+
# QuartzNet 15x5 CTC Series
|
| 63 |
|
| 64 |
<style>
|
| 65 |
img {
|