1# CPU, streaming, via parakeet.cpp — use lang tag sl-SI, 16 kHz mono
2parakeet-cli --model asr_sl_v3.gguf --lang sl-SI audio.wav
1# GPU via NeMo
2from nemo.collections.asr.models import ASRModel
3m = ASRModel.restore_from("nemotron_sl.nemo")
4m.transcribe(["audio.wav"]) # 16 kHz mono; manifest lang/target_lang = "sl-SI"
Credit CLARIN.SI (ARTUR: hdl.handle.net/11356/1776 audio, /11356/1772 transcriptions), NVIDIA, and
Mozilla Common Voice.
1@misc{fius2026asr,
2 title = {Nemotron-3.5 Slovenian Streaming ASR},
3 author = {Fius, Tadej},
4 year = {2026},
5 publisher = {MediaAtlas Ltd},
6 howpublished = {Hugging Face},
7 url = {https://huggingface.co/texdata/nemotron-3.5-asr-streaming-slovenian}
8}
1@misc{nemotron_asr, title={Nemotron-3.5 ASR Streaming 0.6B (FastConformer-CacheAware RNNT)}, author={{NVIDIA}}, url={https://huggingface.co/nvidia/nemotron-3.5-asr-streaming-0.6b}}
2@article{kuchaiev2019nemo, title={NeMo: a toolkit for building AI applications using Neural Modules}, author={Kuchaiev, O. and others}, journal={arXiv:1909.09577}, year={2019}}
3@misc{artur, title={ARTUR: Speech Database of Slovene}, author={{CLARIN.SI}}, note={audio hdl:11356/1776, transcriptions hdl:11356/1772}, url={http://hdl.handle.net/11356/1776}}
Base under OpenMDW-1.1 (retain NOTICE). Data: ARTUR (CLARIN.SI); credit NVIDIA + CLARIN.SI.