Skip to content

Commit 4ee9d86

Browse files
Merge pull request #302 from PaddlePaddle/protx
Protx
2 parents 181d22b + 328d6ea commit 4ee9d86

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

apps/helixprotx/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more details, please refer to the [full license text](https://creativecommon
1919
## Environment
2020
You can use the following command to install the environment.
2121
```bash
22-
conda create -n helixprotx python=3.7
22+
conda create -n helixprotx python=3.8
2323
conda activate helixprotx
2424
python install -r requirements.txt
2525
```
@@ -35,4 +35,4 @@ python inference.py
3535
- model.py: model definition
3636
- model_config.py: model config classes
3737
- build_model.py: create a HelixProtX model checkpoint
38-
- inference.py: run inference with a HelixProtX checkpoint
38+
- inference.py: inference code

apps/helixprotx/README_cn.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[English](README.md) | 简体中文
22
# Unifying Sequences, Structures, and Descriptions for Any-to-Any Protein Generation with the Large Multimodal Model HelixProtX
3-
<!-- 本仓库包含我们的[论文工作](https://arxiv.org/abs/2310.13913)代码实现。 -->
43

5-
蛋白质是生物系统的基本组成部分,可以通过各种模态来表示,包括序列、结构和文本描述。理解这些模态直接的相互关系对蛋白质研究至关重要。当前对蛋白质研究的深度学习方法主要侧重于有限的专门任务——通常从一种蛋白质模态预测另一种蛋白质模态。这些方法限制了对多模态蛋白质数据的理解和生成。
4+
5+
蛋白质是生物系统的基本组成部分,可以通过各种模态来表示,包括序列、结构和文本描述。理解这些模态之间的相互关系对蛋白质研究至关重要。当前对蛋白质研究的深度学习方法主要侧重于有限的专门任务——通常从一种蛋白质模态预测另一种蛋白质模态。这些方法限制了对多模态蛋白质数据的理解和生成。
66

77
HelixProtX允许将任何输入蛋白质模态转化为任何所需的蛋白质模态。
8-
HelixProtX 在一系列与蛋白质相关的任务中始终保持卓越的准确性,优于现有的最先进模型
8+
HelixProtX在一系列与蛋白质相关的任务中始终保持卓越的准确性,优于现有的sota模型
99

1010

1111

@@ -27,7 +27,7 @@ HelixProtX 在一系列与蛋白质相关的任务中始终保持卓越的准确
2727
## 安装
2828
你可以使用以下命令来安装环境。
2929
```bash
30-
conda create -n helixprotx python=3.7
30+
conda create -n helixprotx python=3.8
3131
conda activate helixprotx
3232
python install -r requirements.txt
3333
```
@@ -46,5 +46,5 @@ python inference.py
4646
- model.py: 模型定义
4747
- model_config.py: model config classes
4848
- build_model.py: 创建初始化checkpoint,用于展示
49-
- inference.py: run inference with a HelixProtX checkpoint
49+
- inference.py: 推理代码
5050

File renamed without changes.

0 commit comments

Comments
 (0)