ZhiyuanChen commited on
Commit
fe22f33
·
verified ·
1 Parent(s): 930b46e

Update OFoldX model card metadata

Browse files
Files changed (1) hide show
  1. README.md +38 -6
README.md CHANGED
@@ -43,6 +43,15 @@ before using the artifact for scientific or operational decisions.
43
 
44
  Boltz-2-shaped structure-prediction model converted for the OFoldX runtime.
45
 
 
 
 
 
 
 
 
 
 
46
  ### Model Specification
47
 
48
  | Field | Value |
@@ -54,10 +63,16 @@ Boltz-2-shaped structure-prediction model converted for the OFoldX runtime.
54
  | Entrypoint | `ofoldx.models.boltz2.model.Boltz2Model` |
55
  | Config | `config.json` |
56
  | Weights | `model.safetensors` |
 
 
 
 
57
 
58
  ### Links
59
 
60
  - **Hub repository**: [oteam/boltz2](https://huggingface.co/oteam/boltz2)
 
 
61
  - **Code**: [`ofoldx/models/boltz2/model.py`](https://github.com/OTeam-AI4S/OFoldX/tree/main/ofoldx/models/boltz2/model.py)
62
  - **Project repository**: [https://github.com/OTeam-AI4S/OFoldX](https://github.com/OTeam-AI4S/OFoldX)
63
  - **Issues**: [https://github.com/OTeam-AI4S/OFoldX/issues](https://github.com/OTeam-AI4S/OFoldX/issues)
@@ -92,8 +107,16 @@ processed batch to the model.
92
 
93
  ## Training Details
94
 
95
- The training data and training procedure are inherited from the upstream checkpoint release. They are not
96
- reproduced inside this OFoldX artifact unless additional source-specific metadata is provided in the files.
 
 
 
 
 
 
 
 
97
 
98
  ## Evaluation
99
 
@@ -108,8 +131,17 @@ scientific evaluation should be checked against the corresponding upstream model
108
 
109
  ## Citation
110
 
111
- Please cite the upstream model or paper associated with the source checkpoint. If OFoldX supports your work,
112
- please also cite or link the OFoldX project repository.
 
 
 
 
 
 
 
 
 
113
 
114
  ## Contact
115
 
@@ -117,5 +149,5 @@ Please use [OFoldX GitHub issues](https://github.com/OTeam-AI4S/OFoldX/issues) f
117
 
118
  ## License
119
 
120
- The OFoldX project license is not yet finalized. The source checkpoint may carry additional upstream license
121
- terms; review both OFoldX and upstream terms before redistribution or production use.
 
43
 
44
  Boltz-2-shaped structure-prediction model converted for the OFoldX runtime.
45
 
46
+ Converted Boltz-2 structure-prediction checkpoint for biomolecular interaction modeling.
47
+
48
+ ### Model Provenance
49
+
50
+ - **Upstream Project**: Boltz-2
51
+ - **Source Checkpoint**: `boltz2_conf_final.ckpt`
52
+ - **Primary Paper**: [Boltz-2: Towards Accurate and Efficient Binding Affinity Prediction](https://doi.org/10.1101/2025.06.14.659707)
53
+ - **Upstream License**: MIT for upstream Boltz code and weights
54
+
55
  ### Model Specification
56
 
57
  | Field | Value |
 
63
  | Entrypoint | `ofoldx.models.boltz2.model.Boltz2Model` |
64
  | Config | `config.json` |
65
  | Weights | `model.safetensors` |
66
+ | Source Checkpoint | `boltz2_conf_final.ckpt` |
67
+
68
+ > [!NOTE]
69
+ > Source checkpoint: `boltz2_conf_final.ckpt`.
70
 
71
  ### Links
72
 
73
  - **Hub repository**: [oteam/boltz2](https://huggingface.co/oteam/boltz2)
74
+ - **Upstream paper**: [Boltz-2: Towards Accurate and Efficient Binding Affinity Prediction](https://doi.org/10.1101/2025.06.14.659707)
75
+ - **Upstream repository**: [Boltz-2](https://github.com/jwohlwend/boltz)
76
  - **Code**: [`ofoldx/models/boltz2/model.py`](https://github.com/OTeam-AI4S/OFoldX/tree/main/ofoldx/models/boltz2/model.py)
77
  - **Project repository**: [https://github.com/OTeam-AI4S/OFoldX](https://github.com/OTeam-AI4S/OFoldX)
78
  - **Issues**: [https://github.com/OTeam-AI4S/OFoldX/issues](https://github.com/OTeam-AI4S/OFoldX/issues)
 
107
 
108
  ## Training Details
109
 
110
+ OFoldX did not train these weights. This repository contains a converted checkpoint and OFoldX runtime
111
+ metadata for loading it.
112
+
113
+ ### Training Data
114
+
115
+ The upstream Boltz-2 report describes a biomolecular interaction training set with expanded structure data, molecular-dynamics ensembles, self-distilled predictions, and affinity supervision. OFoldX does not redistribute the training set.
116
+
117
+ ### Training Procedure
118
+
119
+ OFoldX converts the upstream Boltz-2 checkpoint into `model.safetensors` plus an OFoldX manifest; it does not run Boltz-2 training.
120
 
121
  ## Evaluation
122
 
 
131
 
132
  ## Citation
133
 
134
+ Please cite the upstream Boltz-2 work for the source checkpoint. If OFoldX supports your work, please also cite or link the OFoldX project repository.
135
+
136
+ ```bibtex
137
+ @article{passaro2025boltz2,
138
+ author = {Passaro, Saro and Corso, Gabriele and Wohlwend, Jeremy and Reveiz, Mateo and Thaler, Stephan and Somnath, Vignesh Ram and Getz, Noah and Portnoi, Tally and Roy, Julien and Stark, Hannes and Kwabi-Addo, David and Beaini, Dominique and Jaakkola, Tommi and Barzilay, Regina},
139
+ title = {Boltz-2: Towards Accurate and Efficient Binding Affinity Prediction},
140
+ year = {2025},
141
+ doi = {10.1101/2025.06.14.659707},
142
+ journal = {bioRxiv}
143
+ }
144
+ ```
145
 
146
  ## Contact
147
 
 
149
 
150
  ## License
151
 
152
+ The OFoldX project license is not yet finalized.
153
+ The source checkpoint is associated with the upstream license noted above: MIT for upstream Boltz code and weights. Review both OFoldX and upstream terms before redistribution or production use.