flashlight / text

Text utilities, including beam search decoding, tokenizing, and more, built for use in Flashlight.
MIT License
62 stars 13 forks source link

Does the beam search decoder support RNN-T? #79

Open wp558 opened 5 months ago

wp558 commented 5 months ago

Question

I notice that CTC and ASG criterion are supported in the LexiconDecoderOptions, does it support RNN-T? how can I perform decoding for RNN-T models using flashlight? Thank you for your help.

julianmack commented 3 months ago

+1 to this