NeMo
NeMo copied to clipboard
WIP: Add language modelling support for transducer models
What does this PR do ?
Add language modelling support for transducer models. It enables using N-gram LM with Transducer models. It also enables the neural rescoring feature for Transducer models.
Changelog
- Add specific line by line info of high level changes in this PR.
Usage
- You can potentially add a usage example below
# Add a code snippet demonstrating how to use this
PR Type:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation