Refine OFoldX model card provenance
Browse files
README.md
CHANGED
|
@@ -49,6 +49,7 @@ Converted RFdiffusion checkpoint for backbone generation, motif scaffolding, and
|
|
| 49 |
|
| 50 |
- **Upstream Project**: RFdiffusion
|
| 51 |
- **Source Checkpoint**: `Complex_base_ckpt.pt`
|
|
|
|
| 52 |
- **Primary Paper**: [De novo design of protein structure and function with RFdiffusion](https://doi.org/10.1038/s41586-023-06415-8)
|
| 53 |
- **Upstream License**: BSD for upstream RFdiffusion code and referenced model weights
|
| 54 |
|
|
@@ -74,6 +75,7 @@ Converted RFdiffusion checkpoint for backbone generation, motif scaffolding, and
|
|
| 74 |
- **Hub repository**: [oteam/rfdiffusion-complex-base](https://huggingface.co/oteam/rfdiffusion-complex-base)
|
| 75 |
- **Upstream paper**: [De novo design of protein structure and function with RFdiffusion](https://doi.org/10.1038/s41586-023-06415-8)
|
| 76 |
- **Upstream repository**: [RFdiffusion](https://github.com/RosettaCommons/RFdiffusion)
|
|
|
|
| 77 |
- **Code**: [`ofoldx/models/rfdiffusion/model.py`](https://github.com/OTeam-AI4S/OFoldX/tree/main/ofoldx/models/rfdiffusion/model.py)
|
| 78 |
- **Project repository**: [https://github.com/OTeam-AI4S/OFoldX](https://github.com/OTeam-AI4S/OFoldX)
|
| 79 |
- **Issues**: [https://github.com/OTeam-AI4S/OFoldX/issues](https://github.com/OTeam-AI4S/OFoldX/issues)
|
|
@@ -113,11 +115,11 @@ metadata for loading it.
|
|
| 113 |
|
| 114 |
### Training Data
|
| 115 |
|
| 116 |
-
RFdiffusion
|
| 117 |
|
| 118 |
### Training Procedure
|
| 119 |
|
| 120 |
-
OFoldX converts released RFdiffusion checkpoints into `model.safetensors`; it does not run RFdiffusion training.
|
| 121 |
|
| 122 |
## Evaluation
|
| 123 |
|
|
|
|
| 49 |
|
| 50 |
- **Upstream Project**: RFdiffusion
|
| 51 |
- **Source Checkpoint**: `Complex_base_ckpt.pt`
|
| 52 |
+
- **Source Release**: [https://github.com/RosettaCommons/RFdiffusion/blob/main/scripts/download_models.sh](https://github.com/RosettaCommons/RFdiffusion/blob/main/scripts/download_models.sh)
|
| 53 |
- **Primary Paper**: [De novo design of protein structure and function with RFdiffusion](https://doi.org/10.1038/s41586-023-06415-8)
|
| 54 |
- **Upstream License**: BSD for upstream RFdiffusion code and referenced model weights
|
| 55 |
|
|
|
|
| 75 |
- **Hub repository**: [oteam/rfdiffusion-complex-base](https://huggingface.co/oteam/rfdiffusion-complex-base)
|
| 76 |
- **Upstream paper**: [De novo design of protein structure and function with RFdiffusion](https://doi.org/10.1038/s41586-023-06415-8)
|
| 77 |
- **Upstream repository**: [RFdiffusion](https://github.com/RosettaCommons/RFdiffusion)
|
| 78 |
+
- **Source checkpoint release**: [https://github.com/RosettaCommons/RFdiffusion/blob/main/scripts/download_models.sh](https://github.com/RosettaCommons/RFdiffusion/blob/main/scripts/download_models.sh)
|
| 79 |
- **Code**: [`ofoldx/models/rfdiffusion/model.py`](https://github.com/OTeam-AI4S/OFoldX/tree/main/ofoldx/models/rfdiffusion/model.py)
|
| 80 |
- **Project repository**: [https://github.com/OTeam-AI4S/OFoldX](https://github.com/OTeam-AI4S/OFoldX)
|
| 81 |
- **Issues**: [https://github.com/OTeam-AI4S/OFoldX/issues](https://github.com/OTeam-AI4S/OFoldX/issues)
|
|
|
|
| 115 |
|
| 116 |
### Training Data
|
| 117 |
|
| 118 |
+
RFdiffusion fine-tunes a RoseTTAFold-style structure network as a denoising diffusion model over PDB protein structures. OFoldX does not redistribute the training set.
|
| 119 |
|
| 120 |
### Training Procedure
|
| 121 |
|
| 122 |
+
Upstream RFdiffusion noises residue frames with Gaussian C-alpha translation noise and rotational Brownian motion, trains denoising to true frames with self-conditioning, and uses checkpoint-specific inference configs. OFoldX converts released RFdiffusion checkpoints into `model.safetensors`; it does not run RFdiffusion training.
|
| 123 |
|
| 124 |
## Evaluation
|
| 125 |
|