Is it possible to incorporate a WhisperForConditionalGeneration model? #120
Unanswered
amritkromana
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a WhisperForConditionalGeneration model that I have fine tuned for domain-specific speech recognition. This model includes a language modeling head: "proj_out." When loading the model with whisper-timestamped, it throws an error regarding "proj_out." Is there a way to accept this language modeling head rather than drop it?
Beta Was this translation helpful? Give feedback.
All reactions