-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model creates duplicate transcriptions #12442
Comments
Hi, thanks for the issue, please check and let us know. import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/parakeet-tdt_ctc-110m")
transcriptions = asr_model.transcribe(['<file_path>'])
print(transcriptions[0].text) |
Hey but still the need to do |
why do you get |
this transcription[1] is same as transcription[0] |
With a single audio wav file, transcriptions consist of a tuple consisting of two transcriptions which are duplicate of each other.
PS: this issue is a copy of hugging face discussion: https://huggingface.co/nvidia/parakeet-tdt_ctc-110m/discussions/2
The text was updated successfully, but these errors were encountered: