Git Product home page Git Product logo

esm-aa's Introduction

ESM-AA Model Official Repository

Welcome to the official repository for the ESM-AA (ESM-All Atom) model (paper link). This repository contains the source code and usage instructions for the ESM-AA model, developed based on the official ESM codes by FAIR. You can find the original ESM repository here.

Environment Setup

To set up the necessary environment for using the ESM-AA model, follow these steps:

  1. Clone the repository:

    git clone https://github.com/zhengkangjie/ESM-AA.git
    cd ESM-AA
  2. Create and activate the conda environment:

    conda env create -f environment.yml
    conda activate esmfold
  3. Install the package:

    python setup.py install

Model Checkpoints

We have made available checkpoints for the ESM-AA model. There is one version available now and we will release more checkpoints of ESM-AA with larger scale soon:

  • ESM-AA 35M with Regression Weight: Download from this link.

Example Usage

Currently, we provide an example for the unsupervised contact prediction task using the same settings as the original ESM model. You can find the example code in the examples directory.

Here is an example to load ESM-AA:

import esm

# Load model and alphabet
esm_aa, esm_aa_alphabet = esm.pretrained.esm_aa_t12_35M('path/to/checkpoint')

Future Releases

We plan to release code for protein-molecular tasks soon. Stay tuned for updates and more functionalities!

Citations

If you find the models useful in your research, please cite our paper:

@article{zheng2024multi,
  title={Multi-Scale Protein Language Model for Unified Molecular Modeling},
  author={Zheng, Kangjie and Long, Siyu and Lu, Tianyu and Yang, Junwei and Dai, Xinyu and Zhang, Ming and Nie, Zaiqing and Ma, Wei-Ying and Zhou, Hao},
  journal={bioRxiv},
  pages={2024--03},
  year={2024},
  publisher={Cold Spring Harbor Laboratory}
}

esm-aa's People

Contributors

zhengkangjie avatar

Stargazers

longlongman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.