-
Notifications
You must be signed in to change notification settings - Fork 27.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assistant model not working for different sized openai models when using pipeline for ASR #30407
Comments
cc @kamilakesbi could you take a look here? Related: #29869 |
same problem! |
#30637 has been merged, I'm closing this issue. |
@kamilakesbi
I use whisper-tiny as assistant model, and whisper-base as main model. |
@kamilakesbi
|
Hi @MrRace, Thanks for this question! When using Whisper models with different encoder sizes (such as If you define the assistant model with If instead you define your assistant using Hope it will help you! |
System Info
transformers
version: 4.40.0Who can help?
@Narsil @sanchit
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
Following the lovely blog post about speculative decoding, I have seen that it's possible to use it in a pipeline for ASR using a model and its distil variant. I have also seen that it's possible to use original whisper models of different sizes, e.g. large-v2 and tiny. However, when I try to use original models of different sizes via a pipeline, I get an error that is not obtained from using the same models outside of a pipeline.
The text was updated successfully, but these errors were encountered: