-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
Switch Transformers MLP Module Type Miss match #25347
Comments
Hi @drunkcoding, thanks for raising this issue! Indeed, it seems the |
The config file does not have a field that indicates we should select gated act. One field related is |
Hey! Since Younes is OOO I'll have a look! |
More configuration error, the encoder use |
Are you talking about the
|
I mean the values in |
System Info
transformers
version: 4.29.2Who can help?
@ArthurZucker @you
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
SwitchTransformersDenseGatedActDense
defined but not usedswitch-xxl-128 use
SwitchTransformersDenseGatedActDense
for every mlp but mlp initialization is forced to be typeSwitchTransformersDenseActDense
Expected behavior
loading state dict error with strict keys
The text was updated successfully, but these errors were encountered: