Closed Lyn-666 closed 3 years ago
Hello,
We have not changed the model weights since we released it. However, the HuggingFace team sometimes fix bugs in their models' code, which means the output of these models might differ in newer HuggingFace releases. The same goes for other libraries that we used for our examples.
Please test the model with the downstream task, and if you found it provides worse results than ProtBert-BFD, please open a new issue.
Hi
I'm trying to extract protein sequences' features using the ProtT5-XL-UniRef50 model. But, when I repeated 'ProtT5-XL-UniRef50.ipynb', the features are different from the features in the 'ProtT5-XL-UniRef50.ipynb'. Then, I repeated ' ProtT5-XL-UniRef50.ipynb' by Tensorflow and PyTorch separately, the two features are the same, are different from the features in the examples. Can you help me find the reasons? Thanks !