Views
No views yet
1cd examples/asr
2
3python3 speech_to_text_eval.py \
4dataset_manifest=../../manifests/SSC-eval1_manifest.json \
5model_path=... \
6output_filename=... \
7decoder_type=ctc \
8ctc_decoding.strategy=beam \
9ctc_decoding.beam.kenlm_path=... \
10ctc_decoding.beam.beam_alpha=... \
11ctc_decoding.beam.beam_beta=... \
12ctc_decoding.beam.beam_size=...beam_size=32, beam_alpha=0.9, beam_beta=2.| Architecture | Decoding | RSC-eval | SSC-eval1 | SSC-eval2 | CDEP-eval | CV-21 | Fleurs-RO | USPDATRO | RTFx |
|---|---|---|---|---|---|---|---|---|---|
| Parakeet Ro 110M TDT (ours) | Greedy | 2.16 | 9.08 | 10.85 | 4.20 | 3.57 | 10.61 | 24.08 | 126.15 |
| ALSD | 2.05 | 8.64 | 10.88 | 4.17 | 3.38 | 10.16 | 24.30 | 66.63 | |
| Parakeet Ro 110M CTC (ours) | Greedy | 2.57 | 10.10 | 12.65 | 4.80 | 4.20 | 11.85 | 27.80 | 130.55 |
| Beam Token N-gram | 1.73 | 8.12 | 10.75 | 3.92 | 3.29 | 8.85 | 23.40 | 109.46 |
@misc{pirlogeanu2025opensourcestateoftheartsolution,
title={Open Source State-Of-the-Art Solution for Romanian Speech Recognition},
author={Gabriel Pirlogeanu and Alexandru-Lucian Georgescu and Horia Cucu},
year={2025},
eprint={2511.03361},
archivePrefix={arXiv},
primaryClass={eess.AS},
url={https://arxiv.org/abs/2511.03361},
}@article{kuchaiev2019nemo,
title={NeMo: a toolkit for building AI applications using Neural Modules},
author={Kuchaiev, Oleksii and Ginsburg, Boris and others},
journal={arXiv preprint arXiv:1909.09577},
year={2019}
}
@inproceedings{heafield-2011-kenlm,
title = "{K}en{LM}: Faster and Smaller Language Model Queries",
author = "Heafield, Kenneth",
editor = "Callison-Burch, Chris and
Koehn, Philipp and
Monz, Christof and
Zaidan, Omar F.",
booktitle = "Proceedings of the Sixth Workshop on Statistical Machine Translation",
month = jul,
year = "2011",
address = "Edinburgh, Scotland",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/W11-2123/",
pages = "187--197"
}