This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
I got different result though " model, alphabet = torch.hub.load("facebookresearch/esm:main", "esm1b_t33_650M_UR50S") " and "model, alphabet = esm.pretrained.esm1b_t33_650M_UR50S()" #208
Unanswered
Ming-Qin-tech
asked this question in
Q&A
Replies: 1 comment
-
Those two methods give you the same model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when using the two different ways to load the model, I got a different result when trying to predict the mask token in the same sequence.
Beta Was this translation helpful? Give feedback.
All reactions