Word boosting
#3
by
stefanr123 - opened
Can this model easily be set up to boost certain words?
I noted https://github.com/NVIDIA/NeMo/blob/dcd27ffbaa2ba60e93b8e682e8b033e2382c07c1/docs/source/asr/asr_customization/word_boosting.rst#L4 but a) it's not clear if this applies here and b) it doesn't seem particularly trivial to set up. (As in it's not a simple param you can pass to the invocation of the model).
The word boosting above applies only to CTC decoder models, which this model does not (uses TDT decoder).
Since newer NeMo releases, word boosting is available for TDT models: https://github.com/NVIDIA-NeMo/NeMo/pull/14277
This feature has been introduced in the 2.5.0 release: https://github.com/NVIDIA-NeMo/NeMo/releases/tag/v2.5.0