MULAN-small / README.md
DFrolova's picture
Update README.md
86c4c3d verified
metadata
license: mit

This is a model card for MULAN-small protein language model introduced in the paper MULAN: Multimodal Protein Language Model for Sequence and Structure Encoding. It has 9M parameters.

It can be loaded using the MULAN repository:

from mulan.model import StructEsmForMaskedLM

model = StructEsmForMaskedLM.from_pretrained(
    'DFrolova/MULAN-small',
    device_map="auto",
)