Embeddings
#4
by
deeplab-mourdou
- opened
I am interested in using only the encoder part of ESM3 to generate embeddings for amino-acids sequences. Has anyone managed to do this?
Hi Nikos,
Did you manage to do that?
Forward pass through ESM3 returns ESMOutput object which contains embeddings
attribute with the amino acid embeddings. You can call the forward pass for your input sequence as it is shown in this examples.