Skip to content
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

LM on Parakeet models #9500

Open
jinmingteo opened this issue Jun 19, 2024 · 1 comment
Open

LM on Parakeet models #9500

jinmingteo opened this issue Jun 19, 2024 · 1 comment
Assignees

Comments

@jinmingteo
Copy link

jinmingteo commented Jun 19, 2024

Hi team,

I am trying to add LM into parakeet models and i think this is the script related to it.

eval_beamsearch_ngram_transducer.py

I have tried using it and encountered a couple of issues with EncDecRNNTBPEModel. For example, there are 3 outputs in forward function now.
Is there other scripts that i should be looking into?

Thanks

@titu1994
Copy link
Collaborator

For transducer, there were always 3 outputs in forward because it's just end encoder forward. During decoding we take those encoder outputs and pass them auto regressively to the decoder and joint.

For beam search support, @karpnv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants