Automatic Speech Recognition
NeMo
PyTorch
Bambara
speech
audio
Transducer
TDT
FastConformer
Conformer
Bambara
NeMo
Eval Results (legacy)
Instructions to use RobotsMali/soloni-114m-tdt-ctc-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use RobotsMali/soloni-114m-tdt-ctc-v2 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("RobotsMali/soloni-114m-tdt-ctc-v2") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Normalize model card formatting
Browse files
README.md
CHANGED
|
@@ -76,10 +76,10 @@ img {
|
|
| 76 |
`soloni-114m-tdt-ctc-v2` is a fine tuned version of [`RobotsMali/soloni-114m-tdt-ctc-v0`](https://huggingface.co/RobotsMali/soloni-114m-tdt-ctc-v0). Unlike its base model, this model cannot write Punctuations and Capitalizations since these were absent from its training. The model was fine-tuned using **NVIDIA NeMo** and supports **both TDT (Token-and-Duration Transducer) and CTC (Connectionist Temporal Classification) decoding**.
|
| 77 |
|
| 78 |
## **🚨 Important Note**
|
| 79 |
-
This model, along with its associated resources, is part of an **ongoing research effort**, improvements and refinements are expected in future versions. Users should be aware that:
|
| 80 |
|
| 81 |
-
- **The model may not generalize very well across all speaking conditions and dialects.**
|
| 82 |
-
- **Community feedback is welcome, and contributions are encouraged to refine the model further.**
|
| 83 |
|
| 84 |
## NVIDIA NeMo: Training
|
| 85 |
|
|
@@ -87,7 +87,7 @@ To fine-tune or play with the model you will need to install [NVIDIA NeMo](https
|
|
| 87 |
|
| 88 |
```bash
|
| 89 |
pip install nemo-toolkit['asr']
|
| 90 |
-
```
|
| 91 |
|
| 92 |
## How to Use This Model
|
| 93 |
|
|
@@ -162,7 +162,7 @@ The NeMo toolkit was used for finetuning this model for **210,000 steps** over `
|
|
| 162 |
The tokenizer for this model was trained on the text transcripts of the train set of RobotsMali/kunkado using this [script](https://github.com/NVIDIA/NeMo/blob/main/scripts/tokenizers/process_asr_text_tokenizer.py).
|
| 163 |
|
| 164 |
## Dataset
|
| 165 |
-
This model was fine-tuned on a 100 hours pre-completion subset of the [African Next Voices](https://huggingface.co/datasets/RobotsMali/afvoices) dataset. You can reconstitute that subset with these [manifest files](https://github.com/RobotsMali-AI/bambara-asr/afvoices/pre-manifests).
|
| 166 |
|
| 167 |
## Performance
|
| 168 |
|
|
|
|
| 76 |
`soloni-114m-tdt-ctc-v2` is a fine tuned version of [`RobotsMali/soloni-114m-tdt-ctc-v0`](https://huggingface.co/RobotsMali/soloni-114m-tdt-ctc-v0). Unlike its base model, this model cannot write Punctuations and Capitalizations since these were absent from its training. The model was fine-tuned using **NVIDIA NeMo** and supports **both TDT (Token-and-Duration Transducer) and CTC (Connectionist Temporal Classification) decoding**.
|
| 77 |
|
| 78 |
## **🚨 Important Note**
|
| 79 |
+
This model, along with its associated resources, is part of an **ongoing research effort**, improvements and refinements are expected in future versions. Users should be aware that:
|
| 80 |
|
| 81 |
+
- **The model may not generalize very well across all speaking conditions and dialects.**
|
| 82 |
+
- **Community feedback is welcome, and contributions are encouraged to refine the model further.**
|
| 83 |
|
| 84 |
## NVIDIA NeMo: Training
|
| 85 |
|
|
|
|
| 87 |
|
| 88 |
```bash
|
| 89 |
pip install nemo-toolkit['asr']
|
| 90 |
+
```
|
| 91 |
|
| 92 |
## How to Use This Model
|
| 93 |
|
|
|
|
| 162 |
The tokenizer for this model was trained on the text transcripts of the train set of RobotsMali/kunkado using this [script](https://github.com/NVIDIA/NeMo/blob/main/scripts/tokenizers/process_asr_text_tokenizer.py).
|
| 163 |
|
| 164 |
## Dataset
|
| 165 |
+
This model was fine-tuned on a 100 hours pre-completion subset of the [African Next Voices](https://huggingface.co/datasets/RobotsMali/afvoices) dataset. You can reconstitute that subset with these [manifest files](https://github.com/RobotsMali-AI/bambara-asr/afvoices/pre-manifests).
|
| 166 |
|
| 167 |
## Performance
|
| 168 |
|