Load Transformers class model weights in HuggingFace Bert #268
Unanswered
anjali-chadha
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
-
Hello folks!
I have a model which was originally trained using vit-pytorch's Transformer implementation.
I am interested in loading this model weights into equivalent BERT implementation in transformers library
How can we achieve this model conversion? Is there any conversion script to map the model weights from vit-pytorch implementation to transformers' implementation
Beta Was this translation helpful? Give feedback.
All reactions