esm icon indicating copy to clipboard operation
esm copied to clipboard

Results 88 esm issues
Sort by recently updated
recently updated
newest added

Hello, Is there any way to access the embedded space of a long protein (>2048 aa)? The API denied such requests. Thank you.

Hi, I am trying to use ESM to generate a protein backbone around an active site. I would like to know if it is possible to do the structure generation...

Hi, I'm currently working with your ESM3 model and create embeddings with pdb-files. The problem is: ESMProtein.from_pdb() ignores HETATOMs, which are in my case essential (E.g. modified AAs, DAAs etc)....

Dear ESM developers, Will the esmc-6b model be public available for non-profit researchers to use? Thanks I saw only the 600m and 300m available in the Huggingface.

Hi, Thanks to your amazing team for open-sourcing the ESM series. It's been a huge help to the research community! Could you please validate the correctness of the backbone coordinate...

I wrote a script to utilize the ESMc model as follows: ``` import torch import torch.nn as nn from esm.models.esmc import ESMC from esm.sdk.api import ESMProtein, LogitsConfig from typing import...

Hi team, First, thank you for your amazing work on ESM models! I'm trying to use the esmc_600m_2024_12_v0.pth model downloaded from Hugging Face, but encountered a missing dependency: the corresponding...

It seems torchtext is a dependency of esm. However, torchtext is no longer developed and there are no wheels built for aarch64 architectures. This creates an issue when trying to...