Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeMo ASR Training

This repository provides recipes to train (french) ASR models (either from scratch or by finetuning) using the NVIDIA NeMo toolkit.

Data

The data used in these recipes is processed using the ssak NeMo pipeline. This pipeline takes Kaldi datasets and converts and cleans them into a single train_manifest.jsonl. Once generated, this manifest can be used to create a tokenizer or bucketed datasets to accelerate training.

You can analyze the number of hours per dataset and per bucket in your training, development, and test manifests by using the visualization tool.

Monitoring

Training checkpoints can be monitored using eval.py, which provides insights into training progress.

Evaluation

You can use the ASR Benchmark repository to evaluate the model's performance against other models.

Recipes

Finetuning a French FastConformer

The recipe linto_stt_fr_fastconformer finetunes the FastConformer-Hybrid Large FR model (base config file) on more than 9,000 hours of French speech to enhance its performance.

The list of datasets used during finetuning is available here.

The resulting model is available on Hugging Face: linto_stt_fr_fastconformer.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages