Chai-1

Chai-1,用于生物分子结构预测的 SOTA 模型。「Chai-1, SOTA model for biomolecular structure prediction」

  • 所有者: chaidiscovery/chai-lab
  • 平台: Linux
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Chai-1

Chai-1 is a multi-modal foundation model for molecular structure prediction that performs at the state-of-the-art across a variety of benchmarks. Chai-1 enables unified prediction of proteins, small molecules, DNA, RNA, glycosylations, and more.

For more information on the model's performance and capabilities, see our technical report.

Installation

pip install chai_lab

This Python package requires Linux, and a GPU with CUDA.

Running the model

The model accepts inputs in the FASTA file format, and allows you to specify the number of trunk recycles and diffusion timesteps via the chai_lab.chai1.run_inference function. By default, the model generates five sample predictions, and uses embeddings without MSAs or templates.

The following script demonstrates how to provide inputs to the model, and obtain a list of PDB files for downstream analysis:

python examples/predict_structure.py

For more advanced use cases, we also expose the chai_lab.chai1.run_folding_on_context, which allows users to construct an AllAtomFeatureContext manually. This allows users to specify their own templates, MSAs, embeddings, and constraints. We currently provide an example of how to construct an embeddings context, and will be releasing helper methods to build MSA and templates contexts soon.

⚡ Try it online

We provide a web server so you can test the Chai-1 model right from your browser, without any setup.

💬 Feedback

Found a 🐞? Please report it in GitHub issues.

We welcome community testing and feedback. To share observations about the model's performance, please reach via GitHub discussions, or via email.

🛠️ Development

We use devcontainers in development, which helps us ensure we work in identical environments. We recommend working inside a devcontainer if you want to make a contribution to this repository.

Devcontainers work on local Linux setup, and on remote machines with over an SSH connection.

Status

Since this is an initial release, we expect to make some breaking changes to the API and are not guaranteeing backwards compatibility. We recommend pinning the current version in your requirements, i.e.:

chai_lab==0.0.1

Licence

See LICENSE.md.

To discuss commercial use of our models, reach us via email.

主要指標

概覽
名稱與所有者chaidiscovery/chai-lab
主編程語言Python
編程語言 (語言數: 1)
平台
許可證Apache License 2.0
所有者活动
創建於2024-09-09 03:47:13
推送於2025-06-03 00:57:17
最后一次提交
發布數16
最新版本名稱v0.6.1 (發布於 )
第一版名稱v0.0.1 (發布於 )
用户参与
星數1.7k
關注者數22
派生數220
提交數151
已啟用問題?
問題數203
打開的問題數66
拉請求數123
打開的拉請求數1
關閉的拉請求數16
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?