-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
Missing weights in model checkpoint #33995
Comments
Hey @uililo , |
-can you tell the file location |
location of which file? |
Hello @uililo, Don't worry about it. This is a harmless warning. It's because of the migration of parameter names between different versions of the transformers library. Take care |
hey @uililo can i work on this issue? |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
System Info
When trying to load a pretrained wav2vec2 checkpoint, I got the following warning:
Theoretically it should be possible to extract embeddings from this pre-trained model without fine-tuning on downstream tasks, however it seems that some weights are missing. I'm not sure whether the problem is with the Wav2Vec2Model class or the checkpoint.
I got the same warning when I tried to load some other checkpoints of wav2vec2 models published by facebook.
Thanks
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
The pretrained model is successfully loaded into "model" without needing to initialize some of the weights
The text was updated successfully, but these errors were encountered: