Skip to content

Commit 51e1c71

Browse files
authored
Merge pull request #63 from huggingface/add_parakeet-v2
Add parakeet v2
2 parents 59dd8be + 362e56b commit 51e1c71

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

nemo_asr/run_fast_conformer_rnnt.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
export PYTHONPATH="..":$PYTHONPATH
44

5-
#considering FC-L, FC-XL, FC-XXL, C-L and C-S RNNT models
6-
MODEL_IDs=("nvidia/parakeet-tdt-1.1b" "nvidia/parakeet-rnnt-1.1b" "nvidia/parakeet-rnnt-0.6b" "nvidia/stt_en_fastconformer_transducer_large" "nvidia/stt_en_conformer_transducer_large" "stt_en_conformer_transducer_small")
7-
BATCH_SIZE=64
5+
#considering latest model
6+
MODEL_IDs=("nvidia/parakeet-tdt-0.6b-v2")
7+
# For previous parakeet models: FC-L, FC-XL, FC-XXL, C-L and C-S RNNT models
8+
# ("nvidia/parakeet-tdt-1.1b" "nvidia/parakeet-rnnt-1.1b" "nvidia/parakeet-rnnt-0.6b" "nvidia/stt_en_fastconformer_transducer_large" "nvidia/stt_en_conformer_transducer_large" "stt_en_conformer_transducer_small")
9+
BATCH_SIZE=128
810
DEVICE_ID=0
911

1012
num_models=${#MODEL_IDs[@]}

requirements/requirements_nemo.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
git+https://github.com/NVIDIA/NeMo.git@208e0da28e2ada8da84d8f7ddff8623efe1ff01c#egg=nemo_toolkit[asr] # This commit hash is a recent version of main at the time of testing.
1+
git+https://github.com/NVIDIA/NeMo.git@r2.3.0#egg=nemo_toolkit[asr]
22
tqdm
33
soundfile
44
librosa
55
IPython # Workaround for https://github.com/NVIDIA/NeMo/pull/9890#discussion_r1701028427
6-
cuda-python>=12.4 # Used for fast TDT and RNN-T inference
6+
cuda-python>=12.4 # Used for fast TDT and RNN-T inference

0 commit comments

Comments
 (0)