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
Rename stt-bm-quartznet15x5-V0.nemo to stt-bm-quartznet15x5-v0.nemo
Browse files
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
stt-bm-quartznet15x5.nemo filter=lfs diff=lfs merge=lfs -text
|
| 37 |
stt-bm-quartznet15x5-V0.nemo filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
stt-bm-quartznet15x5.nemo filter=lfs diff=lfs merge=lfs -text
|
| 37 |
stt-bm-quartznet15x5-V0.nemo filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
stt-bm-quartznet15x5-v0.nemo filter=lfs diff=lfs merge=lfs -text
|
stt-bm-quartznet15x5-V0.nemo → stt-bm-quartznet15x5-v0.nemo
RENAMED
|
File without changes
|