Model reference · open weights

parakeet-tdt_ctc-ja

Available as managed deployment Audio nvidia Speech→text 1 variants 5k dl/mo

parakeet-tdt_ctc-ja 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 byNVIDIA
TypeAudio & music
TaskSpeech→text
Runs withnemo
Released2024-05-13
Popularity5k downloads / month
LicenceOpen weights

About

What parakeet-tdt_ctc-ja is

img { display: inline; }

| |

parakeet-tdt_ctc-0.6b-ja is an ASR model that transcribes Japanese speech with Punctuations. This model is developed by NVIDIA NeMo team. It is an XL version of Hybrid FastConformer [1] TDT-CTC [2] (around 0.6B parameters) model. See the model architecture section and NeMo documentation for complete architecture details.

Read the full model card

NVIDIA NeMo: Training

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['asr']

How to Use this Model

The model is available for use in the NeMo Framework [3], and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.

Automatically instantiate the model

import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="nvidia/parakeet-tdt_ctc-0.6b-ja")

Transcribing using Python

Simply do:

output = asr_model.transcribe(['speech.wav'])
print(output[0].text)

Transcribing many audio files

By default model uses TDT to transcribe the audio files, to switch decoder to use CTC, use decoding_type='ctc'

python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
 pretrained_name="nvidia/parakeet-tdt_ctc-0.6b-ja"
 audio_dir=""

Input

This model accepts 16000 Hz mono-channel audio (wav files) as input.

Output

This model provides transcribed speech as a string for a given audio sample.

Model Architecture

This model uses a Hybrid FastConformer-TDT-CTC architecture.

FastConformer [1] is an optimized version of the Conformer model with 8x depthwise-separable convolutional downsampling. You may find more information on the details of FastConformer here: Fast-Conformer Model.

TDT (Token-and-Duration Transducer) [2] is a generalization of conventional Transducers by decoupling token and duration predictions. Unlike conventional Transducers which produces a lot of blanks during inference, a TDT model can skip majority of blank predictions by using the duration output (up to 4 frames for this parakeet-tdt_ctc-0.6b-ja model), thus brings significant inference speed-up. The detail of TDT can be found here: Efficient Sequence Transduction by Jointly Predicting Tokens and Durations.

Training

The NeMo Framework [3] was used for training this model with this example script and this base config.

The model was trained for 300k steps with dynamic bucketing and a batch duration of 600s per GPU on 32 NVIDIA A100 80GB GPUs, and then finetuned for 100k additional steps on the modified training data (predicted texts for training samples with CER>10%).

SentencePiece [4] tokenizer with 3072 tokens for this model was built using the text transcripts of the train set with this script.

Datasets

The model was trained on ReazonSpeech v2.0 [5] speech corpus containing more than 35k hours of natural Japanese speech.

Performance

The following table summarizes the performance of this model in terms of Character Error Rate (CER%).

In CER calculation, punctuation marks and non-alphabet characters are removed, and numbers are transformed to words using num2words library [6].

VersionDecoderJSUT basic5000MCV 8.0 testMCV 16.1 devMCV16.1 testTEDxJP-10k
1.23.0TDT6.47.110.113.29.0
1.23.0CTC6.57.210.213.39.1

These are greedy CER numbers without external LM.

NVIDIA Riva: Deployment

NVIDIA Riva, is an accelerated speech AI SDK deployable on-prem, in all clouds, multi-cloud, hybrid, on edge, and embedded. Additionally, Riva provides:

  • World-class out-of-the-box accuracy for the most common languages with model checkpoints trained on proprietary data with hundreds of thousands of GPU-compute hours
  • Best in class accuracy with run-time word boosting (e.g., brand and product names) and customization of acoustic model, language model, and inverse text normalization
  • Streaming speech recognition, Kubernetes compatible scaling, and enterprise-grade support

Although this model isn’t supported yet by Riva, the list of supported models is here. Check out Riva live demo.

References

[1] Fast Conformer with Linearly Scalable Attention for Efficient Speech Recognition

[2] Efficient Sequence Transduction by Jointly Predicting Tokens and Durations

[3] NVIDIA NeMo Framework

[4] Google SentencePiece Tokenizer

[5] ReazonSpeech v2.0

[6] num2words library - Convert numbers to words in multiple languages

Licence

License to use this model is covered by the CC-BY-4.0. By downloading the public and release version of the model, you accept the terms and conditions of the [CC-BY-4.0](https://creativecommo

From the published model card. Full card on the HuggingFace links in the sidebar.

How it works

How audio & music work

Audio or textinputAudio modelrecognise / synthesiseText or audiooutputSpeech-to-text turns audio into text; text-to-speech and music models turn text into audio.

Benchmarks

Reported results

As published on the model card — the maker's own numbers, not measured by AxForge.

TaskDatasetMetricScore
Automatic Speech RecognitionJSUT basic5000Test CER6.400
Automatic Speech RecognitionMozilla Common Voice 8.0Test CER7.100
Automatic Speech RecognitionMozilla Common Voice 16.1Dev CER10.100
Automatic Speech RecognitionMozilla Common Voice 16.1Test CER13.200
Automatic Speech RecognitionTEDxJP-10kTest CER9

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys parakeet-tdt-ctc-ja for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (parakeet-tdt-ctc-ja 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-tdt-ctc-ja" -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.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms