Skip to content

Conversation

SimBe195
Copy link
Collaborator

@SimBe195 SimBe195 commented Oct 2, 2025

Add a new label scorer class StatefulTransducerOnnxLabelScorer. This is similar to the StatefulOnnxLabelScorer but hidden-state and encoder features are decoupled. Here, the state initializer and state updater only take tokens and no encoder features. Instead, the scorer receives the encoder state at the current time step and the hidden state and is supposed to combine the two.

This can be used for transducer models with unlimited context.

Depends on #144.

@SimBe195 SimBe195 marked this pull request as ready for review October 2, 2025 17:56
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

Successfully merging this pull request may close these issues.

1 participant