MULAN is a MULtimodal encoder PLM for both sequence and ANgle-based structure processing. MULAN uses the pre-trained base PLM and has the Structure Adapter – a module we introduce to incorporate the ...
git clone https://github.com/measure-infinity/mulan-code cd mulan-code conda create -n mulan python=3.10 -y conda activate mulan pip install -r ./requirements.txt pip ...