Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,10 @@ By effectively treating each residue as its own reference frame, we shift the eq
|
|
5 |
representation space itself; this allows us to use a vanilla transformer model as our model. Here, we provide a simple
|
6 |
online interface for generating single backbones with a given length, starting from a given random seed.
|
7 |
|
|
|
|
|
|
|
|
|
8 |
See our preprint at https://arxiv.org/abs/2209.15611 and our full codebase at https://github.com/microsoft/foldingdiff
|
9 |
"""
|
10 |
|
|
|
5 |
representation space itself; this allows us to use a vanilla transformer model as our model. Here, we provide a simple
|
6 |
online interface for generating single backbones with a given length, starting from a given random seed.
|
7 |
|
8 |
+
Tips for generating proteins:
|
9 |
+
* The maximum sequence sequence length this model has been trained on is 128 residues. The shorter a sequence is, the more likely it will be "designable" (see our preprint).
|
10 |
+
* FoldingDiff does *not* generate the amino acid sequence for its structures, it simply fills the structure with Glycine residues; use a tool like ESM-IF1 to generate amino acids corresponding to generated structure.
|
11 |
+
|
12 |
See our preprint at https://arxiv.org/abs/2209.15611 and our full codebase at https://github.com/microsoft/foldingdiff
|
13 |
"""
|
14 |
|