Trying to understand the role of Transcript in the forward of EncDecTransfModelBPE #9374
sankeerth43
started this conversation in
General
Replies: 1 comment 2 replies
-
Canary uses a different model class now, EncDecMultitaskModel. Either way, transcript isn't needed at inference time, you can pass None to the forward pass for this translation model |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to model this model for a transcription task like canary. What should the transcript and transcript_length be as they will not be available during inference. Should that just be a placeholder or any particular prompt format?
Beta Was this translation helpful? Give feedback.
All reactions