Skip to content

Commit

Permalink
add parakeet-tdt_ctc-110m model (NVIDIA#10461)
Browse files Browse the repository at this point in the history
* add parakeet-tdt_ctc-110m model

Signed-off-by: Nithin Rao Koluguri <nithinraok>

* Apply isort and black reformatting

Signed-off-by: nithinraok <[email protected]>

---------

Signed-off-by: Nithin Rao Koluguri <nithinraok>
Signed-off-by: nithinraok <[email protected]>
Co-authored-by: Nithin Rao Koluguri <nithinraok>
Co-authored-by: nithinraok <[email protected]>
  • Loading branch information
nithinraok and nithinraok committed Sep 11, 2024
1 parent 0df6610 commit fd8c6a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nemo/collections/asr/models/hybrid_rnnt_ctc_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,4 +667,10 @@ def list_available_models(cls) -> Optional[PretrainedModelInfo]:
List of available pre-trained models.
"""
results = []
model = PretrainedModelInfo(
pretrained_model_name="parakeet-tdt_ctc-110m",
description="For details on this model, please refer to https://ngc.nvidia.com/catalog/models/nvidia:nemo:parakeet-tdt_ctc-110m",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/parakeet-tdt_ctc-110m/versions/v1/files/parakeet-tdt_ctc-110m.nemo",
)
results.append(model)
return results

0 comments on commit fd8c6a4

Please sign in to comment.