Model reference · open weights
parakeet-rnnt-da-dk is an open-weight audio or speech model from nvidia. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | NVIDIA |
|---|---|
| Type | Audio & music |
| Task | Speech→text |
| Runs with | nemo |
| Released | 2025-05-28 |
| Popularity | 543 downloads / month |
| Licence | Commercial licence needed |
About
parakeet-rnnt-110m-da-dk
parakeet-rnnt-110m-da-dk is a 110-million-parameter automatic speech recognition (ASR) model trained to transcribe Danish speech.
This model uses the FastConformer architecture trained with RNN-T (RNN-Transducer) loss.
For more information, refer to the NeMo documentation.
This model is ready for commercial/non-commercial use.
GOVERNING TERMS: Use of this model is governed by the NVIDIA Open Model License Agreement (found at https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/).
Global
Performing speech-to-text transcription in Danish language
Huggingface 10/15/25 via https://huggingface.co/nvidia/parakeet-rnnt-110m-da-dk/tree/main
[1] Fast Conformer with Linearly Scalable Attention for Efficient Speech Recognition
Architecture Type: Transducer model Network Architecture: FastConformer encoder and LSTM prediction network
Input Type(s): Audio Input Format(s): 16000 Hz mono-channel Input Parameters: 1D
Output Type(s): Text Output Format: string Output Parameters: 1D Other Properties Related to Output: Not applicable
This model provides transcribed speech as a string for a given audio with Danish speech.
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
Supported Hardware Microarchitecture Compatibility:
Preferred Operating System(s):
Linux
1.0
The total size: ~10000 hours Total number of datasets: 3
Link: CoRal (read aloud part)
- Data Collection Method by Dataset: Human
- Labeling Method by Dataset: Human
- Properties: read aloud Danish speech
Link: Mozilla Common Voice v17
- Data Collection Method by Dataset: Human
- Labeling Method by Dataset: Automated
- Properties: sentences recorded by different people
Link: Granary Danish a cleaned version of Danish part of MOSEL
- Data Collection Method by Dataset: Human
- Labeling Method by Dataset: Automated
- Properties: EU Parlament sessions
Link: CoRal (read aloud part)
- Data Collection Method by Dataset: Human
- Labeling Method by Dataset: Human
- Properties: read aloud Danish speech
Link: Mozilla Common Voice v17
- Data Collection Method by Dataset: Human
- Labeling Method by Dataset: Automated
- Properties: sentences recorded by different people
Link: FLEURS
- Data Collection Method by Dataset: Human
- Labeling Method by Dataset: Human
- Properties: sentences recorded by different people
The table below summarizes the WER (%) of this model using RNN-T decoder with greedy decoding:
| Dataset | WER (%) |
|---|---|
| CoRal Test | 10.7 |
| MCV v17 | 8.8 |
| Google FLEURS | 10.6 |
These WER scores were obtained using greedy decoding without an external language model.
NVIDIA Riva, is an accelerated speech AI SDK deployable on-prem, in all clouds, multi-cloud, hybrid, on edge, and embedded. Additionally, Riva provides:
Although this model isn’t supported yet by Riva, the list of supported models is here. Check out Riva live demo.
Acceleration Engine: Not Applicable Test Hardware: NVIDIA RTX 6000
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
Please report security vulnerabilities or NVIDIA AI Concerns here.
To train, fine-tune or play with the model you will need to install NVIDIA NeMo. We recommend you install it after you've installed latest PyTorch version.
pip install nemo_toolkit['all']
Alternatively, you can use a Docker container. The code below was verified to work with [NeMo Frame
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys parakeet-rnnt-da-dk for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (parakeet-rnnt-da-dk below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="parakeet-rnnt-da-dk" -F file=@audio.mp3
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.