Skip to content

Commit e8f616d

Browse files
committed
update embeddings rest api
1 parent 734b3f2 commit e8f616d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

source/_static/js/swaggerEmbeddings.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ const HIERARCHY = {
8484
"esm2_t36_3B_UR50D",
8585
],
8686
},
87-
prottrans: {
88-
displayName: "ProtTrans",
89-
description:
90-
"Community based ProtTrans models, with different versions having different model parameters and training data",
91-
tags: ["prott5-xl"],
87+
community: {
88+
displayName: "Community-based",
89+
description: "Other community-based foundational models.",
90+
tags: ["prott5-xl", "proteinmpnn"],
9291
},
9392
};
9493

source/rest-api/embeddings.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Currently, we support the following models:
2222

2323
- **ProtTrans Models**: Transformer-based models from RostLab, including: *prot_t5_xl_half_uniref50-enc*. These models are based on the ProtTrans models, with different versions having different transformer-based architectures, model parameters and precisions, as well as different training datasets. `GitHub link <https://github.com/agemagician/ProtTrans>`__, `Reference <https://www.biorxiv.org/content/early/2020/07/21/2020.07.12.199554>`__. Licensed under `Academic Free License v3.0 License <https://choosealicense.com/licenses/afl-3.0/>`__.
2424

25+
- **ProteinMPNN**: A deep learning model for sequence design conditioned on a fixed protein backbone. It predicts amino acid sequences likely to fold into a given 3D structure by modeling residue–residue interactions through message passing on the protein’s spatial graph. Used for structure-based protein design, stability optimization, and inverse folding tasks. `GitHub link <https://github.com/dauparas/ProteinMPNN>`__, `Reference <https://www.biorxiv.org/content/10.1101/2022.06.03.494563v1>`__. Licensed under `MIT <https://choosealicense.com/licenses/mit/>`__.
26+
2527
Endpoints
2628
---------
2729

0 commit comments

Comments
 (0)