Automatic Speech Recognition
NeMo
Danish
parakeet
vmendv commited on
Commit
5b40d9c
·
1 Parent(s): f64b319

Fixed locale

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,11 +14,11 @@ metrics:
14
  ---
15
 
16
  # NVIDIA Parakeet-RNNT 110M (Danish)
17
- `parakeet-rnnt-110m-da-da`
18
 
19
  ## Description:
20
 
21
- `parakeet-rnnt-110m-da-da` is a 110-million-parameter automatic speech recognition (ASR) model trained to transcribe Danish speech.
22
 
23
  This model uses the FastConformer architecture trained with RNN-T (RNN-Transducer) loss.
24
 
@@ -40,7 +40,7 @@ Global
40
  Performing speech-to-text transcription in Danish language
41
 
42
  ### Release Date:
43
- Huggingface 10/15/25 via https://huggingface.co/nvidia/parakeet-rnnt-110m-da-da/tree/main
44
 
45
  ## References:
46
 
@@ -179,7 +179,7 @@ Alternatively, you can use a Docker container. The code below was verified to wo
179
 
180
  ```python
181
  import nemo.collections.asr as nemo_asr
182
- asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="nvidia/parakeet-rnnt-110m-da-da")
183
  ```
184
 
185
  ### Transcribing using Python
 
14
  ---
15
 
16
  # NVIDIA Parakeet-RNNT 110M (Danish)
17
+ `parakeet-rnnt-110m-da-dk`
18
 
19
  ## Description:
20
 
21
+ `parakeet-rnnt-110m-da-dk` is a 110-million-parameter automatic speech recognition (ASR) model trained to transcribe Danish speech.
22
 
23
  This model uses the FastConformer architecture trained with RNN-T (RNN-Transducer) loss.
24
 
 
40
  Performing speech-to-text transcription in Danish language
41
 
42
  ### Release Date:
43
+ Huggingface 10/15/25 via https://huggingface.co/nvidia/parakeet-rnnt-110m-da-dk/tree/main
44
 
45
  ## References:
46
 
 
179
 
180
  ```python
181
  import nemo.collections.asr as nemo_asr
182
+ asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="nvidia/parakeet-rnnt-110m-da-dk")
183
  ```
184
 
185
  ### Transcribing using Python