We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for the great model.
Like ESM2 (https://huggingface.co/facebook/esm2_t6_8M_UR50D), I want to input the protein sequence and turn it into a token and then obtain a tensor (batch size, tokens, channel).
Does the module used like ESM2 have not been released yet? If there is a way, I would appreciate it if you could show me an example.
The text was updated successfully, but these errors were encountered:
See #2 , I don't know if you can get embeddings in batches but it works for processing one sequence at a time.
Sorry, something went wrong.
You might be able to use the raw forward function to accomplish this: https://github.com/evolutionaryscale/esm/blob/main/examples/seqfun_struct.py
forward
No branches or pull requests
Thank you for the great model.
Like ESM2 (https://huggingface.co/facebook/esm2_t6_8M_UR50D),
I want to input the protein sequence and turn it into a token and then obtain a tensor (batch size, tokens, channel).
Does the module used like ESM2 have not been released yet?
If there is a way, I would appreciate it if you could show me an example.
The text was updated successfully, but these errors were encountered: