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-ESM2-650M',
device_map="auto",
)
- Downloads last month
- 6
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.