Skip to content
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

Add support for ESM-2 and ESMFold #218

Open
fedorn opened this issue Nov 11, 2022 · 3 comments
Open

Add support for ESM-2 and ESMFold #218

fedorn opened this issue Nov 11, 2022 · 3 comments

Comments

@fedorn
Copy link

fedorn commented Nov 11, 2022

No description provided.

@yxnyu
Copy link

yxnyu commented Dec 9, 2022

I wonder how to use the bio_embeddings.embed.ESM1bEmbedder() if I just want to get the trained animo acid vectors?

@yxnyu
Copy link

yxnyu commented Dec 9, 2022

I tired several times install it but when I am usting

from bio_embeddings.embed import ESM1bEmbedder

embedder = ESM1bEmbedder()

embedding = embedder.embed("SEQVENCE")

it will show unexpected EOF, expected 4802126 more bytes. The file might be corrupted.

@9las
Copy link

9las commented Jun 6, 2023

You need to delete the file ~/.cache/bio_embeddings/esm1b/model_file and try again. You have to be patient, it takes a long time to run. If you cancel the job you will get the error the next time you try to run it, since the model_file has only been created partially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants