Archive FastPLMs validation evidence and golden tensors
Browse filesMove the reviewed public PR49 evidence payloads to a checksummed dataset. Historical v2 confidence metrics remain marked as requiring recomputation. No confidence checkpoint weights are included.
This view is limited to 50 files because it contains too many changes. See raw diff
- README.md +23 -0
- docs/evidence/attention/backend_latency.json +203 -0
- docs/evidence/confidence/esmfold2_300-package.json +192 -0
- docs/evidence/confidence/esmfold2_300-v2.json +1169 -0
- docs/evidence/confidence/esmfold2_300.json +387 -0
- docs/evidence/confidence/esmfold2_600-package.json +192 -0
- docs/evidence/confidence/esmfold2_600-v2.json +1169 -0
- docs/evidence/confidence/esmfold2_600.json +387 -0
- docs/evidence/esmfold2/folding_cost.json +1368 -0
- docs/validation/esmfold2_300_artifact_reload.json +76 -0
- docs/validation/esmfold2_300_backbone.json +1 -0
- docs/validation/esmfold2_300_published_loading.json +98 -0
- docs/validation/esmfold2_300_quickstart.json +34 -0
- docs/validation/esmfold2_600_backbone.json +1 -0
- docs/validation/esmfold2_small_300_candidate_metadata.json +315 -0
- docs/validation/esmfold2_small_300_comparison.json +76 -0
- docs/validation/esmfold2_small_300_reference_metadata.json +320 -0
- docs/validation/esmfold2_small_dependencies.json +365 -0
- docs/validation/esmfold2_small_publication.json +918 -0
- docs/validation/fastplms_files_only_publication.json +287 -0
- tests/goldens/ankh2_large.json +88 -0
- tests/goldens/ankh2_large.safetensors +3 -0
- tests/goldens/ankh3_large.json +89 -0
- tests/goldens/ankh3_large.safetensors +3 -0
- tests/goldens/ankh3_xl.json +91 -0
- tests/goldens/ankh3_xl.safetensors +3 -0
- tests/goldens/ankh_base.json +87 -0
- tests/goldens/ankh_base.safetensors +3 -0
- tests/goldens/ankh_large.json +87 -0
- tests/goldens/ankh_large.safetensors +3 -0
- tests/goldens/dplm2_150m.json +96 -0
- tests/goldens/dplm2_150m.safetensors +3 -0
- tests/goldens/dplm2_3b.json +108 -0
- tests/goldens/dplm2_3b.safetensors +3 -0
- tests/goldens/dplm2_650m.json +96 -0
- tests/goldens/dplm2_650m.safetensors +3 -0
- tests/goldens/dplm_150m.json +96 -0
- tests/goldens/dplm_150m.safetensors +3 -0
- tests/goldens/dplm_3b.json +99 -0
- tests/goldens/dplm_3b.safetensors +3 -0
- tests/goldens/dplm_650m.json +96 -0
- tests/goldens/dplm_650m.safetensors +3 -0
- tests/goldens/e1_150m.json +109 -0
- tests/goldens/e1_150m.safetensors +3 -0
- tests/goldens/e1_300m.json +109 -0
- tests/goldens/e1_300m.safetensors +3 -0
- tests/goldens/e1_600m.json +109 -0
- tests/goldens/e1_600m.safetensors +3 -0
- tests/goldens/esm2_150m.json +96 -0
- tests/goldens/esm2_150m.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: FastPLMs research and validation artifacts
|
| 3 |
+
license: other
|
| 4 |
+
license_name: source-specific-terms
|
| 5 |
+
license_link: https://github.com/Synthyra/FastPLMs/blob/main/docs/licensing.md
|
| 6 |
+
---
|
| 7 |
+
# FastPLMs artifacts
|
| 8 |
+
|
| 9 |
+
This dataset holds the measured reports and golden regression tensors maintained by [FastPLMs](https://github.com/Synthyra/FastPLMs). It is not a training dataset or a set of model checkpoints.
|
| 10 |
+
|
| 11 |
+
The source repository keeps `evidence.toml`, which pins an immutable dataset revision and each payload's SHA-256 digest and size. Fetch explicitly with `python -m tools.artifacts.evidence_store fetch` before offline documentation, release, or parity checks.
|
| 12 |
+
|
| 13 |
+
Paths preserve the source workspace layout: `docs/evidence`, `docs/validation`, and `tests/goldens`. Runtime configuration, model manifests, dependency locks, and small synthetic fixtures remain in Git.
|
| 14 |
+
|
| 15 |
+
## Evidence status
|
| 16 |
+
|
| 17 |
+
The v2 confidence reports preserve historical numeric results. Their `metrics_review` fields mark correlations, bootstrap intervals, and acceptance gates as requiring recomputation after the tied-rank correction. Raw per-target predictions were not recovered from the closed training workstation or W&B. These archived values must not be presented as corrected evaluation results. No v2 confidence weights are included.
|
| 18 |
+
|
| 19 |
+
Other artifacts retain their recorded source revisions, environments, and evidence boundaries. Presence in this dataset is not an assertion that all release gates pass.
|
| 20 |
+
|
| 21 |
+
## Terms and provenance
|
| 22 |
+
|
| 23 |
+
Payloads originated in the public FastPLMs repository at PR #49 (`1ae17f2b3955db28fe9c076b5c7e2394c6fc83ac`), with review-status annotations added to the v2 confidence reports. Golden metadata identifies originating checkpoints and source revisions. Applicable model and source terms remain in effect; migration does not relicense them. Consult the source repository's `LICENSES`, model manifest, and licensing documentation. No blanket permissive license is asserted for the combined collection.
|
docs/evidence/attention/backend_latency.json
ADDED
|
@@ -0,0 +1,203 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"method": "Randomly initialized models at published dimensions, FP32 parameters under CUDA BF16 autocast, inference mode. Each backend runs in its own process, three interleaved rounds per case; a round reports the median forward latency after warm-up. One batch is 8 rows of 512 positions.",
|
| 4 |
+
"residues_per_batch": {
|
| 5 |
+
"padded": 2336,
|
| 6 |
+
"full": 4096
|
| 7 |
+
},
|
| 8 |
+
"limitations": "Descriptive latency of an uncommitted working tree on cloud workers. It orders backends for automatic selection and is not a release benchmark or a parity claim.",
|
| 9 |
+
"runs": [
|
| 10 |
+
{
|
| 11 |
+
"run": "20260921T131922-backend-bench-b42b0fec",
|
| 12 |
+
"source": {
|
| 13 |
+
"revision": "d9a23718713905dd907add3d7b7a85d6e8e49f23",
|
| 14 |
+
"dirty": true,
|
| 15 |
+
"changed_paths": 104
|
| 16 |
+
},
|
| 17 |
+
"environment": {
|
| 18 |
+
"python": "3.12.10",
|
| 19 |
+
"platform": "Linux-4.19.0-gvisor-x86_64-with-glibc2.36",
|
| 20 |
+
"torch": "2.13.0+cu130",
|
| 21 |
+
"transformers": "5.13.0",
|
| 22 |
+
"cuda": "13.0",
|
| 23 |
+
"gpu": "NVIDIA L4",
|
| 24 |
+
"compute_capability": [
|
| 25 |
+
8,
|
| 26 |
+
9
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
"cases": {
|
| 30 |
+
"dplm-full": {
|
| 31 |
+
"median_ms": {
|
| 32 |
+
"sdpa": 79.51769256591797,
|
| 33 |
+
"flash_attention_3": 79.99282836914062
|
| 34 |
+
},
|
| 35 |
+
"speedup_over_sdpa": {
|
| 36 |
+
"sdpa": 1.0,
|
| 37 |
+
"flash_attention_3": 0.9940602699903289
|
| 38 |
+
},
|
| 39 |
+
"failures": {}
|
| 40 |
+
},
|
| 41 |
+
"dplm-padded": {
|
| 42 |
+
"median_ms": {
|
| 43 |
+
"sdpa": 79.93548583984375,
|
| 44 |
+
"flash_attention_3": 74.23538970947266
|
| 45 |
+
},
|
| 46 |
+
"speedup_over_sdpa": {
|
| 47 |
+
"sdpa": 1.0,
|
| 48 |
+
"flash_attention_3": 1.0767840803783608
|
| 49 |
+
},
|
| 50 |
+
"failures": {}
|
| 51 |
+
},
|
| 52 |
+
"esm2-full": {
|
| 53 |
+
"median_ms": {
|
| 54 |
+
"sdpa": 79.99078369140625,
|
| 55 |
+
"flash_attention_2": 75.3699836730957,
|
| 56 |
+
"flash_attention_3": 78.59302520751953
|
| 57 |
+
},
|
| 58 |
+
"speedup_over_sdpa": {
|
| 59 |
+
"sdpa": 1.0,
|
| 60 |
+
"flash_attention_2": 1.061308226340508,
|
| 61 |
+
"flash_attention_3": 1.0177847649991336
|
| 62 |
+
},
|
| 63 |
+
"failures": {}
|
| 64 |
+
},
|
| 65 |
+
"esm2-padded": {
|
| 66 |
+
"median_ms": {
|
| 67 |
+
"sdpa": 81.49504089355469,
|
| 68 |
+
"flash_attention_2": 70.9375991821289,
|
| 69 |
+
"flash_attention_3": 71.40812683105469
|
| 70 |
+
},
|
| 71 |
+
"speedup_over_sdpa": {
|
| 72 |
+
"sdpa": 1.0,
|
| 73 |
+
"flash_attention_2": 1.1488271640589365,
|
| 74 |
+
"flash_attention_3": 1.1412572281354578
|
| 75 |
+
},
|
| 76 |
+
"failures": {}
|
| 77 |
+
},
|
| 78 |
+
"esmpp-full": {
|
| 79 |
+
"median_ms": {
|
| 80 |
+
"sdpa": 112.42189025878906,
|
| 81 |
+
"flash_attention_2": 113.61689758300781,
|
| 82 |
+
"flash_attention_3": 112.60620880126953
|
| 83 |
+
},
|
| 84 |
+
"speedup_over_sdpa": {
|
| 85 |
+
"sdpa": 1.0,
|
| 86 |
+
"flash_attention_2": 0.9894821338230462,
|
| 87 |
+
"flash_attention_3": 0.9983631582623853
|
| 88 |
+
},
|
| 89 |
+
"failures": {}
|
| 90 |
+
},
|
| 91 |
+
"esmpp-padded": {
|
| 92 |
+
"median_ms": {
|
| 93 |
+
"sdpa": 110.6513900756836,
|
| 94 |
+
"flash_attention_2": 106.87334442138672,
|
| 95 |
+
"flash_attention_3": 106.22822189331055
|
| 96 |
+
},
|
| 97 |
+
"speedup_over_sdpa": {
|
| 98 |
+
"sdpa": 1.0,
|
| 99 |
+
"flash_attention_2": 1.035350682387187,
|
| 100 |
+
"flash_attention_3": 1.0416383528175348
|
| 101 |
+
},
|
| 102 |
+
"failures": {}
|
| 103 |
+
}
|
| 104 |
+
}
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"run": "20260921T133947-backend-bench-96dab6dd",
|
| 108 |
+
"source": {
|
| 109 |
+
"revision": "d9a23718713905dd907add3d7b7a85d6e8e49f23",
|
| 110 |
+
"dirty": true,
|
| 111 |
+
"changed_paths": 104
|
| 112 |
+
},
|
| 113 |
+
"environment": {
|
| 114 |
+
"python": "3.12.10",
|
| 115 |
+
"platform": "Linux-4.19.0-gvisor-x86_64-with-glibc2.36",
|
| 116 |
+
"torch": "2.13.0+cu130",
|
| 117 |
+
"transformers": "5.13.0",
|
| 118 |
+
"cuda": "13.0",
|
| 119 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 120 |
+
"compute_capability": [
|
| 121 |
+
9,
|
| 122 |
+
0
|
| 123 |
+
]
|
| 124 |
+
},
|
| 125 |
+
"cases": {
|
| 126 |
+
"dplm-full": {
|
| 127 |
+
"median_ms": {
|
| 128 |
+
"sdpa": 23.78615951538086,
|
| 129 |
+
"flash_attention_3": 32.834991455078125
|
| 130 |
+
},
|
| 131 |
+
"speedup_over_sdpa": {
|
| 132 |
+
"sdpa": 1.0,
|
| 133 |
+
"flash_attention_3": 0.7244149750403601
|
| 134 |
+
},
|
| 135 |
+
"failures": {}
|
| 136 |
+
},
|
| 137 |
+
"dplm-padded": {
|
| 138 |
+
"median_ms": {
|
| 139 |
+
"sdpa": 24.992576599121094,
|
| 140 |
+
"flash_attention_3": 31.35001564025879
|
| 141 |
+
},
|
| 142 |
+
"speedup_over_sdpa": {
|
| 143 |
+
"sdpa": 1.0,
|
| 144 |
+
"flash_attention_3": 0.7972109770505615
|
| 145 |
+
},
|
| 146 |
+
"failures": {}
|
| 147 |
+
},
|
| 148 |
+
"esm2-full": {
|
| 149 |
+
"median_ms": {
|
| 150 |
+
"sdpa": 22.58142375946045,
|
| 151 |
+
"flash_attention_2": 27.19443130493164,
|
| 152 |
+
"flash_attention_3": 30.517087936401367
|
| 153 |
+
},
|
| 154 |
+
"speedup_over_sdpa": {
|
| 155 |
+
"sdpa": 1.0,
|
| 156 |
+
"flash_attention_2": 0.8303694056424473,
|
| 157 |
+
"flash_attention_3": 0.7399599793571684
|
| 158 |
+
},
|
| 159 |
+
"failures": {}
|
| 160 |
+
},
|
| 161 |
+
"esm2-padded": {
|
| 162 |
+
"median_ms": {
|
| 163 |
+
"sdpa": 21.073375701904297,
|
| 164 |
+
"flash_attention_2": 30.990447998046875,
|
| 165 |
+
"flash_attention_3": 29.205408096313477
|
| 166 |
+
},
|
| 167 |
+
"speedup_over_sdpa": {
|
| 168 |
+
"sdpa": 1.0,
|
| 169 |
+
"flash_attention_2": 0.6799958394674518,
|
| 170 |
+
"flash_attention_3": 0.7215573099478221
|
| 171 |
+
},
|
| 172 |
+
"failures": {}
|
| 173 |
+
},
|
| 174 |
+
"esmpp-full": {
|
| 175 |
+
"median_ms": {
|
| 176 |
+
"sdpa": 20.671968460083008,
|
| 177 |
+
"flash_attention_2": 27.920896530151367,
|
| 178 |
+
"flash_attention_3": 28.577343940734863
|
| 179 |
+
},
|
| 180 |
+
"speedup_over_sdpa": {
|
| 181 |
+
"sdpa": 1.0,
|
| 182 |
+
"flash_attention_2": 0.7403762424949232,
|
| 183 |
+
"flash_attention_3": 0.7233691312584395
|
| 184 |
+
},
|
| 185 |
+
"failures": {}
|
| 186 |
+
},
|
| 187 |
+
"esmpp-padded": {
|
| 188 |
+
"median_ms": {
|
| 189 |
+
"sdpa": 21.91814422607422,
|
| 190 |
+
"flash_attention_2": 28.906463623046875,
|
| 191 |
+
"flash_attention_3": 30.467199325561523
|
| 192 |
+
},
|
| 193 |
+
"speedup_over_sdpa": {
|
| 194 |
+
"sdpa": 1.0,
|
| 195 |
+
"flash_attention_2": 0.7582437101921755,
|
| 196 |
+
"flash_attention_3": 0.7194013467357081
|
| 197 |
+
},
|
| 198 |
+
"failures": {}
|
| 199 |
+
}
|
| 200 |
+
}
|
| 201 |
+
}
|
| 202 |
+
]
|
| 203 |
+
}
|
docs/evidence/confidence/esmfold2_300-package.json
ADDED
|
@@ -0,0 +1,192 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "passed",
|
| 3 |
+
"model_id": "esmfold2_300",
|
| 4 |
+
"artifact": "/vol/confidence/esmfold2_300/package/artifact",
|
| 5 |
+
"base_repo": "Synthyra/ESMFold2-300",
|
| 6 |
+
"base_revision": "a38a62ae930d157484b331c2bf4241684573adba",
|
| 7 |
+
"base_weight_sha256": "44d6797c5efebf24753d502b40950e0874871c96ceea14f2d7f7e39cebac67fd",
|
| 8 |
+
"head_sha256": "4dfc691e529617fc7cc0cd1ee60799ce1b496fdd0d17f0b4bb78b33a96c77733",
|
| 9 |
+
"weight_sha256": "81028c41ba6df9f1f75c1a372b2455e9152b5aa0b68309ebd5faa82e986269c7",
|
| 10 |
+
"config_sha256": "1dc109060431f9b3ad13b75aa6396d358ab3aaa90609328faeba35796bb96189",
|
| 11 |
+
"preserved_folding_tensors": 820,
|
| 12 |
+
"donor_repo": "biohub/ESMFold2-Experimental-Fast-Cutoff2025",
|
| 13 |
+
"donor_revision": "74b88548bf19688b8727432db0d698cb2e1d8783",
|
| 14 |
+
"donor_weight_sha256": "4e903b740ad6ad704ec60881bfd593e0d6c874a630ffa0f0838276e0b665088f",
|
| 15 |
+
"training_run": "https://wandb.ai/lhallee/fastplms-confidence/runs/5b1bc71e8778",
|
| 16 |
+
"evaluation_run": "https://wandb.ai/lhallee/fastplms-confidence/runs/fcbac1a4d26f",
|
| 17 |
+
"wandb_url": "https://wandb.ai/lhallee/fastplms-confidence/runs/11ac7998a25c",
|
| 18 |
+
"evaluation_sha256": "b15db9d7e27ce65ad4c4587459e48fcc1c2d6b84132cdf25ff4fa48f68b50e76",
|
| 19 |
+
"training_settings": {
|
| 20 |
+
"seed": 17,
|
| 21 |
+
"learning_rate": 0.0001,
|
| 22 |
+
"minimum_learning_rate": 1e-05,
|
| 23 |
+
"weight_decay": 0.01,
|
| 24 |
+
"accumulation_steps": 16,
|
| 25 |
+
"maximum_updates": 1000000,
|
| 26 |
+
"warmup_updates": 100,
|
| 27 |
+
"validation_interval": 100,
|
| 28 |
+
"early_stopping_patience": 12,
|
| 29 |
+
"gradient_clip": 1.0,
|
| 30 |
+
"num_loops": 3,
|
| 31 |
+
"num_sampling_steps": 15,
|
| 32 |
+
"num_diffusion_samples": 1,
|
| 33 |
+
"model_id": "esmfold2_300",
|
| 34 |
+
"model_repo": "Synthyra/ESMFold2-300",
|
| 35 |
+
"model_revision": "a38a62ae930d157484b331c2bf4241684573adba",
|
| 36 |
+
"model_weight_sha256": "44d6797c5efebf24753d502b40950e0874871c96ceea14f2d7f7e39cebac67fd",
|
| 37 |
+
"donor_repo": "biohub/ESMFold2-Experimental-Fast-Cutoff2025",
|
| 38 |
+
"donor_revision": "74b88548bf19688b8727432db0d698cb2e1d8783",
|
| 39 |
+
"donor_weight_sha256": "4e903b740ad6ad704ec60881bfd593e0d6c874a630ffa0f0838276e0b665088f",
|
| 40 |
+
"atlasfold_revision": "444f376d85b9954a5f2f5f3f8b3cbcae1201ebb1",
|
| 41 |
+
"dataset_archives": {
|
| 42 |
+
"cameo_val": {
|
| 43 |
+
"status": "downloaded",
|
| 44 |
+
"source": "cameo_val",
|
| 45 |
+
"drive_id": "10fhgH7nnVA022nvN-v3bTg1Xor97t2Ne",
|
| 46 |
+
"bytes": 8958886,
|
| 47 |
+
"sha256": "0e9c635b9a1196630d5c540e1a2b5abb718b5325163b9443da2608405629857c",
|
| 48 |
+
"manifests": [
|
| 49 |
+
"cameo_val/manifest.msgpack"
|
| 50 |
+
]
|
| 51 |
+
},
|
| 52 |
+
"rcsb": {
|
| 53 |
+
"status": "downloaded",
|
| 54 |
+
"source": "rcsb",
|
| 55 |
+
"drive_id": "1TEH73v9oxA1oYYnsPZntHqES_04vEz8P",
|
| 56 |
+
"bytes": 11357809730,
|
| 57 |
+
"sha256": "905b248e1baee4e7e8b7a3536e5596af9c7cbf2c249b30b50fa7c45f5ebd9562",
|
| 58 |
+
"manifests": [
|
| 59 |
+
"cameo_val/manifest.msgpack",
|
| 60 |
+
"rcsb/manifest.msgpack",
|
| 61 |
+
"rcsb/manifest_confidence.msgpack",
|
| 62 |
+
"rcsb_multimer_val/manifest.msgpack"
|
| 63 |
+
]
|
| 64 |
+
},
|
| 65 |
+
"rcsb_multimer": {
|
| 66 |
+
"status": "downloaded",
|
| 67 |
+
"source": "rcsb_multimer",
|
| 68 |
+
"drive_id": "1K-yAbtbFvSYTQ2q8PGhO4d7LHrU3KvrG",
|
| 69 |
+
"official_drive_id": "1aN9zUL4JokQc0L6AWVUNlsnftQBi8pjr",
|
| 70 |
+
"bytes": 29329969577,
|
| 71 |
+
"sha256": "c29a7cf85dc9a4ca46523fa65b74e2a19dd382c90d08c2f15a209e86686b682a",
|
| 72 |
+
"manifests": [
|
| 73 |
+
"cameo_val/manifest.msgpack",
|
| 74 |
+
"rcsb/manifest.msgpack",
|
| 75 |
+
"rcsb/manifest_confidence.msgpack",
|
| 76 |
+
"rcsb_multimer/manifest.msgpack",
|
| 77 |
+
"rcsb_multimer/manifest_confidence.msgpack",
|
| 78 |
+
"rcsb_multimer_val/manifest.msgpack"
|
| 79 |
+
]
|
| 80 |
+
},
|
| 81 |
+
"rcsb_multimer_val": {
|
| 82 |
+
"status": "downloaded",
|
| 83 |
+
"source": "rcsb_multimer_val",
|
| 84 |
+
"drive_id": "17meo4uBvvFfB2M-uor17KWwqQDYdSGFI",
|
| 85 |
+
"bytes": 27699160,
|
| 86 |
+
"sha256": "be0300ebee91c93b92d9a5ebcd8c1b94c41e26e0261b139607630435ce0f2ac4",
|
| 87 |
+
"manifests": [
|
| 88 |
+
"cameo_val/manifest.msgpack",
|
| 89 |
+
"rcsb_multimer_val/manifest.msgpack"
|
| 90 |
+
]
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
"dataset_sha256": "7cc79fb577fa7121e9f1c1d2f3c73f55a332cbdb1772802a18acf535de63be99",
|
| 94 |
+
"training_code_sha256": "6eaea4d6d4ad9a2450bf6c6dbf4a88516b3c62946279fdc12b82e646b320208b",
|
| 95 |
+
"workflow_files": {
|
| 96 |
+
"__init__.py": "906ebf189faecc0e4db0667e06235ddedb5f55ccb8764007cefb94bebab4d1e2",
|
| 97 |
+
"budget.py": "540cbd7771b271c9fb4a8f835be4cf19fe798a364424428c4091d4301ad2a327",
|
| 98 |
+
"cache.py": "6e643711fe3a8d4e5100f227af287476842a38c55aae05a1370aa49cb0dc4eaa",
|
| 99 |
+
"campaign.py": "3fe33976810a1babfe85db6f713aa2167bba0e14f92b9003ac0e382cb77cfd55",
|
| 100 |
+
"config.py": "c8c1775c2cae14c240b938033715da08fc51cd84e59ab3d7aeed3f7ac6b53e67",
|
| 101 |
+
"data.py": "143eb4388bd0c233a938fc6b5fb7b5f55e330e6d4530f77d4a35d2d76e7694e8",
|
| 102 |
+
"evaluation.py": "ef00a4ce9a27f2561689496e114cbc6d160bc186e6c1214cbb7ff1be23733992",
|
| 103 |
+
"labels.py": "e29dea726e6201bed27815fc42c32d474d008f5dec08e2645ec77842d480d016",
|
| 104 |
+
"launch.py": "98c2418539338e7cca87596fa789a5deae2407fad405e0ed9de952e47e79ec06",
|
| 105 |
+
"metrics.py": "cb9fca1f26616bc8ac0330976f8d52cede3b5ef61769221821e4de202e93b36a",
|
| 106 |
+
"modal_app.py": "8b49b0c6d838d998b78b157435fa94d67db7bfa2444657776253e7185bab0534",
|
| 107 |
+
"selection.py": "dd0e9c87dd48f63159b997e801bb0595f1ebf5c9eaed1f5b2bab1a3543054cf1",
|
| 108 |
+
"splits.py": "d1604dd66b15a409cc41799d500f8cc5de7eec31ce4c1dd5b7521fa41e2da84d",
|
| 109 |
+
"structure_metrics.py": "9fd2a7baa82fc4ca3544f5b73cd328f4fd217698329e3e5961d1860cee7a5e0f",
|
| 110 |
+
"training.py": "6eaea4d6d4ad9a2450bf6c6dbf4a88516b3c62946279fdc12b82e646b320208b",
|
| 111 |
+
"workflow.py": "cdd7334b0258a2d0f4c2fc8c175b14a367da5e03305c8063ebb74028abf78cef"
|
| 112 |
+
},
|
| 113 |
+
"torch_version": "2.13.0+cu130",
|
| 114 |
+
"transformers_version": "5.13.0",
|
| 115 |
+
"python_version": "3.12.10",
|
| 116 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 117 |
+
"backbone_precision": "bf16",
|
| 118 |
+
"head_parameters": "float32",
|
| 119 |
+
"deterministic_algorithms": true,
|
| 120 |
+
"estimated_dollars_per_second": 0.0012204400000000002,
|
| 121 |
+
"maximum_seconds": 36000,
|
| 122 |
+
"selection": "both_heads_improve_with_rank_guard"
|
| 123 |
+
},
|
| 124 |
+
"complete_artifact_compliance": false,
|
| 125 |
+
"inference": {
|
| 126 |
+
"coordinate_equality": true,
|
| 127 |
+
"samples": [
|
| 128 |
+
1,
|
| 129 |
+
2
|
| 130 |
+
],
|
| 131 |
+
"seed": 17,
|
| 132 |
+
"loops": 3,
|
| 133 |
+
"diffusion_steps": 15,
|
| 134 |
+
"dtype": "fp32 parameters, bf16 autocast",
|
| 135 |
+
"backend": "sdpa",
|
| 136 |
+
"confidence_shapes": {
|
| 137 |
+
"1": {
|
| 138 |
+
"plddt_per_atom": [
|
| 139 |
+
1,
|
| 140 |
+
896
|
| 141 |
+
],
|
| 142 |
+
"plddt": [
|
| 143 |
+
1,
|
| 144 |
+
112
|
| 145 |
+
],
|
| 146 |
+
"pae": [
|
| 147 |
+
1,
|
| 148 |
+
112,
|
| 149 |
+
112
|
| 150 |
+
],
|
| 151 |
+
"ptm": [
|
| 152 |
+
1
|
| 153 |
+
],
|
| 154 |
+
"iptm": [
|
| 155 |
+
1
|
| 156 |
+
]
|
| 157 |
+
},
|
| 158 |
+
"2": {
|
| 159 |
+
"plddt_per_atom": [
|
| 160 |
+
2,
|
| 161 |
+
896
|
| 162 |
+
],
|
| 163 |
+
"plddt": [
|
| 164 |
+
2,
|
| 165 |
+
112
|
| 166 |
+
],
|
| 167 |
+
"pae": [
|
| 168 |
+
2,
|
| 169 |
+
112,
|
| 170 |
+
112
|
| 171 |
+
],
|
| 172 |
+
"ptm": [
|
| 173 |
+
2
|
| 174 |
+
],
|
| 175 |
+
"iptm": [
|
| 176 |
+
2
|
| 177 |
+
]
|
| 178 |
+
}
|
| 179 |
+
},
|
| 180 |
+
"cif_atom_count": 870,
|
| 181 |
+
"cif_chain_ids": [
|
| 182 |
+
"A",
|
| 183 |
+
"B"
|
| 184 |
+
],
|
| 185 |
+
"peak_memory_bytes": 1818710528,
|
| 186 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 187 |
+
"torch_version": "2.13.0+cu130"
|
| 188 |
+
},
|
| 189 |
+
"elapsed_seconds": 47.663520231,
|
| 190 |
+
"controller_app_id": "ap-AbpkD7NbtLPFrbEex1ucXR",
|
| 191 |
+
"controller_call_id": "568712ef0c9e4737a8b86fad96129b59"
|
| 192 |
+
}
|
docs/evidence/confidence/esmfold2_300-v2.json
ADDED
|
@@ -0,0 +1,1169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "complete",
|
| 3 |
+
"campaign": "confidence-v2",
|
| 4 |
+
"metrics_review": {
|
| 5 |
+
"status": "requires_recomputation",
|
| 6 |
+
"reason": "The original Spearman implementation assigned distinct ranks to tied values. Correlations, bootstrap intervals, and acceptance gates must be recomputed with average tied ranks.",
|
| 7 |
+
"historical_values_preserved": true,
|
| 8 |
+
"raw_prediction_recovery": {
|
| 9 |
+
"status": "unavailable",
|
| 10 |
+
"details": "The GH200 workstation is closed. W&B contains no logged artifacts or raw per-target prediction records for either v2 run; aggregate history cannot reconstruct corrected metrics.",
|
| 11 |
+
"required_files": [
|
| 12 |
+
"~/data/confidence-v2/evaluation/esmfold2_300/records.json",
|
| 13 |
+
"~/data/confidence-v2/evaluation/esmfold2/records.json"
|
| 14 |
+
]
|
| 15 |
+
},
|
| 16 |
+
"training_history_audit": {
|
| 17 |
+
"wandb_url": "https://wandb.ai/lhallee/fastplms-confidence/runs/d5587e06871a",
|
| 18 |
+
"history_rows": 780,
|
| 19 |
+
"metric": "train/skipped_targets",
|
| 20 |
+
"maximum": 0,
|
| 21 |
+
"scope": "All 780 update rows were inspected.",
|
| 22 |
+
"conclusion": "The skipped-target gradient bug did not affect this recorded training run because no training target was skipped."
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"model_id": "esmfold2_300",
|
| 26 |
+
"data": {
|
| 27 |
+
"dataset": "Synthyra/AtlasFold-Data",
|
| 28 |
+
"configurations": [
|
| 29 |
+
"rcsb",
|
| 30 |
+
"rcsb_multimer"
|
| 31 |
+
],
|
| 32 |
+
"maximum_resolution_angstrom": 4.0
|
| 33 |
+
},
|
| 34 |
+
"training": {
|
| 35 |
+
"donor_repo": "biohub/ESMFold2-Experimental-Fast-Cutoff2025",
|
| 36 |
+
"donor_revision": "74b88548bf19688b8727432db0d698cb2e1d8783",
|
| 37 |
+
"donor_weight_sha256": "4e903b740ad6ad704ec60881bfd593e0d6c874a630ffa0f0838276e0b665088f",
|
| 38 |
+
"wandb_url": "https://wandb.ai/lhallee/fastplms-confidence/runs/d5587e06871a",
|
| 39 |
+
"updates": 780,
|
| 40 |
+
"stopped_by": "planned_updates",
|
| 41 |
+
"elapsed_hours": 19.363341560259997,
|
| 42 |
+
"selected_checkpoint": "final-ema.safetensors",
|
| 43 |
+
"final_validation": {
|
| 44 |
+
"plddt_ce": 2.738593426416628,
|
| 45 |
+
"pae_ce": 2.7852038320852444,
|
| 46 |
+
"total_ce": 5.523797258501872,
|
| 47 |
+
"target_plddt_spearman": 0.9418044747081711,
|
| 48 |
+
"within_target_plddt_accuracy": 0.5428571428571428,
|
| 49 |
+
"within_target_plddt_pairs": 105.0,
|
| 50 |
+
"within_target_iptm_accuracy": 0.5300261096605744,
|
| 51 |
+
"within_target_iptm_pairs": 383.0,
|
| 52 |
+
"calibration_error_10bin": 0.0025469030223053955
|
| 53 |
+
},
|
| 54 |
+
"config": {
|
| 55 |
+
"model_id": "esmfold2_300",
|
| 56 |
+
"samples_per_target": 4,
|
| 57 |
+
"targets_per_update": 16,
|
| 58 |
+
"learning_rate": 0.0001,
|
| 59 |
+
"minimum_learning_rate": 1e-05,
|
| 60 |
+
"weight_decay": 0.01,
|
| 61 |
+
"warmup_updates": 78,
|
| 62 |
+
"planned_updates": 780,
|
| 63 |
+
"ema_decay": 0.9871794871794872,
|
| 64 |
+
"gradient_clip": 1.0,
|
| 65 |
+
"pae_weight": 1.0,
|
| 66 |
+
"ranking_weight": 0.5,
|
| 67 |
+
"ranking_margin": 0.01,
|
| 68 |
+
"ranking_temperature": 0.05,
|
| 69 |
+
"monomer_fraction": 0.5,
|
| 70 |
+
"validation_interval_seconds": 5400,
|
| 71 |
+
"checkpoint_interval_seconds": 1800,
|
| 72 |
+
"maximum_seconds": 73800,
|
| 73 |
+
"validation_limit": null,
|
| 74 |
+
"num_loops": 3,
|
| 75 |
+
"num_sampling_steps": 50,
|
| 76 |
+
"seed": 17
|
| 77 |
+
}
|
| 78 |
+
},
|
| 79 |
+
"splits": {
|
| 80 |
+
"targets_sha256": "da801db539deabdc36d6060e5ef8570ca6cff15374a04dca5280bdcc31166bdd",
|
| 81 |
+
"train_targets": 475959,
|
| 82 |
+
"unique_chain_sequences": 106860,
|
| 83 |
+
"clusters": 35539,
|
| 84 |
+
"mmseqs": {
|
| 85 |
+
"min_seq_id": 0.4,
|
| 86 |
+
"coverage": 0.8,
|
| 87 |
+
"cov_mode": 0
|
| 88 |
+
},
|
| 89 |
+
"counts": {
|
| 90 |
+
"test/complex": 128,
|
| 91 |
+
"test/dimer_hetero": 96,
|
| 92 |
+
"test/dimer_homo": 96,
|
| 93 |
+
"test/long": 64,
|
| 94 |
+
"test/monomer_long": 64,
|
| 95 |
+
"test/monomer_medium": 64,
|
| 96 |
+
"test/monomer_short": 64,
|
| 97 |
+
"train/complex": 25490,
|
| 98 |
+
"train/dimer_hetero": 11304,
|
| 99 |
+
"train/dimer_homo": 36648,
|
| 100 |
+
"train/monomer_long": 31333,
|
| 101 |
+
"train/monomer_medium": 141549,
|
| 102 |
+
"train/monomer_short": 229635,
|
| 103 |
+
"unused/complex": 3675,
|
| 104 |
+
"unused/dimer_hetero": 1218,
|
| 105 |
+
"unused/dimer_homo": 2566,
|
| 106 |
+
"unused/long": 29669,
|
| 107 |
+
"unused/monomer_long": 2262,
|
| 108 |
+
"unused/monomer_medium": 8223,
|
| 109 |
+
"unused/monomer_short": 20674,
|
| 110 |
+
"validation/complex": 64,
|
| 111 |
+
"validation/dimer_hetero": 48,
|
| 112 |
+
"validation/dimer_homo": 48,
|
| 113 |
+
"validation/monomer_long": 32,
|
| 114 |
+
"validation/monomer_medium": 32,
|
| 115 |
+
"validation/monomer_short": 32
|
| 116 |
+
}
|
| 117 |
+
},
|
| 118 |
+
"test": {
|
| 119 |
+
"targets": 512,
|
| 120 |
+
"samples_per_target": 5,
|
| 121 |
+
"num_loops": 3,
|
| 122 |
+
"num_sampling_steps": 50,
|
| 123 |
+
"strata": "512 standard targets; the 64 long targets are excluded from these estimates",
|
| 124 |
+
"heads": {
|
| 125 |
+
"v2": {
|
| 126 |
+
"plddt_lddt_spearman": 0.8806222349639486,
|
| 127 |
+
"ptm_tm_spearman": 0.8375056598195127,
|
| 128 |
+
"iptm_dockq_spearman": 0.8164031134437608,
|
| 129 |
+
"atom_plddt_mae": 0.0795504425001353,
|
| 130 |
+
"calibration_error_10bin": 0.0037949076981670976,
|
| 131 |
+
"plddt_ce": 2.7292072736658155,
|
| 132 |
+
"pae_ce": 2.8146076707402243,
|
| 133 |
+
"within_target_plddt_accuracy": 0.589242053789731,
|
| 134 |
+
"within_target_iptm_dockq_accuracy": 0.6033755274261603,
|
| 135 |
+
"top1_regret": 0.020950895596906306,
|
| 136 |
+
"random_selection_regret": 0.024666543374892592,
|
| 137 |
+
"disorder_auroc": 0.8584015046219329,
|
| 138 |
+
"resolved_residue_mean_plddt": 0.7524911559371407,
|
| 139 |
+
"unresolved_residue_mean_plddt": 0.49225176767482864,
|
| 140 |
+
"resolved_fraction_below_50": 0.11411572139680295,
|
| 141 |
+
"unresolved_fraction_below_50": 0.5898858374214846,
|
| 142 |
+
"within_target_plddt_pairs": 409.0,
|
| 143 |
+
"within_target_iptm_dockq_pairs": 474.0,
|
| 144 |
+
"complexes_without_dockq": 3.0,
|
| 145 |
+
"interval_95": {
|
| 146 |
+
"plddt_lddt_spearman": [
|
| 147 |
+
0.8522330319533682,
|
| 148 |
+
0.9033805847855982
|
| 149 |
+
],
|
| 150 |
+
"ptm_tm_spearman": [
|
| 151 |
+
0.8047322312065667,
|
| 152 |
+
0.8652179897402555
|
| 153 |
+
],
|
| 154 |
+
"iptm_dockq_spearman": [
|
| 155 |
+
0.7666408919390754,
|
| 156 |
+
0.8542778550323612
|
| 157 |
+
],
|
| 158 |
+
"atom_plddt_mae": [
|
| 159 |
+
0.07689145249408083,
|
| 160 |
+
0.0822517896297056
|
| 161 |
+
],
|
| 162 |
+
"calibration_error_10bin": [
|
| 163 |
+
0.002377045348972477,
|
| 164 |
+
0.007643140768348684
|
| 165 |
+
],
|
| 166 |
+
"plddt_ce": [
|
| 167 |
+
2.683811030131765,
|
| 168 |
+
2.774590065426892
|
| 169 |
+
],
|
| 170 |
+
"pae_ce": [
|
| 171 |
+
2.7630271947651637,
|
| 172 |
+
2.864592824121355
|
| 173 |
+
],
|
| 174 |
+
"within_target_plddt_accuracy": [
|
| 175 |
+
0.5065608231738656,
|
| 176 |
+
0.6723952648939997
|
| 177 |
+
],
|
| 178 |
+
"within_target_iptm_dockq_accuracy": [
|
| 179 |
+
0.5374399618142222,
|
| 180 |
+
0.6666666666666666
|
| 181 |
+
],
|
| 182 |
+
"top1_regret": [
|
| 183 |
+
0.01652054216695909,
|
| 184 |
+
0.026342322015235287
|
| 185 |
+
],
|
| 186 |
+
"disorder_auroc": [
|
| 187 |
+
0.8359518605529593,
|
| 188 |
+
0.8794825142045956
|
| 189 |
+
],
|
| 190 |
+
"resolved_residue_mean_plddt": [
|
| 191 |
+
0.7400209017525208,
|
| 192 |
+
0.7652972893367936
|
| 193 |
+
],
|
| 194 |
+
"unresolved_residue_mean_plddt": [
|
| 195 |
+
0.47377897278212316,
|
| 196 |
+
0.5103853029023948
|
| 197 |
+
],
|
| 198 |
+
"resolved_fraction_below_50": [
|
| 199 |
+
0.0909427011329162,
|
| 200 |
+
0.13933099507367439
|
| 201 |
+
],
|
| 202 |
+
"unresolved_fraction_below_50": [
|
| 203 |
+
0.5456672585943043,
|
| 204 |
+
0.6364343282987336
|
| 205 |
+
]
|
| 206 |
+
},
|
| 207 |
+
"by_stratum": {
|
| 208 |
+
"complex": {
|
| 209 |
+
"targets": 128.0,
|
| 210 |
+
"plddt_lddt_spearman": 0.8161580442090924,
|
| 211 |
+
"ptm_tm_spearman": 0.8527188024140685,
|
| 212 |
+
"iptm_dockq_spearman": 0.8210674342466657,
|
| 213 |
+
"atom_plddt_mae": 0.09347627031067571,
|
| 214 |
+
"calibration_error_10bin": 0.008679089181560679,
|
| 215 |
+
"plddt_ce": 3.034339437261224,
|
| 216 |
+
"pae_ce": 2.80605479599908,
|
| 217 |
+
"within_target_plddt_accuracy": 0.6027397260273972,
|
| 218 |
+
"within_target_plddt_pairs": 219.0,
|
| 219 |
+
"within_target_iptm_dockq_accuracy": 0.5862068965517241,
|
| 220 |
+
"within_target_iptm_dockq_pairs": 203.0,
|
| 221 |
+
"top1_regret": 0.03530994311677783,
|
| 222 |
+
"random_selection_regret": 0.040910114365440634,
|
| 223 |
+
"complexes_without_dockq": 0.0,
|
| 224 |
+
"disorder_auroc": 0.8446194217260725,
|
| 225 |
+
"resolved_residue_mean_plddt": 0.6965005411005384,
|
| 226 |
+
"unresolved_residue_mean_plddt": 0.4553815072210822,
|
| 227 |
+
"resolved_fraction_below_50": 0.16614323919817456,
|
| 228 |
+
"unresolved_fraction_below_50": 0.6697912664873863,
|
| 229 |
+
"unresolved_residues": 39045.0
|
| 230 |
+
},
|
| 231 |
+
"dimer_hetero": {
|
| 232 |
+
"targets": 96.0,
|
| 233 |
+
"plddt_lddt_spearman": 0.8290057682542024,
|
| 234 |
+
"ptm_tm_spearman": 0.8150534507528243,
|
| 235 |
+
"iptm_dockq_spearman": 0.8279127276131685,
|
| 236 |
+
"atom_plddt_mae": 0.06983019142828911,
|
| 237 |
+
"calibration_error_10bin": 0.00914134512012394,
|
| 238 |
+
"plddt_ce": 2.50225924924016,
|
| 239 |
+
"pae_ce": 2.7151865382989246,
|
| 240 |
+
"within_target_plddt_accuracy": 0.5185185185185185,
|
| 241 |
+
"within_target_plddt_pairs": 27.0,
|
| 242 |
+
"within_target_iptm_dockq_accuracy": 0.6869565217391305,
|
| 243 |
+
"within_target_iptm_dockq_pairs": 115.0,
|
| 244 |
+
"top1_regret": 0.021305436659606287,
|
| 245 |
+
"random_selection_regret": 0.024502637402166277,
|
| 246 |
+
"complexes_without_dockq": 2.0,
|
| 247 |
+
"disorder_auroc": 0.8855505824356439,
|
| 248 |
+
"resolved_residue_mean_plddt": 0.7838424035170852,
|
| 249 |
+
"unresolved_residue_mean_plddt": 0.49661701373496125,
|
| 250 |
+
"resolved_fraction_below_50": 0.08038412358758905,
|
| 251 |
+
"unresolved_fraction_below_50": 0.597525309336333,
|
| 252 |
+
"unresolved_residues": 22225.0
|
| 253 |
+
},
|
| 254 |
+
"dimer_homo": {
|
| 255 |
+
"targets": 96.0,
|
| 256 |
+
"plddt_lddt_spearman": 0.7787650988068524,
|
| 257 |
+
"ptm_tm_spearman": 0.8066193863688644,
|
| 258 |
+
"iptm_dockq_spearman": 0.725039217552444,
|
| 259 |
+
"atom_plddt_mae": 0.07767876348785335,
|
| 260 |
+
"calibration_error_10bin": 0.003013328148368868,
|
| 261 |
+
"plddt_ce": 2.776953820635875,
|
| 262 |
+
"pae_ce": 2.882895301779111,
|
| 263 |
+
"within_target_plddt_accuracy": 0.5625,
|
| 264 |
+
"within_target_plddt_pairs": 80.0,
|
| 265 |
+
"within_target_iptm_dockq_accuracy": 0.5641025641025641,
|
| 266 |
+
"within_target_iptm_dockq_pairs": 156.0,
|
| 267 |
+
"top1_regret": 0.03222895262072528,
|
| 268 |
+
"random_selection_regret": 0.03923288382979159,
|
| 269 |
+
"complexes_without_dockq": 1.0,
|
| 270 |
+
"disorder_auroc": 0.8716539503185036,
|
| 271 |
+
"resolved_residue_mean_plddt": 0.764233505591746,
|
| 272 |
+
"unresolved_residue_mean_plddt": 0.4829545872854559,
|
| 273 |
+
"resolved_fraction_below_50": 0.0979541177883653,
|
| 274 |
+
"unresolved_fraction_below_50": 0.6231578947368421,
|
| 275 |
+
"unresolved_residues": 15200.0
|
| 276 |
+
},
|
| 277 |
+
"long": {
|
| 278 |
+
"targets": 64.0,
|
| 279 |
+
"plddt_lddt_spearman": 0.9064607564526999,
|
| 280 |
+
"ptm_tm_spearman": 0.6713861951776874,
|
| 281 |
+
"iptm_dockq_spearman": 0.5252166117279193,
|
| 282 |
+
"atom_plddt_mae": 0.09301054751275564,
|
| 283 |
+
"calibration_error_10bin": 0.022013513076870137,
|
| 284 |
+
"plddt_ce": 3.1660709284245967,
|
| 285 |
+
"pae_ce": 2.419415009953082,
|
| 286 |
+
"within_target_plddt_accuracy": 0.5842696629213483,
|
| 287 |
+
"within_target_plddt_pairs": 89.0,
|
| 288 |
+
"within_target_iptm_dockq_accuracy": 0.5957446808510638,
|
| 289 |
+
"within_target_iptm_dockq_pairs": 94.0,
|
| 290 |
+
"top1_regret": 0.024673526119359884,
|
| 291 |
+
"random_selection_regret": 0.026489562169333465,
|
| 292 |
+
"complexes_without_dockq": 0.0,
|
| 293 |
+
"disorder_auroc": 0.8575678039091541,
|
| 294 |
+
"resolved_residue_mean_plddt": 0.5877979850585178,
|
| 295 |
+
"unresolved_residue_mean_plddt": 0.39186292946365636,
|
| 296 |
+
"resolved_fraction_below_50": 0.2725194829328347,
|
| 297 |
+
"unresolved_fraction_below_50": 0.8535762788592123,
|
| 298 |
+
"unresolved_residues": 44180.0
|
| 299 |
+
},
|
| 300 |
+
"monomer_long": {
|
| 301 |
+
"targets": 64.0,
|
| 302 |
+
"plddt_lddt_spearman": 0.934191251867694,
|
| 303 |
+
"ptm_tm_spearman": 0.8468410336038438,
|
| 304 |
+
"iptm_dockq_spearman": NaN,
|
| 305 |
+
"atom_plddt_mae": 0.07625922333662667,
|
| 306 |
+
"calibration_error_10bin": 0.0019421049047217483,
|
| 307 |
+
"plddt_ce": 2.8166073210537435,
|
| 308 |
+
"pae_ce": 3.054467962309718,
|
| 309 |
+
"within_target_plddt_accuracy": 0.5769230769230769,
|
| 310 |
+
"within_target_plddt_pairs": 26.0,
|
| 311 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 312 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 313 |
+
"top1_regret": 0.005328163970261812,
|
| 314 |
+
"random_selection_regret": 0.006895909179002044,
|
| 315 |
+
"complexes_without_dockq": 0.0,
|
| 316 |
+
"disorder_auroc": 0.8335261878863898,
|
| 317 |
+
"resolved_residue_mean_plddt": 0.740030006929448,
|
| 318 |
+
"unresolved_residue_mean_plddt": 0.5162748831026001,
|
| 319 |
+
"resolved_fraction_below_50": 0.12197741451472795,
|
| 320 |
+
"unresolved_fraction_below_50": 0.5485308521057787,
|
| 321 |
+
"unresolved_residues": 20420.0
|
| 322 |
+
},
|
| 323 |
+
"monomer_medium": {
|
| 324 |
+
"targets": 64.0,
|
| 325 |
+
"plddt_lddt_spearman": 0.6967721852752469,
|
| 326 |
+
"ptm_tm_spearman": 0.5615383206867255,
|
| 327 |
+
"iptm_dockq_spearman": NaN,
|
| 328 |
+
"atom_plddt_mae": 0.05854055950731295,
|
| 329 |
+
"calibration_error_10bin": 0.00294895714200576,
|
| 330 |
+
"plddt_ce": 2.404964827001095,
|
| 331 |
+
"pae_ce": 2.858535459637642,
|
| 332 |
+
"within_target_plddt_accuracy": 0.6666666666666666,
|
| 333 |
+
"within_target_plddt_pairs": 6.0,
|
| 334 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 335 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 336 |
+
"top1_regret": 0.003875786904245615,
|
| 337 |
+
"random_selection_regret": 0.004519403260201208,
|
| 338 |
+
"complexes_without_dockq": 0.0,
|
| 339 |
+
"disorder_auroc": 0.9297589026280908,
|
| 340 |
+
"resolved_residue_mean_plddt": 0.8619307335223018,
|
| 341 |
+
"unresolved_residue_mean_plddt": 0.5682450812381621,
|
| 342 |
+
"resolved_fraction_below_50": 0.03339280683632266,
|
| 343 |
+
"unresolved_fraction_below_50": 0.39098557692307695,
|
| 344 |
+
"unresolved_residues": 8320.0
|
| 345 |
+
},
|
| 346 |
+
"monomer_short": {
|
| 347 |
+
"targets": 64.0,
|
| 348 |
+
"plddt_lddt_spearman": 0.826516860516216,
|
| 349 |
+
"ptm_tm_spearman": 0.8069489203996133,
|
| 350 |
+
"iptm_dockq_spearman": NaN,
|
| 351 |
+
"atom_plddt_mae": 0.06872973764867395,
|
| 352 |
+
"calibration_error_10bin": 0.00361132804212685,
|
| 353 |
+
"plddt_ce": 2.6245875619351864,
|
| 354 |
+
"pae_ce": 2.5946255918592214,
|
| 355 |
+
"within_target_plddt_accuracy": 0.6078431372549019,
|
| 356 |
+
"within_target_plddt_pairs": 51.0,
|
| 357 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 358 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 359 |
+
"top1_regret": 0.00766904279589653,
|
| 360 |
+
"random_selection_regret": 0.00871600098907948,
|
| 361 |
+
"complexes_without_dockq": 0.0,
|
| 362 |
+
"disorder_auroc": 0.9230763493119722,
|
| 363 |
+
"resolved_residue_mean_plddt": 0.8595384640455274,
|
| 364 |
+
"unresolved_residue_mean_plddt": 0.5861613858195678,
|
| 365 |
+
"resolved_fraction_below_50": 0.030159655051858757,
|
| 366 |
+
"unresolved_fraction_below_50": 0.2527958387516255,
|
| 367 |
+
"unresolved_residues": 3845.0
|
| 368 |
+
}
|
| 369 |
+
}
|
| 370 |
+
},
|
| 371 |
+
"pilot": {
|
| 372 |
+
"plddt_lddt_spearman": 0.8184321445933752,
|
| 373 |
+
"ptm_tm_spearman": 0.788661616979464,
|
| 374 |
+
"iptm_dockq_spearman": 0.7288814919716818,
|
| 375 |
+
"atom_plddt_mae": 0.09251381880303969,
|
| 376 |
+
"calibration_error_10bin": 0.02224540604878093,
|
| 377 |
+
"plddt_ce": 2.9707393335178494,
|
| 378 |
+
"pae_ce": 2.9584438922815024,
|
| 379 |
+
"within_target_plddt_accuracy": 0.5036674816625917,
|
| 380 |
+
"within_target_iptm_dockq_accuracy": 0.5717299578059072,
|
| 381 |
+
"top1_regret": 0.025988644952189187,
|
| 382 |
+
"random_selection_regret": 0.024666543374892592,
|
| 383 |
+
"disorder_auroc": 0.8505674075728912,
|
| 384 |
+
"resolved_residue_mean_plddt": 0.7644476906250071,
|
| 385 |
+
"unresolved_residue_mean_plddt": 0.4933897328447276,
|
| 386 |
+
"resolved_fraction_below_50": 0.12478992834210648,
|
| 387 |
+
"unresolved_fraction_below_50": 0.5838246756223924,
|
| 388 |
+
"within_target_plddt_pairs": 409.0,
|
| 389 |
+
"within_target_iptm_dockq_pairs": 474.0,
|
| 390 |
+
"complexes_without_dockq": 3.0,
|
| 391 |
+
"interval_95": {
|
| 392 |
+
"plddt_lddt_spearman": [
|
| 393 |
+
0.7760910224791179,
|
| 394 |
+
0.8534792869452819
|
| 395 |
+
],
|
| 396 |
+
"ptm_tm_spearman": [
|
| 397 |
+
0.7441764377708242,
|
| 398 |
+
0.8248900130163688
|
| 399 |
+
],
|
| 400 |
+
"iptm_dockq_spearman": [
|
| 401 |
+
0.6649936888440134,
|
| 402 |
+
0.7813621579259261
|
| 403 |
+
],
|
| 404 |
+
"atom_plddt_mae": [
|
| 405 |
+
0.08891877538460533,
|
| 406 |
+
0.09613938650686711
|
| 407 |
+
],
|
| 408 |
+
"calibration_error_10bin": [
|
| 409 |
+
0.01841091411034279,
|
| 410 |
+
0.027466511868806727
|
| 411 |
+
],
|
| 412 |
+
"plddt_ce": [
|
| 413 |
+
2.917338929695543,
|
| 414 |
+
3.0295609285053797
|
| 415 |
+
],
|
| 416 |
+
"pae_ce": [
|
| 417 |
+
2.9069495946296957,
|
| 418 |
+
3.0108215201646087
|
| 419 |
+
],
|
| 420 |
+
"within_target_plddt_accuracy": [
|
| 421 |
+
0.4196356566820277,
|
| 422 |
+
0.5793152025148625
|
| 423 |
+
],
|
| 424 |
+
"within_target_iptm_dockq_accuracy": [
|
| 425 |
+
0.49868329439787457,
|
| 426 |
+
0.6385096450566622
|
| 427 |
+
],
|
| 428 |
+
"top1_regret": [
|
| 429 |
+
0.019855618285407647,
|
| 430 |
+
0.03337962882942727
|
| 431 |
+
],
|
| 432 |
+
"disorder_auroc": [
|
| 433 |
+
0.8288558055150879,
|
| 434 |
+
0.8707269461406139
|
| 435 |
+
],
|
| 436 |
+
"resolved_residue_mean_plddt": [
|
| 437 |
+
0.7510288736399857,
|
| 438 |
+
0.7776132699263241
|
| 439 |
+
],
|
| 440 |
+
"unresolved_residue_mean_plddt": [
|
| 441 |
+
0.47456309465159385,
|
| 442 |
+
0.5126317709041344
|
| 443 |
+
],
|
| 444 |
+
"resolved_fraction_below_50": [
|
| 445 |
+
0.10362765247699511,
|
| 446 |
+
0.14559260449701805
|
| 447 |
+
],
|
| 448 |
+
"unresolved_fraction_below_50": [
|
| 449 |
+
0.5400833141309014,
|
| 450 |
+
0.6291578296874226
|
| 451 |
+
]
|
| 452 |
+
},
|
| 453 |
+
"by_stratum": {
|
| 454 |
+
"complex": {
|
| 455 |
+
"targets": 128.0,
|
| 456 |
+
"plddt_lddt_spearman": 0.6544294694322985,
|
| 457 |
+
"ptm_tm_spearman": 0.6753125617982467,
|
| 458 |
+
"iptm_dockq_spearman": 0.597781305618422,
|
| 459 |
+
"atom_plddt_mae": 0.11890584146208717,
|
| 460 |
+
"calibration_error_10bin": 0.022458282205713758,
|
| 461 |
+
"plddt_ce": 3.4381225731223823,
|
| 462 |
+
"pae_ce": 3.0394762583076953,
|
| 463 |
+
"within_target_plddt_accuracy": 0.4885844748858447,
|
| 464 |
+
"within_target_plddt_pairs": 219.0,
|
| 465 |
+
"within_target_iptm_dockq_accuracy": 0.5172413793103449,
|
| 466 |
+
"within_target_iptm_dockq_pairs": 203.0,
|
| 467 |
+
"top1_regret": 0.044877974998943485,
|
| 468 |
+
"random_selection_regret": 0.040910114365440634,
|
| 469 |
+
"complexes_without_dockq": 0.0,
|
| 470 |
+
"disorder_auroc": 0.8208564612744532,
|
| 471 |
+
"resolved_residue_mean_plddt": 0.6838950887238702,
|
| 472 |
+
"unresolved_residue_mean_plddt": 0.4598164708945003,
|
| 473 |
+
"resolved_fraction_below_50": 0.19053904850700493,
|
| 474 |
+
"unresolved_fraction_below_50": 0.6566013574081189,
|
| 475 |
+
"unresolved_residues": 39045.0
|
| 476 |
+
},
|
| 477 |
+
"dimer_hetero": {
|
| 478 |
+
"targets": 96.0,
|
| 479 |
+
"plddt_lddt_spearman": 0.7945777759452081,
|
| 480 |
+
"ptm_tm_spearman": 0.8359116141997143,
|
| 481 |
+
"iptm_dockq_spearman": 0.7976426503958246,
|
| 482 |
+
"atom_plddt_mae": 0.07577383538341548,
|
| 483 |
+
"calibration_error_10bin": 0.01796344431869612,
|
| 484 |
+
"plddt_ce": 2.6605645303924876,
|
| 485 |
+
"pae_ce": 2.833657395094633,
|
| 486 |
+
"within_target_plddt_accuracy": 0.5555555555555556,
|
| 487 |
+
"within_target_plddt_pairs": 27.0,
|
| 488 |
+
"within_target_iptm_dockq_accuracy": 0.6869565217391305,
|
| 489 |
+
"within_target_iptm_dockq_pairs": 115.0,
|
| 490 |
+
"top1_regret": 0.018301323619061394,
|
| 491 |
+
"random_selection_regret": 0.024502637402166277,
|
| 492 |
+
"complexes_without_dockq": 2.0,
|
| 493 |
+
"disorder_auroc": 0.888293204326991,
|
| 494 |
+
"resolved_residue_mean_plddt": 0.8056304605528356,
|
| 495 |
+
"unresolved_residue_mean_plddt": 0.49401691650244733,
|
| 496 |
+
"resolved_fraction_below_50": 0.08837452049789933,
|
| 497 |
+
"unresolved_fraction_below_50": 0.5984251968503937,
|
| 498 |
+
"unresolved_residues": 22225.0
|
| 499 |
+
},
|
| 500 |
+
"dimer_homo": {
|
| 501 |
+
"targets": 96.0,
|
| 502 |
+
"plddt_lddt_spearman": 0.7086148377380109,
|
| 503 |
+
"ptm_tm_spearman": 0.7982991462636555,
|
| 504 |
+
"iptm_dockq_spearman": 0.7073996607303814,
|
| 505 |
+
"atom_plddt_mae": 0.0859838032732818,
|
| 506 |
+
"calibration_error_10bin": 0.0315429532167348,
|
| 507 |
+
"plddt_ce": 3.070184169212977,
|
| 508 |
+
"pae_ce": 2.9799355077246825,
|
| 509 |
+
"within_target_plddt_accuracy": 0.525,
|
| 510 |
+
"within_target_plddt_pairs": 80.0,
|
| 511 |
+
"within_target_iptm_dockq_accuracy": 0.5576923076923077,
|
| 512 |
+
"within_target_iptm_dockq_pairs": 156.0,
|
| 513 |
+
"top1_regret": 0.04698659093196107,
|
| 514 |
+
"random_selection_regret": 0.03923288382979159,
|
| 515 |
+
"complexes_without_dockq": 1.0,
|
| 516 |
+
"disorder_auroc": 0.8741543444969372,
|
| 517 |
+
"resolved_residue_mean_plddt": 0.7934247536297847,
|
| 518 |
+
"unresolved_residue_mean_plddt": 0.4857238241245872,
|
| 519 |
+
"resolved_fraction_below_50": 0.10133723025183168,
|
| 520 |
+
"unresolved_fraction_below_50": 0.6259868421052631,
|
| 521 |
+
"unresolved_residues": 15200.0
|
| 522 |
+
},
|
| 523 |
+
"long": {
|
| 524 |
+
"targets": 64.0,
|
| 525 |
+
"plddt_lddt_spearman": 0.23247040986728384,
|
| 526 |
+
"ptm_tm_spearman": 0.16850408695397417,
|
| 527 |
+
"iptm_dockq_spearman": -0.07919762096090877,
|
| 528 |
+
"atom_plddt_mae": 0.15222375592064724,
|
| 529 |
+
"calibration_error_10bin": 0.07583900805378871,
|
| 530 |
+
"plddt_ce": 3.852537892013788,
|
| 531 |
+
"pae_ce": 2.838023629039526,
|
| 532 |
+
"within_target_plddt_accuracy": 0.3707865168539326,
|
| 533 |
+
"within_target_plddt_pairs": 89.0,
|
| 534 |
+
"within_target_iptm_dockq_accuracy": 0.425531914893617,
|
| 535 |
+
"within_target_iptm_dockq_pairs": 94.0,
|
| 536 |
+
"top1_regret": 0.0352332538069019,
|
| 537 |
+
"random_selection_regret": 0.026489562169333465,
|
| 538 |
+
"complexes_without_dockq": 0.0,
|
| 539 |
+
"disorder_auroc": 0.6206819114953004,
|
| 540 |
+
"resolved_residue_mean_plddt": 0.6005927214681922,
|
| 541 |
+
"unresolved_residue_mean_plddt": 0.5333536234186375,
|
| 542 |
+
"resolved_fraction_below_50": 0.294681827156479,
|
| 543 |
+
"unresolved_fraction_below_50": 0.44352648257129923,
|
| 544 |
+
"unresolved_residues": 44180.0
|
| 545 |
+
},
|
| 546 |
+
"monomer_long": {
|
| 547 |
+
"targets": 64.0,
|
| 548 |
+
"plddt_lddt_spearman": 0.8978580113087041,
|
| 549 |
+
"ptm_tm_spearman": 0.8328878944130313,
|
| 550 |
+
"iptm_dockq_spearman": NaN,
|
| 551 |
+
"atom_plddt_mae": 0.08609643914754711,
|
| 552 |
+
"calibration_error_10bin": 0.038345084235621676,
|
| 553 |
+
"plddt_ce": 3.1488632045686247,
|
| 554 |
+
"pae_ce": 3.2402548104524613,
|
| 555 |
+
"within_target_plddt_accuracy": 0.5769230769230769,
|
| 556 |
+
"within_target_plddt_pairs": 26.0,
|
| 557 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 558 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 559 |
+
"top1_regret": 0.00640330882743001,
|
| 560 |
+
"random_selection_regret": 0.006895909179002044,
|
| 561 |
+
"complexes_without_dockq": 0.0,
|
| 562 |
+
"disorder_auroc": 0.8429202739212436,
|
| 563 |
+
"resolved_residue_mean_plddt": 0.7745909752939025,
|
| 564 |
+
"unresolved_residue_mean_plddt": 0.5189045517702644,
|
| 565 |
+
"resolved_fraction_below_50": 0.11923451525441575,
|
| 566 |
+
"unresolved_fraction_below_50": 0.5014691478942214,
|
| 567 |
+
"unresolved_residues": 20420.0
|
| 568 |
+
},
|
| 569 |
+
"monomer_medium": {
|
| 570 |
+
"targets": 64.0,
|
| 571 |
+
"plddt_lddt_spearman": 0.6691160314065567,
|
| 572 |
+
"ptm_tm_spearman": 0.6017307297922831,
|
| 573 |
+
"iptm_dockq_spearman": NaN,
|
| 574 |
+
"atom_plddt_mae": 0.058161038957750946,
|
| 575 |
+
"calibration_error_10bin": 0.008819215774647237,
|
| 576 |
+
"plddt_ce": 2.4637409035116433,
|
| 577 |
+
"pae_ce": 2.9401987120509148,
|
| 578 |
+
"within_target_plddt_accuracy": 0.5,
|
| 579 |
+
"within_target_plddt_pairs": 6.0,
|
| 580 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 581 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 582 |
+
"top1_regret": 0.0045654731802642345,
|
| 583 |
+
"random_selection_regret": 0.004519403260201208,
|
| 584 |
+
"complexes_without_dockq": 0.0,
|
| 585 |
+
"disorder_auroc": 0.9262140596896061,
|
| 586 |
+
"resolved_residue_mean_plddt": 0.8710527805310816,
|
| 587 |
+
"unresolved_residue_mean_plddt": 0.5501256335884905,
|
| 588 |
+
"resolved_fraction_below_50": 0.040360597239177384,
|
| 589 |
+
"unresolved_fraction_below_50": 0.475,
|
| 590 |
+
"unresolved_residues": 8320.0
|
| 591 |
+
},
|
| 592 |
+
"monomer_short": {
|
| 593 |
+
"targets": 64.0,
|
| 594 |
+
"plddt_lddt_spearman": 0.8184352386253773,
|
| 595 |
+
"ptm_tm_spearman": 0.8347929423138898,
|
| 596 |
+
"iptm_dockq_spearman": NaN,
|
| 597 |
+
"atom_plddt_mae": 0.06901271301322033,
|
| 598 |
+
"calibration_error_10bin": 0.011656390238346805,
|
| 599 |
+
"plddt_ce": 2.680942364409566,
|
| 600 |
+
"pae_ce": 2.6877557449042797,
|
| 601 |
+
"within_target_plddt_accuracy": 0.47058823529411764,
|
| 602 |
+
"within_target_plddt_pairs": 51.0,
|
| 603 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 604 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 605 |
+
"top1_regret": 0.00934041989967227,
|
| 606 |
+
"random_selection_regret": 0.00871600098907948,
|
| 607 |
+
"complexes_without_dockq": 0.0,
|
| 608 |
+
"disorder_auroc": 0.9174400151300489,
|
| 609 |
+
"resolved_residue_mean_plddt": 0.8675442077579816,
|
| 610 |
+
"unresolved_residue_mean_plddt": 0.6027253302315587,
|
| 611 |
+
"resolved_fraction_below_50": 0.033515907236918774,
|
| 612 |
+
"unresolved_fraction_below_50": 0.2665799739921977,
|
| 613 |
+
"unresolved_residues": 3845.0
|
| 614 |
+
}
|
| 615 |
+
}
|
| 616 |
+
},
|
| 617 |
+
"donor": {
|
| 618 |
+
"plddt_lddt_spearman": -0.45936356663529454,
|
| 619 |
+
"ptm_tm_spearman": -0.03928696230498692,
|
| 620 |
+
"iptm_dockq_spearman": -0.16307657710926055,
|
| 621 |
+
"atom_plddt_mae": 0.3986797209458525,
|
| 622 |
+
"calibration_error_10bin": 0.3604715274200526,
|
| 623 |
+
"plddt_ce": 7.011120670940727,
|
| 624 |
+
"pae_ce": 4.131617775373161,
|
| 625 |
+
"within_target_plddt_accuracy": 0.4254278728606357,
|
| 626 |
+
"within_target_iptm_dockq_accuracy": 0.5,
|
| 627 |
+
"top1_regret": 0.02364672449041613,
|
| 628 |
+
"random_selection_regret": 0.024666543374892592,
|
| 629 |
+
"disorder_auroc": 0.44688079398495223,
|
| 630 |
+
"resolved_residue_mean_plddt": 0.37476266774373324,
|
| 631 |
+
"unresolved_residue_mean_plddt": 0.4100426914156891,
|
| 632 |
+
"resolved_fraction_below_50": 0.7356433852148264,
|
| 633 |
+
"unresolved_fraction_below_50": 0.673009032139746,
|
| 634 |
+
"within_target_plddt_pairs": 409.0,
|
| 635 |
+
"within_target_iptm_dockq_pairs": 474.0,
|
| 636 |
+
"complexes_without_dockq": 3.0,
|
| 637 |
+
"interval_95": {
|
| 638 |
+
"plddt_lddt_spearman": [
|
| 639 |
+
-0.5286193550506559,
|
| 640 |
+
-0.3893018789120203
|
| 641 |
+
],
|
| 642 |
+
"ptm_tm_spearman": [
|
| 643 |
+
-0.12343057412399468,
|
| 644 |
+
0.039228485400970126
|
| 645 |
+
],
|
| 646 |
+
"iptm_dockq_spearman": [
|
| 647 |
+
-0.2710310156066469,
|
| 648 |
+
-0.04737543374404318
|
| 649 |
+
],
|
| 650 |
+
"atom_plddt_mae": [
|
| 651 |
+
0.38709953488814697,
|
| 652 |
+
0.41062698000975545
|
| 653 |
+
],
|
| 654 |
+
"calibration_error_10bin": [
|
| 655 |
+
0.34359088468691046,
|
| 656 |
+
0.3773746938197935
|
| 657 |
+
],
|
| 658 |
+
"plddt_ce": [
|
| 659 |
+
6.861321468367241,
|
| 660 |
+
7.17622149745468
|
| 661 |
+
],
|
| 662 |
+
"pae_ce": [
|
| 663 |
+
4.075189084562007,
|
| 664 |
+
4.193186633160804
|
| 665 |
+
],
|
| 666 |
+
"within_target_plddt_accuracy": [
|
| 667 |
+
0.3384558823529412,
|
| 668 |
+
0.4977315375302663
|
| 669 |
+
],
|
| 670 |
+
"within_target_iptm_dockq_accuracy": [
|
| 671 |
+
0.43006980660582356,
|
| 672 |
+
0.57935765867581
|
| 673 |
+
],
|
| 674 |
+
"top1_regret": [
|
| 675 |
+
0.019212131625086618,
|
| 676 |
+
0.02856064315813002
|
| 677 |
+
],
|
| 678 |
+
"disorder_auroc": [
|
| 679 |
+
0.4253023583723876,
|
| 680 |
+
0.46882507189263656
|
| 681 |
+
],
|
| 682 |
+
"resolved_residue_mean_plddt": [
|
| 683 |
+
0.36548166996153897,
|
| 684 |
+
0.384083195975403
|
| 685 |
+
],
|
| 686 |
+
"unresolved_residue_mean_plddt": [
|
| 687 |
+
0.3938205850892359,
|
| 688 |
+
0.42594543327967377
|
| 689 |
+
],
|
| 690 |
+
"resolved_fraction_below_50": [
|
| 691 |
+
0.7134820106222701,
|
| 692 |
+
0.7568160900185673
|
| 693 |
+
],
|
| 694 |
+
"unresolved_fraction_below_50": [
|
| 695 |
+
0.6347194474352572,
|
| 696 |
+
0.7113349882972898
|
| 697 |
+
]
|
| 698 |
+
},
|
| 699 |
+
"by_stratum": {
|
| 700 |
+
"complex": {
|
| 701 |
+
"targets": 128.0,
|
| 702 |
+
"plddt_lddt_spearman": -0.2641515695839102,
|
| 703 |
+
"ptm_tm_spearman": 0.2471426779606396,
|
| 704 |
+
"iptm_dockq_spearman": 0.16163834933679042,
|
| 705 |
+
"atom_plddt_mae": 0.3701889158275862,
|
| 706 |
+
"calibration_error_10bin": 0.3197295958724193,
|
| 707 |
+
"plddt_ce": 6.62690107896924,
|
| 708 |
+
"pae_ce": 3.7154461607336997,
|
| 709 |
+
"within_target_plddt_accuracy": 0.4474885844748858,
|
| 710 |
+
"within_target_plddt_pairs": 219.0,
|
| 711 |
+
"within_target_iptm_dockq_accuracy": 0.5369458128078818,
|
| 712 |
+
"within_target_iptm_dockq_pairs": 203.0,
|
| 713 |
+
"top1_regret": 0.03568185624936977,
|
| 714 |
+
"random_selection_regret": 0.040910114365440634,
|
| 715 |
+
"complexes_without_dockq": 0.0,
|
| 716 |
+
"disorder_auroc": 0.4049624094891614,
|
| 717 |
+
"resolved_residue_mean_plddt": 0.34693500950885336,
|
| 718 |
+
"unresolved_residue_mean_plddt": 0.39890270239413206,
|
| 719 |
+
"resolved_fraction_below_50": 0.8195230267193365,
|
| 720 |
+
"unresolved_fraction_below_50": 0.7299782302471507,
|
| 721 |
+
"unresolved_residues": 39045.0
|
| 722 |
+
},
|
| 723 |
+
"dimer_hetero": {
|
| 724 |
+
"targets": 96.0,
|
| 725 |
+
"plddt_lddt_spearman": -0.5495492601964418,
|
| 726 |
+
"ptm_tm_spearman": -0.18083965208182326,
|
| 727 |
+
"iptm_dockq_spearman": -0.34531227470569253,
|
| 728 |
+
"atom_plddt_mae": 0.428634338854683,
|
| 729 |
+
"calibration_error_10bin": 0.3937627849303284,
|
| 730 |
+
"plddt_ce": 7.788598229487737,
|
| 731 |
+
"pae_ce": 4.554659264286359,
|
| 732 |
+
"within_target_plddt_accuracy": 0.37037037037037035,
|
| 733 |
+
"within_target_plddt_pairs": 27.0,
|
| 734 |
+
"within_target_iptm_dockq_accuracy": 0.46956521739130436,
|
| 735 |
+
"within_target_iptm_dockq_pairs": 115.0,
|
| 736 |
+
"top1_regret": 0.023901518024633906,
|
| 737 |
+
"random_selection_regret": 0.024502637402166277,
|
| 738 |
+
"complexes_without_dockq": 2.0,
|
| 739 |
+
"disorder_auroc": 0.440290611934253,
|
| 740 |
+
"resolved_residue_mean_plddt": 0.3809975702750596,
|
| 741 |
+
"unresolved_residue_mean_plddt": 0.4238944979714328,
|
| 742 |
+
"resolved_fraction_below_50": 0.670019049607265,
|
| 743 |
+
"unresolved_fraction_below_50": 0.6167379077615298,
|
| 744 |
+
"unresolved_residues": 22225.0
|
| 745 |
+
},
|
| 746 |
+
"dimer_homo": {
|
| 747 |
+
"targets": 96.0,
|
| 748 |
+
"plddt_lddt_spearman": -0.2526900073351013,
|
| 749 |
+
"ptm_tm_spearman": -0.2254121111636769,
|
| 750 |
+
"iptm_dockq_spearman": -0.28215620958576637,
|
| 751 |
+
"atom_plddt_mae": 0.40778123130507504,
|
| 752 |
+
"calibration_error_10bin": 0.38498328195762016,
|
| 753 |
+
"plddt_ce": 7.26965013196071,
|
| 754 |
+
"pae_ce": 3.9301627069711684,
|
| 755 |
+
"within_target_plddt_accuracy": 0.325,
|
| 756 |
+
"within_target_plddt_pairs": 80.0,
|
| 757 |
+
"within_target_iptm_dockq_accuracy": 0.47435897435897434,
|
| 758 |
+
"within_target_iptm_dockq_pairs": 156.0,
|
| 759 |
+
"top1_regret": 0.03975657743501142,
|
| 760 |
+
"random_selection_regret": 0.03923288382979159,
|
| 761 |
+
"complexes_without_dockq": 1.0,
|
| 762 |
+
"disorder_auroc": 0.440866951806188,
|
| 763 |
+
"resolved_residue_mean_plddt": 0.35825550742797874,
|
| 764 |
+
"unresolved_residue_mean_plddt": 0.3847523938526252,
|
| 765 |
+
"resolved_fraction_below_50": 0.8409696921167474,
|
| 766 |
+
"unresolved_fraction_below_50": 0.7935526315789474,
|
| 767 |
+
"unresolved_residues": 15200.0
|
| 768 |
+
},
|
| 769 |
+
"long": {
|
| 770 |
+
"targets": 64.0,
|
| 771 |
+
"plddt_lddt_spearman": -0.46700297366185217,
|
| 772 |
+
"ptm_tm_spearman": -0.28409420502153343,
|
| 773 |
+
"iptm_dockq_spearman": -0.3000508388408744,
|
| 774 |
+
"atom_plddt_mae": 0.22197252279332388,
|
| 775 |
+
"calibration_error_10bin": 0.1676144066270977,
|
| 776 |
+
"plddt_ce": 5.084933834522962,
|
| 777 |
+
"pae_ce": 3.369692147523165,
|
| 778 |
+
"within_target_plddt_accuracy": 0.3146067415730337,
|
| 779 |
+
"within_target_plddt_pairs": 89.0,
|
| 780 |
+
"within_target_iptm_dockq_accuracy": 0.40425531914893614,
|
| 781 |
+
"within_target_iptm_dockq_pairs": 94.0,
|
| 782 |
+
"top1_regret": 0.03320470134348455,
|
| 783 |
+
"random_selection_regret": 0.026489562169333465,
|
| 784 |
+
"complexes_without_dockq": 0.0,
|
| 785 |
+
"disorder_auroc": 0.37030393774281817,
|
| 786 |
+
"resolved_residue_mean_plddt": 0.4483512986610565,
|
| 787 |
+
"unresolved_residue_mean_plddt": 0.5303199725865563,
|
| 788 |
+
"resolved_fraction_below_50": 0.675641397893172,
|
| 789 |
+
"unresolved_fraction_below_50": 0.5136260751471254,
|
| 790 |
+
"unresolved_residues": 44180.0
|
| 791 |
+
},
|
| 792 |
+
"monomer_long": {
|
| 793 |
+
"targets": 64.0,
|
| 794 |
+
"plddt_lddt_spearman": -0.30789851463393203,
|
| 795 |
+
"ptm_tm_spearman": 0.14500227052998563,
|
| 796 |
+
"iptm_dockq_spearman": NaN,
|
| 797 |
+
"atom_plddt_mae": 0.3076907481788723,
|
| 798 |
+
"calibration_error_10bin": 0.2592996239639856,
|
| 799 |
+
"plddt_ce": 5.4350379094481465,
|
| 800 |
+
"pae_ce": 4.095367536693812,
|
| 801 |
+
"within_target_plddt_accuracy": 0.6538461538461539,
|
| 802 |
+
"within_target_plddt_pairs": 26.0,
|
| 803 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 804 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 805 |
+
"top1_regret": 0.007360813673585653,
|
| 806 |
+
"random_selection_regret": 0.006895909179002044,
|
| 807 |
+
"complexes_without_dockq": 0.0,
|
| 808 |
+
"disorder_auroc": 0.49119412408391117,
|
| 809 |
+
"resolved_residue_mean_plddt": 0.4910021604009626,
|
| 810 |
+
"unresolved_residue_mean_plddt": 0.4970166595322495,
|
| 811 |
+
"resolved_fraction_below_50": 0.4566269183184606,
|
| 812 |
+
"unresolved_fraction_below_50": 0.4726248775710088,
|
| 813 |
+
"unresolved_residues": 20420.0
|
| 814 |
+
},
|
| 815 |
+
"monomer_medium": {
|
| 816 |
+
"targets": 64.0,
|
| 817 |
+
"plddt_lddt_spearman": -0.11056968329768846,
|
| 818 |
+
"ptm_tm_spearman": 0.0770420121290247,
|
| 819 |
+
"iptm_dockq_spearman": NaN,
|
| 820 |
+
"atom_plddt_mae": 0.5299999022770389,
|
| 821 |
+
"calibration_error_10bin": 0.5197703263979931,
|
| 822 |
+
"plddt_ce": 7.683404369652271,
|
| 823 |
+
"pae_ce": 4.528696298599243,
|
| 824 |
+
"within_target_plddt_accuracy": 0.16666666666666666,
|
| 825 |
+
"within_target_plddt_pairs": 6.0,
|
| 826 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 827 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 828 |
+
"top1_regret": 0.006087802816182375,
|
| 829 |
+
"random_selection_regret": 0.004519403260201208,
|
| 830 |
+
"complexes_without_dockq": 0.0,
|
| 831 |
+
"disorder_auroc": 0.5865004128683083,
|
| 832 |
+
"resolved_residue_mean_plddt": 0.3320139055039829,
|
| 833 |
+
"unresolved_residue_mean_plddt": 0.2758558351295785,
|
| 834 |
+
"resolved_fraction_below_50": 0.7651516574326228,
|
| 835 |
+
"unresolved_fraction_below_50": 0.840985576923077,
|
| 836 |
+
"unresolved_residues": 8320.0
|
| 837 |
+
},
|
| 838 |
+
"monomer_short": {
|
| 839 |
+
"targets": 64.0,
|
| 840 |
+
"plddt_lddt_spearman": -0.41656864324846926,
|
| 841 |
+
"ptm_tm_spearman": -0.01921637418334163,
|
| 842 |
+
"iptm_dockq_spearman": NaN,
|
| 843 |
+
"atom_plddt_mae": 0.5639741001647041,
|
| 844 |
+
"calibration_error_10bin": 0.5502866341333149,
|
| 845 |
+
"plddt_ce": 7.129348388314247,
|
| 846 |
+
"pae_ce": 4.270753089338541,
|
| 847 |
+
"within_target_plddt_accuracy": 0.43137254901960786,
|
| 848 |
+
"within_target_plddt_pairs": 51.0,
|
| 849 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 850 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 851 |
+
"top1_regret": 0.00913400249555707,
|
| 852 |
+
"random_selection_regret": 0.00871600098907948,
|
| 853 |
+
"complexes_without_dockq": 0.0,
|
| 854 |
+
"disorder_auroc": 0.4034881521442798,
|
| 855 |
+
"resolved_residue_mean_plddt": 0.29885726878032054,
|
| 856 |
+
"unresolved_residue_mean_plddt": 0.3715363738510966,
|
| 857 |
+
"resolved_fraction_below_50": 0.7807481645495863,
|
| 858 |
+
"unresolved_fraction_below_50": 0.6439531859557868,
|
| 859 |
+
"unresolved_residues": 3845.0
|
| 860 |
+
}
|
| 861 |
+
}
|
| 862 |
+
},
|
| 863 |
+
"production": {
|
| 864 |
+
"plddt_lddt_spearman": 0.6868941024809421,
|
| 865 |
+
"ptm_tm_spearman": 0.7512503616333558,
|
| 866 |
+
"iptm_dockq_spearman": 0.7593155379381268,
|
| 867 |
+
"atom_plddt_mae": 0.08086261345890568,
|
| 868 |
+
"calibration_error_10bin": 0.047738551721343885,
|
| 869 |
+
"plddt_ce": 3.2615098651032897,
|
| 870 |
+
"pae_ce": 3.130717434408143,
|
| 871 |
+
"within_target_plddt_accuracy": 0.7666666666666667,
|
| 872 |
+
"within_target_iptm_dockq_accuracy": 0.758575197889182,
|
| 873 |
+
"top1_regret": 0.01765419415407004,
|
| 874 |
+
"random_selection_regret": 0.03214530862858495,
|
| 875 |
+
"disorder_auroc": 0.8876067261014947,
|
| 876 |
+
"resolved_residue_mean_plddt": 0.8637527619029708,
|
| 877 |
+
"unresolved_residue_mean_plddt": 0.5653432699756343,
|
| 878 |
+
"resolved_fraction_below_50": 0.04847574445524432,
|
| 879 |
+
"unresolved_fraction_below_50": 0.43954885149695105,
|
| 880 |
+
"within_target_plddt_pairs": 510.0,
|
| 881 |
+
"within_target_iptm_dockq_pairs": 758.0,
|
| 882 |
+
"complexes_without_dockq": 3.0,
|
| 883 |
+
"interval_95": {
|
| 884 |
+
"plddt_lddt_spearman": [
|
| 885 |
+
0.6332840139095232,
|
| 886 |
+
0.7346074276623138
|
| 887 |
+
],
|
| 888 |
+
"ptm_tm_spearman": [
|
| 889 |
+
0.7017067265313398,
|
| 890 |
+
0.793841384180423
|
| 891 |
+
],
|
| 892 |
+
"iptm_dockq_spearman": [
|
| 893 |
+
0.7074092556928973,
|
| 894 |
+
0.8046420975679023
|
| 895 |
+
],
|
| 896 |
+
"atom_plddt_mae": [
|
| 897 |
+
0.07787650192395346,
|
| 898 |
+
0.0837717784563216
|
| 899 |
+
],
|
| 900 |
+
"calibration_error_10bin": [
|
| 901 |
+
0.04349761903260727,
|
| 902 |
+
0.05173246891014821
|
| 903 |
+
],
|
| 904 |
+
"plddt_ce": [
|
| 905 |
+
3.2085036365361885,
|
| 906 |
+
3.318938184417784
|
| 907 |
+
],
|
| 908 |
+
"pae_ce": [
|
| 909 |
+
3.0734554466512054,
|
| 910 |
+
3.1930394560680724
|
| 911 |
+
],
|
| 912 |
+
"within_target_plddt_accuracy": [
|
| 913 |
+
0.7092865720328351,
|
| 914 |
+
0.8201899205561073
|
| 915 |
+
],
|
| 916 |
+
"within_target_iptm_dockq_accuracy": [
|
| 917 |
+
0.7085886305439246,
|
| 918 |
+
0.8072661907717773
|
| 919 |
+
],
|
| 920 |
+
"top1_regret": [
|
| 921 |
+
0.013984175181219909,
|
| 922 |
+
0.02204263374254236
|
| 923 |
+
],
|
| 924 |
+
"disorder_auroc": [
|
| 925 |
+
0.8607855537893843,
|
| 926 |
+
0.9098521542277156
|
| 927 |
+
],
|
| 928 |
+
"resolved_residue_mean_plddt": [
|
| 929 |
+
0.8515467733371763,
|
| 930 |
+
0.8751813693317688
|
| 931 |
+
],
|
| 932 |
+
"unresolved_residue_mean_plddt": [
|
| 933 |
+
0.5416467208457363,
|
| 934 |
+
0.5881312602556479
|
| 935 |
+
],
|
| 936 |
+
"resolved_fraction_below_50": [
|
| 937 |
+
0.03313083649593189,
|
| 938 |
+
0.06689012720616215
|
| 939 |
+
],
|
| 940 |
+
"unresolved_fraction_below_50": [
|
| 941 |
+
0.39015729069405164,
|
| 942 |
+
0.48919562799010147
|
| 943 |
+
]
|
| 944 |
+
},
|
| 945 |
+
"by_stratum": {
|
| 946 |
+
"complex": {
|
| 947 |
+
"targets": 128.0,
|
| 948 |
+
"plddt_lddt_spearman": 0.7202557714984656,
|
| 949 |
+
"ptm_tm_spearman": 0.7979653728402659,
|
| 950 |
+
"iptm_dockq_spearman": 0.7906031417313032,
|
| 951 |
+
"atom_plddt_mae": 0.08964523731418966,
|
| 952 |
+
"calibration_error_10bin": 0.04374486185728984,
|
| 953 |
+
"plddt_ce": 3.2822210256010296,
|
| 954 |
+
"pae_ce": 3.152501897327602,
|
| 955 |
+
"within_target_plddt_accuracy": 0.7915194346289752,
|
| 956 |
+
"within_target_plddt_pairs": 283.0,
|
| 957 |
+
"within_target_iptm_dockq_accuracy": 0.7249190938511327,
|
| 958 |
+
"within_target_iptm_dockq_pairs": 309.0,
|
| 959 |
+
"top1_regret": 0.02325532074417425,
|
| 960 |
+
"random_selection_regret": 0.05468713366989242,
|
| 961 |
+
"complexes_without_dockq": 0.0,
|
| 962 |
+
"disorder_auroc": 0.8872217733548065,
|
| 963 |
+
"resolved_residue_mean_plddt": 0.8116714745996148,
|
| 964 |
+
"unresolved_residue_mean_plddt": 0.4996272490353999,
|
| 965 |
+
"resolved_fraction_below_50": 0.08687832764923817,
|
| 966 |
+
"unresolved_fraction_below_50": 0.5931361249839928,
|
| 967 |
+
"unresolved_residues": 39045.0
|
| 968 |
+
},
|
| 969 |
+
"dimer_hetero": {
|
| 970 |
+
"targets": 96.0,
|
| 971 |
+
"plddt_lddt_spearman": 0.7569577124900715,
|
| 972 |
+
"ptm_tm_spearman": 0.7962764595332444,
|
| 973 |
+
"iptm_dockq_spearman": 0.7770872275988652,
|
| 974 |
+
"atom_plddt_mae": 0.06224142152145953,
|
| 975 |
+
"calibration_error_10bin": 0.022150000448399963,
|
| 976 |
+
"plddt_ce": 2.7764029080669084,
|
| 977 |
+
"pae_ce": 2.8596509421865144,
|
| 978 |
+
"within_target_plddt_accuracy": 0.8888888888888888,
|
| 979 |
+
"within_target_plddt_pairs": 36.0,
|
| 980 |
+
"within_target_iptm_dockq_accuracy": 0.6574585635359116,
|
| 981 |
+
"within_target_iptm_dockq_pairs": 181.0,
|
| 982 |
+
"top1_regret": 0.0265771222102929,
|
| 983 |
+
"random_selection_regret": 0.03868775765910756,
|
| 984 |
+
"complexes_without_dockq": 2.0,
|
| 985 |
+
"disorder_auroc": 0.9382550822753586,
|
| 986 |
+
"resolved_residue_mean_plddt": 0.8717926838481287,
|
| 987 |
+
"unresolved_residue_mean_plddt": 0.521603334328187,
|
| 988 |
+
"resolved_fraction_below_50": 0.03266616215651992,
|
| 989 |
+
"unresolved_fraction_below_50": 0.5510011248593926,
|
| 990 |
+
"unresolved_residues": 22225.0
|
| 991 |
+
},
|
| 992 |
+
"dimer_homo": {
|
| 993 |
+
"targets": 96.0,
|
| 994 |
+
"plddt_lddt_spearman": 0.6893645371724703,
|
| 995 |
+
"ptm_tm_spearman": 0.8700747399077252,
|
| 996 |
+
"iptm_dockq_spearman": 0.8250739283054995,
|
| 997 |
+
"atom_plddt_mae": 0.07553324839795862,
|
| 998 |
+
"calibration_error_10bin": 0.05080564860783698,
|
| 999 |
+
"plddt_ce": 3.1166174352169036,
|
| 1000 |
+
"pae_ce": 3.0846242435276507,
|
| 1001 |
+
"within_target_plddt_accuracy": 0.7019230769230769,
|
| 1002 |
+
"within_target_plddt_pairs": 104.0,
|
| 1003 |
+
"within_target_iptm_dockq_accuracy": 0.8656716417910447,
|
| 1004 |
+
"within_target_iptm_dockq_pairs": 268.0,
|
| 1005 |
+
"top1_regret": 0.029682950325243998,
|
| 1006 |
+
"random_selection_regret": 0.048350745256909154,
|
| 1007 |
+
"complexes_without_dockq": 1.0,
|
| 1008 |
+
"disorder_auroc": 0.9309398578270957,
|
| 1009 |
+
"resolved_residue_mean_plddt": 0.8834538487078034,
|
| 1010 |
+
"unresolved_residue_mean_plddt": 0.5427312354861121,
|
| 1011 |
+
"resolved_fraction_below_50": 0.02816190895623974,
|
| 1012 |
+
"unresolved_fraction_below_50": 0.5214473684210527,
|
| 1013 |
+
"unresolved_residues": 15200.0
|
| 1014 |
+
},
|
| 1015 |
+
"long": {
|
| 1016 |
+
"targets": 21.0,
|
| 1017 |
+
"plddt_lddt_spearman": 0.8041364296081277,
|
| 1018 |
+
"ptm_tm_spearman": 0.4897574123989218,
|
| 1019 |
+
"iptm_dockq_spearman": 0.6801922175339897,
|
| 1020 |
+
"atom_plddt_mae": 0.08320448489678658,
|
| 1021 |
+
"calibration_error_10bin": 0.05708430622202087,
|
| 1022 |
+
"plddt_ce": 3.2936473119826544,
|
| 1023 |
+
"pae_ce": 3.5788418894722347,
|
| 1024 |
+
"within_target_plddt_accuracy": 0.782608695652174,
|
| 1025 |
+
"within_target_plddt_pairs": 23.0,
|
| 1026 |
+
"within_target_iptm_dockq_accuracy": 0.717948717948718,
|
| 1027 |
+
"within_target_iptm_dockq_pairs": 39.0,
|
| 1028 |
+
"top1_regret": 0.02821180887131048,
|
| 1029 |
+
"random_selection_regret": 0.03669306232781984,
|
| 1030 |
+
"complexes_without_dockq": 0.0,
|
| 1031 |
+
"disorder_auroc": 0.9535099373168908,
|
| 1032 |
+
"resolved_residue_mean_plddt": 0.8597657367695417,
|
| 1033 |
+
"unresolved_residue_mean_plddt": 0.49401952264561205,
|
| 1034 |
+
"resolved_fraction_below_50": 0.010435262722002393,
|
| 1035 |
+
"unresolved_fraction_below_50": 0.5848981619473422,
|
| 1036 |
+
"unresolved_residues": 10065.0
|
| 1037 |
+
},
|
| 1038 |
+
"monomer_long": {
|
| 1039 |
+
"targets": 64.0,
|
| 1040 |
+
"plddt_lddt_spearman": 0.7935264260393168,
|
| 1041 |
+
"ptm_tm_spearman": 0.836788811414174,
|
| 1042 |
+
"iptm_dockq_spearman": NaN,
|
| 1043 |
+
"atom_plddt_mae": 0.09039565812408608,
|
| 1044 |
+
"calibration_error_10bin": 0.07538719862755593,
|
| 1045 |
+
"plddt_ce": 3.647729206830263,
|
| 1046 |
+
"pae_ce": 3.5893775302916766,
|
| 1047 |
+
"within_target_plddt_accuracy": 1.0,
|
| 1048 |
+
"within_target_plddt_pairs": 17.0,
|
| 1049 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 1050 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 1051 |
+
"top1_regret": 0.002143280580639839,
|
| 1052 |
+
"random_selection_regret": 0.004472833592444651,
|
| 1053 |
+
"complexes_without_dockq": 0.0,
|
| 1054 |
+
"disorder_auroc": 0.8460678105206443,
|
| 1055 |
+
"resolved_residue_mean_plddt": 0.8975285785221873,
|
| 1056 |
+
"unresolved_residue_mean_plddt": 0.6920365020880853,
|
| 1057 |
+
"resolved_fraction_below_50": 0.026539261365132013,
|
| 1058 |
+
"unresolved_fraction_below_50": 0.12056807051909892,
|
| 1059 |
+
"unresolved_residues": 20420.0
|
| 1060 |
+
},
|
| 1061 |
+
"monomer_medium": {
|
| 1062 |
+
"targets": 64.0,
|
| 1063 |
+
"plddt_lddt_spearman": 0.33605564995751913,
|
| 1064 |
+
"ptm_tm_spearman": 0.5722478979286908,
|
| 1065 |
+
"iptm_dockq_spearman": NaN,
|
| 1066 |
+
"atom_plddt_mae": 0.07596008679817645,
|
| 1067 |
+
"calibration_error_10bin": 0.062527511796988,
|
| 1068 |
+
"plddt_ce": 3.6587512739002706,
|
| 1069 |
+
"pae_ce": 3.39061613753438,
|
| 1070 |
+
"within_target_plddt_accuracy": 0.25,
|
| 1071 |
+
"within_target_plddt_pairs": 8.0,
|
| 1072 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 1073 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 1074 |
+
"top1_regret": 0.0023939083330333233,
|
| 1075 |
+
"random_selection_regret": 0.004078788403421643,
|
| 1076 |
+
"complexes_without_dockq": 0.0,
|
| 1077 |
+
"disorder_auroc": 0.9159254858482558,
|
| 1078 |
+
"resolved_residue_mean_plddt": 0.930947954659843,
|
| 1079 |
+
"unresolved_residue_mean_plddt": 0.6942085172192982,
|
| 1080 |
+
"resolved_fraction_below_50": 0.02399286317964128,
|
| 1081 |
+
"unresolved_fraction_below_50": 0.14783653846153846,
|
| 1082 |
+
"unresolved_residues": 8320.0
|
| 1083 |
+
},
|
| 1084 |
+
"monomer_short": {
|
| 1085 |
+
"targets": 64.0,
|
| 1086 |
+
"plddt_lddt_spearman": 0.5442610523540269,
|
| 1087 |
+
"ptm_tm_spearman": 0.6648445053174347,
|
| 1088 |
+
"iptm_dockq_spearman": NaN,
|
| 1089 |
+
"atom_plddt_mae": 0.08169414874084048,
|
| 1090 |
+
"calibration_error_10bin": 0.0351520359953515,
|
| 1091 |
+
"plddt_ce": 3.381625873968005,
|
| 1092 |
+
"pae_ce": 2.844329234212637,
|
| 1093 |
+
"within_target_plddt_accuracy": 0.6935483870967742,
|
| 1094 |
+
"within_target_plddt_pairs": 62.0,
|
| 1095 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 1096 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 1097 |
+
"top1_regret": 0.006262404844164848,
|
| 1098 |
+
"random_selection_regret": 0.009136486798524857,
|
| 1099 |
+
"complexes_without_dockq": 0.0,
|
| 1100 |
+
"disorder_auroc": 0.8946071801962451,
|
| 1101 |
+
"resolved_residue_mean_plddt": 0.8915904732715165,
|
| 1102 |
+
"unresolved_residue_mean_plddt": 0.623202925323665,
|
| 1103 |
+
"resolved_fraction_below_50": 0.030416035427106396,
|
| 1104 |
+
"unresolved_fraction_below_50": 0.23719115734720417,
|
| 1105 |
+
"unresolved_residues": 3845.0
|
| 1106 |
+
}
|
| 1107 |
+
}
|
| 1108 |
+
}
|
| 1109 |
+
}
|
| 1110 |
+
},
|
| 1111 |
+
"production_agreement": {
|
| 1112 |
+
"v2": {
|
| 1113 |
+
"mean_plddt_spearman": 0.6897291924159714,
|
| 1114 |
+
"mean_plddt_mean_difference": -0.08099252410465851,
|
| 1115 |
+
"ptm_spearman": 0.8061258847747222,
|
| 1116 |
+
"ptm_mean_difference": -0.03916912033746484,
|
| 1117 |
+
"iptm_spearman": 0.7404143351009288,
|
| 1118 |
+
"iptm_mean_difference": 0.005609731175936754,
|
| 1119 |
+
"targets": 512.0,
|
| 1120 |
+
"multi_chain_targets": 320.0
|
| 1121 |
+
},
|
| 1122 |
+
"pilot": {
|
| 1123 |
+
"mean_plddt_spearman": 0.6898338883739027,
|
| 1124 |
+
"mean_plddt_mean_difference": -0.07120059648295864,
|
| 1125 |
+
"ptm_spearman": 0.8144864515741409,
|
| 1126 |
+
"ptm_mean_difference": -0.002225733231171031,
|
| 1127 |
+
"iptm_spearman": 0.7474028066680338,
|
| 1128 |
+
"iptm_mean_difference": 0.05250433865468949,
|
| 1129 |
+
"targets": 512.0,
|
| 1130 |
+
"multi_chain_targets": 320.0
|
| 1131 |
+
},
|
| 1132 |
+
"donor": {
|
| 1133 |
+
"mean_plddt_spearman": -0.20776067952415284,
|
| 1134 |
+
"mean_plddt_mean_difference": -0.4645357362460345,
|
| 1135 |
+
"ptm_spearman": -0.08864475329304998,
|
| 1136 |
+
"ptm_mean_difference": -0.2090250367211411,
|
| 1137 |
+
"iptm_spearman": -0.17366661295520464,
|
| 1138 |
+
"iptm_mean_difference": -0.029639709736220543,
|
| 1139 |
+
"targets": 512.0,
|
| 1140 |
+
"multi_chain_targets": 320.0
|
| 1141 |
+
}
|
| 1142 |
+
},
|
| 1143 |
+
"gates": {
|
| 1144 |
+
"passed": false,
|
| 1145 |
+
"beats_pilot": true,
|
| 1146 |
+
"sample_selection": true,
|
| 1147 |
+
"production_parity": false
|
| 1148 |
+
},
|
| 1149 |
+
"gate_detail": {
|
| 1150 |
+
"beats_pilot": {
|
| 1151 |
+
"plddt_lddt_spearman_not_lower": true,
|
| 1152 |
+
"calibration_error_not_higher": true,
|
| 1153 |
+
"significant_regressions": []
|
| 1154 |
+
},
|
| 1155 |
+
"sample_selection": {
|
| 1156 |
+
"within_target_plddt_accuracy_lower_bound_above_half": true,
|
| 1157 |
+
"within_target_iptm_dockq_accuracy_lower_bound_above_half": true,
|
| 1158 |
+
"top1_regret_below_random": true
|
| 1159 |
+
},
|
| 1160 |
+
"production_parity": {
|
| 1161 |
+
"plddt_lddt_spearman_within_0.03": true,
|
| 1162 |
+
"ptm_tm_spearman_within_0.03": true,
|
| 1163 |
+
"iptm_dockq_spearman_within_0.03": true,
|
| 1164 |
+
"calibration_error_within_0.01": true,
|
| 1165 |
+
"within_target_plddt_accuracy_within_0.03": false,
|
| 1166 |
+
"within_target_iptm_dockq_accuracy_within_0.03": false
|
| 1167 |
+
}
|
| 1168 |
+
}
|
| 1169 |
+
}
|
docs/evidence/confidence/esmfold2_300.json
ADDED
|
@@ -0,0 +1,387 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "complete",
|
| 3 |
+
"model_id": "esmfold2_300",
|
| 4 |
+
"wandb_url": "https://wandb.ai/lhallee/fastplms-confidence/runs/fcbac1a4d26f",
|
| 5 |
+
"donor": {
|
| 6 |
+
"target_count": 128,
|
| 7 |
+
"strata_counts": {
|
| 8 |
+
"monomer": 64,
|
| 9 |
+
"dimer": 64
|
| 10 |
+
},
|
| 11 |
+
"final_test_strata_counts": {
|
| 12 |
+
"monomer": 64,
|
| 13 |
+
"dimer": 64
|
| 14 |
+
},
|
| 15 |
+
"atom_mae": 0.5695407442317932,
|
| 16 |
+
"ca_mae": 0.6056841784168805,
|
| 17 |
+
"calibration_error_10bin": 0.5631471234032922,
|
| 18 |
+
"target_plddt_spearman": -0.3852316425563084,
|
| 19 |
+
"tm_spearman": -0.21299327046328512,
|
| 20 |
+
"tm_spearman_by_stratum": {
|
| 21 |
+
"monomer": -0.21263736263736263,
|
| 22 |
+
"dimer": -0.29345238095238096
|
| 23 |
+
},
|
| 24 |
+
"iptm_dockq_spearman": -0.4261904761904762,
|
| 25 |
+
"plddt_ce": 8.388478547334671,
|
| 26 |
+
"pae_ce": 4.300485379062593,
|
| 27 |
+
"pae_overflow_fraction": 0.0754177343501361,
|
| 28 |
+
"bootstrap": {
|
| 29 |
+
"atom_mae": [
|
| 30 |
+
0.5453096450621335,
|
| 31 |
+
0.5911277241219608
|
| 32 |
+
],
|
| 33 |
+
"target_plddt_spearman": {
|
| 34 |
+
"interval": [
|
| 35 |
+
-0.5289939067146344,
|
| 36 |
+
-0.22038584049522206
|
| 37 |
+
],
|
| 38 |
+
"valid_resamples": 1000
|
| 39 |
+
},
|
| 40 |
+
"iptm_dockq_spearman": {
|
| 41 |
+
"interval": [
|
| 42 |
+
-0.6158940397350994,
|
| 43 |
+
-0.1971110856356758
|
| 44 |
+
],
|
| 45 |
+
"valid_resamples": 1000
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
},
|
| 49 |
+
"candidate": {
|
| 50 |
+
"target_count": 128,
|
| 51 |
+
"strata_counts": {
|
| 52 |
+
"monomer": 64,
|
| 53 |
+
"dimer": 64
|
| 54 |
+
},
|
| 55 |
+
"final_test_strata_counts": {
|
| 56 |
+
"monomer": 64,
|
| 57 |
+
"dimer": 64
|
| 58 |
+
},
|
| 59 |
+
"atom_mae": 0.06817517379970428,
|
| 60 |
+
"ca_mae": 0.06820435655751748,
|
| 61 |
+
"calibration_error_10bin": 0.03340822580629261,
|
| 62 |
+
"target_plddt_spearman": 0.9092485350668376,
|
| 63 |
+
"tm_spearman": 0.8643964017579198,
|
| 64 |
+
"tm_spearman_by_stratum": {
|
| 65 |
+
"monomer": 0.8711996336996337,
|
| 66 |
+
"dimer": 0.8872252747252747
|
| 67 |
+
},
|
| 68 |
+
"iptm_dockq_spearman": 0.8345238095238096,
|
| 69 |
+
"plddt_ce": 2.433755501639098,
|
| 70 |
+
"pae_ce": 2.5942307733930647,
|
| 71 |
+
"pae_overflow_fraction": 0.0754177343501361,
|
| 72 |
+
"bootstrap": {
|
| 73 |
+
"atom_mae": [
|
| 74 |
+
0.06288985763683846,
|
| 75 |
+
0.0744619580188146
|
| 76 |
+
],
|
| 77 |
+
"target_plddt_spearman": {
|
| 78 |
+
"interval": [
|
| 79 |
+
0.8509362631324391,
|
| 80 |
+
0.9446829212454212
|
| 81 |
+
],
|
| 82 |
+
"valid_resamples": 1000
|
| 83 |
+
},
|
| 84 |
+
"iptm_dockq_spearman": {
|
| 85 |
+
"interval": [
|
| 86 |
+
0.7460353836281969,
|
| 87 |
+
0.8904134692475089
|
| 88 |
+
],
|
| 89 |
+
"valid_resamples": 1000
|
| 90 |
+
}
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
"donor_validation": {
|
| 94 |
+
"target_count": 128,
|
| 95 |
+
"strata_counts": {
|
| 96 |
+
"monomer": 64,
|
| 97 |
+
"dimer": 64
|
| 98 |
+
},
|
| 99 |
+
"final_test_strata_counts": {
|
| 100 |
+
"monomer": 0,
|
| 101 |
+
"dimer": 0
|
| 102 |
+
},
|
| 103 |
+
"atom_mae": 0.5254307899025595,
|
| 104 |
+
"ca_mae": 0.5594046994878579,
|
| 105 |
+
"calibration_error_10bin": 0.5128657818786565,
|
| 106 |
+
"target_plddt_spearman": -0.3417700512726607,
|
| 107 |
+
"tm_spearman": -0.044108221937374105,
|
| 108 |
+
"tm_spearman_by_stratum": {
|
| 109 |
+
"monomer": 0.07101648351648351,
|
| 110 |
+
"dimer": -0.28246336996336996
|
| 111 |
+
},
|
| 112 |
+
"iptm_dockq_spearman": -0.27902930402930404,
|
| 113 |
+
"plddt_ce": 7.630597982555628,
|
| 114 |
+
"pae_ce": 4.341839177533984,
|
| 115 |
+
"pae_overflow_fraction": 0.07673005861519755,
|
| 116 |
+
"bootstrap": {
|
| 117 |
+
"atom_mae": [
|
| 118 |
+
0.5032883790599141,
|
| 119 |
+
0.5471412852883484
|
| 120 |
+
],
|
| 121 |
+
"target_plddt_spearman": {
|
| 122 |
+
"interval": [
|
| 123 |
+
-0.49586720091585573,
|
| 124 |
+
-0.17755431423273277
|
| 125 |
+
],
|
| 126 |
+
"valid_resamples": 1000
|
| 127 |
+
},
|
| 128 |
+
"iptm_dockq_spearman": {
|
| 129 |
+
"interval": [
|
| 130 |
+
-0.4764501053789059,
|
| 131 |
+
-0.03580269551664069
|
| 132 |
+
],
|
| 133 |
+
"valid_resamples": 1000
|
| 134 |
+
}
|
| 135 |
+
}
|
| 136 |
+
},
|
| 137 |
+
"candidate_validation": {
|
| 138 |
+
"target_count": 128,
|
| 139 |
+
"strata_counts": {
|
| 140 |
+
"monomer": 64,
|
| 141 |
+
"dimer": 64
|
| 142 |
+
},
|
| 143 |
+
"final_test_strata_counts": {
|
| 144 |
+
"monomer": 0,
|
| 145 |
+
"dimer": 0
|
| 146 |
+
},
|
| 147 |
+
"atom_mae": 0.07732774366937752,
|
| 148 |
+
"ca_mae": 0.07663200609036576,
|
| 149 |
+
"calibration_error_10bin": 0.04204978506518694,
|
| 150 |
+
"target_plddt_spearman": 0.8588685680278337,
|
| 151 |
+
"tm_spearman": 0.7707265152902398,
|
| 152 |
+
"tm_spearman_by_stratum": {
|
| 153 |
+
"monomer": 0.7571886446886447,
|
| 154 |
+
"dimer": 0.7703754578754579
|
| 155 |
+
},
|
| 156 |
+
"iptm_dockq_spearman": 0.7984432234432235,
|
| 157 |
+
"plddt_ce": 2.7147192833945155,
|
| 158 |
+
"pae_ce": 2.810462028719485,
|
| 159 |
+
"pae_overflow_fraction": 0.07673005861519755,
|
| 160 |
+
"bootstrap": {
|
| 161 |
+
"atom_mae": [
|
| 162 |
+
0.07125816427563739,
|
| 163 |
+
0.0836436064316983
|
| 164 |
+
],
|
| 165 |
+
"target_plddt_spearman": {
|
| 166 |
+
"interval": [
|
| 167 |
+
0.7815077470794627,
|
| 168 |
+
0.9064800082416639
|
| 169 |
+
],
|
| 170 |
+
"valid_resamples": 1000
|
| 171 |
+
},
|
| 172 |
+
"iptm_dockq_spearman": {
|
| 173 |
+
"interval": [
|
| 174 |
+
0.6957378551787351,
|
| 175 |
+
0.8608552179293276
|
| 176 |
+
],
|
| 177 |
+
"valid_resamples": 1000
|
| 178 |
+
}
|
| 179 |
+
}
|
| 180 |
+
},
|
| 181 |
+
"donor_sample_ranking": {
|
| 182 |
+
"paired_target_count": 128,
|
| 183 |
+
"seed_rank_spearman": 0.9951016297381432,
|
| 184 |
+
"mean_abs_plddt_delta": 0.002224155022515173,
|
| 185 |
+
"plddt_selection": {
|
| 186 |
+
"paired_target_count": 128,
|
| 187 |
+
"confidence_tie_count": 0,
|
| 188 |
+
"quality_tie_count": 0,
|
| 189 |
+
"comparable_count": 128,
|
| 190 |
+
"selection_accuracy": 0.453125,
|
| 191 |
+
"mean_regret": 0.0028146488073370075
|
| 192 |
+
},
|
| 193 |
+
"interface_selection": {
|
| 194 |
+
"paired_target_count": 64,
|
| 195 |
+
"confidence_tie_count": 0,
|
| 196 |
+
"quality_tie_count": 1,
|
| 197 |
+
"comparable_count": 63,
|
| 198 |
+
"selection_accuracy": 0.5238095238095238,
|
| 199 |
+
"mean_regret": 0.004460188229604441
|
| 200 |
+
}
|
| 201 |
+
},
|
| 202 |
+
"candidate_sample_ranking": {
|
| 203 |
+
"paired_target_count": 128,
|
| 204 |
+
"seed_rank_spearman": 0.9999542208386742,
|
| 205 |
+
"mean_abs_plddt_delta": 0.00030963333569598286,
|
| 206 |
+
"plddt_selection": {
|
| 207 |
+
"paired_target_count": 128,
|
| 208 |
+
"confidence_tie_count": 2,
|
| 209 |
+
"quality_tie_count": 0,
|
| 210 |
+
"comparable_count": 126,
|
| 211 |
+
"selection_accuracy": 0.47619047619047616,
|
| 212 |
+
"mean_regret": 0.0035664302088727336
|
| 213 |
+
},
|
| 214 |
+
"interface_selection": {
|
| 215 |
+
"paired_target_count": 64,
|
| 216 |
+
"confidence_tie_count": 0,
|
| 217 |
+
"quality_tie_count": 1,
|
| 218 |
+
"comparable_count": 63,
|
| 219 |
+
"selection_accuracy": 0.4603174603174603,
|
| 220 |
+
"mean_regret": 0.009132008979248688
|
| 221 |
+
}
|
| 222 |
+
},
|
| 223 |
+
"frequency": {
|
| 224 |
+
"plddt_ce": 3.0118676008664265,
|
| 225 |
+
"pae_ce": 3.1474583894753394,
|
| 226 |
+
"final_test_strata_counts": {
|
| 227 |
+
"monomer": 64,
|
| 228 |
+
"dimer": 64
|
| 229 |
+
},
|
| 230 |
+
"training_target_count": 1024,
|
| 231 |
+
"evaluation_target_count": 256,
|
| 232 |
+
"evaluation_seed_count": 2,
|
| 233 |
+
"evaluation_strata_counts_per_seed": {
|
| 234 |
+
"monomer": 64,
|
| 235 |
+
"dimer": 64
|
| 236 |
+
}
|
| 237 |
+
},
|
| 238 |
+
"acceptance": {
|
| 239 |
+
"accepted": true,
|
| 240 |
+
"gates": {
|
| 241 |
+
"plddt_mae": true,
|
| 242 |
+
"calibration_error": true,
|
| 243 |
+
"plddt_spearman": true,
|
| 244 |
+
"iptm_dockq_spearman": true,
|
| 245 |
+
"plddt_beats_donor": true,
|
| 246 |
+
"pae_beats_donor": true,
|
| 247 |
+
"plddt_beats_frequency": true,
|
| 248 |
+
"pae_beats_frequency": true,
|
| 249 |
+
"donor_rank_decrease": true
|
| 250 |
+
},
|
| 251 |
+
"thresholds": {
|
| 252 |
+
"atom_mae": 0.1,
|
| 253 |
+
"calibration_error_10bin": 0.05,
|
| 254 |
+
"target_plddt_spearman": 0.5,
|
| 255 |
+
"iptm_dockq_spearman": 0.3,
|
| 256 |
+
"max_donor_rank_decrease": 0.02
|
| 257 |
+
}
|
| 258 |
+
},
|
| 259 |
+
"frequency_baseline": {
|
| 260 |
+
"smoothing": 1.0,
|
| 261 |
+
"plddt_probabilities": [
|
| 262 |
+
0.000931098696461958,
|
| 263 |
+
0.000931098696461958,
|
| 264 |
+
0.0009449540630782633,
|
| 265 |
+
0.0009911233502995448,
|
| 266 |
+
0.0011711755430977486,
|
| 267 |
+
0.001440673581083988,
|
| 268 |
+
0.0017814490446816265,
|
| 269 |
+
0.0021430018773567565,
|
| 270 |
+
0.0026765985444911254,
|
| 271 |
+
0.003107925411659199,
|
| 272 |
+
0.0034949159405265927,
|
| 273 |
+
0.0038660645877081406,
|
| 274 |
+
0.0041875443792647555,
|
| 275 |
+
0.004416723488265866,
|
| 276 |
+
0.004652040507641893,
|
| 277 |
+
0.004955329548761708,
|
| 278 |
+
0.005179934849715841,
|
| 279 |
+
0.005341460199168628,
|
| 280 |
+
0.005628974312223004,
|
| 281 |
+
0.005707396781842487,
|
| 282 |
+
0.006186599775042935,
|
| 283 |
+
0.006448753793854761,
|
| 284 |
+
0.00673496658859172,
|
| 285 |
+
0.007196936716902573,
|
| 286 |
+
0.00725224983883613,
|
| 287 |
+
0.00807116451311827,
|
| 288 |
+
0.008154673378044201,
|
| 289 |
+
0.008497713183291173,
|
| 290 |
+
0.008992957379852498,
|
| 291 |
+
0.009360068899733136,
|
| 292 |
+
0.009977480170160098,
|
| 293 |
+
0.01068259735002636,
|
| 294 |
+
0.011448258342199204,
|
| 295 |
+
0.012239635236966234,
|
| 296 |
+
0.013089483509392836,
|
| 297 |
+
0.014324816560521012,
|
| 298 |
+
0.015026464651658838,
|
| 299 |
+
0.01640384553722464,
|
| 300 |
+
0.018499425115623885,
|
| 301 |
+
0.02063414909069957,
|
| 302 |
+
0.024445358429190406,
|
| 303 |
+
0.029517597327017406,
|
| 304 |
+
0.037018094929774696,
|
| 305 |
+
0.04770274407762743,
|
| 306 |
+
0.06353974293232739,
|
| 307 |
+
0.08629188733113399,
|
| 308 |
+
0.11433374887718874,
|
| 309 |
+
0.14321208691712897,
|
| 310 |
+
0.13023975033947127,
|
| 311 |
+
0.04092726580360863
|
| 312 |
+
],
|
| 313 |
+
"pae_probabilities": [
|
| 314 |
+
0.05931857862849552,
|
| 315 |
+
0.10810910557773173,
|
| 316 |
+
0.10562878008019455,
|
| 317 |
+
0.08968394287014216,
|
| 318 |
+
0.07334190261732847,
|
| 319 |
+
0.05923688299605289,
|
| 320 |
+
0.048156723124218585,
|
| 321 |
+
0.039358975236097965,
|
| 322 |
+
0.03259922442151289,
|
| 323 |
+
0.0272474072183036,
|
| 324 |
+
0.023088212726873024,
|
| 325 |
+
0.019719880881823675,
|
| 326 |
+
0.01706198340468625,
|
| 327 |
+
0.014916910384955254,
|
| 328 |
+
0.01309733297387208,
|
| 329 |
+
0.011576294199945226,
|
| 330 |
+
0.010364950781527103,
|
| 331 |
+
0.009305077611625637,
|
| 332 |
+
0.00845320629502813,
|
| 333 |
+
0.007727931353306024,
|
| 334 |
+
0.007095618407863639,
|
| 335 |
+
0.006577058137305903,
|
| 336 |
+
0.006110411041532493,
|
| 337 |
+
0.005726507068238489,
|
| 338 |
+
0.005393083197370827,
|
| 339 |
+
0.005079461002465184,
|
| 340 |
+
0.004822247176272697,
|
| 341 |
+
0.004599866432041237,
|
| 342 |
+
0.004400762950731808,
|
| 343 |
+
0.004222277582056844,
|
| 344 |
+
0.00406125996633285,
|
| 345 |
+
0.003939756121938397,
|
| 346 |
+
0.003815205251827356,
|
| 347 |
+
0.0037050775170126594,
|
| 348 |
+
0.0036141900952417986,
|
| 349 |
+
0.003532998287572617,
|
| 350 |
+
0.003457748968113842,
|
| 351 |
+
0.0033856150778956433,
|
| 352 |
+
0.00331470405749782,
|
| 353 |
+
0.0032629082527746277,
|
| 354 |
+
0.0031996332941383364,
|
| 355 |
+
0.003171191496694765,
|
| 356 |
+
0.003124025944630317,
|
| 357 |
+
0.0030667063542682686,
|
| 358 |
+
0.0030067022473599905,
|
| 359 |
+
0.002952870396778799,
|
| 360 |
+
0.002922679238411289,
|
| 361 |
+
0.002852933035598229,
|
| 362 |
+
0.002807928174928141,
|
| 363 |
+
0.0027641222216264884,
|
| 364 |
+
0.0027379880990658595,
|
| 365 |
+
0.002694533265611688,
|
| 366 |
+
0.002652485269606279,
|
| 367 |
+
0.0026242601143752274,
|
| 368 |
+
0.0026017813862754713,
|
| 369 |
+
0.0025723407212765404,
|
| 370 |
+
0.0025367232571995293,
|
| 371 |
+
0.002525352035636057,
|
| 372 |
+
0.0024758007638146146,
|
| 373 |
+
0.0024511424536493506,
|
| 374 |
+
0.002425278865814468,
|
| 375 |
+
0.0023799489532513964,
|
| 376 |
+
0.002361836834288547,
|
| 377 |
+
0.0689816755998929
|
| 378 |
+
],
|
| 379 |
+
"plddt_ce": 3.0118676008664265,
|
| 380 |
+
"pae_ce": 3.1474583894753394,
|
| 381 |
+
"training_target_count": 1024,
|
| 382 |
+
"evaluation_target_count": 256
|
| 383 |
+
},
|
| 384 |
+
"elapsed_seconds": 1668.896791358,
|
| 385 |
+
"controller_app_id": "ap-IBxoNRDp2HR9PxgauONgYF",
|
| 386 |
+
"controller_call_id": "4ae26e8136da447bb8e282a4fd749b35"
|
| 387 |
+
}
|
docs/evidence/confidence/esmfold2_600-package.json
ADDED
|
@@ -0,0 +1,192 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "passed",
|
| 3 |
+
"model_id": "esmfold2_600",
|
| 4 |
+
"artifact": "/vol/confidence/esmfold2_600/package/artifact",
|
| 5 |
+
"base_repo": "Synthyra/ESMFold2-600",
|
| 6 |
+
"base_revision": "71c67d0b2b73dc245ea7c3cc0d0476439a882d08",
|
| 7 |
+
"base_weight_sha256": "11a53c1b4700b6c62a5a464fc3ec7076160c19e8584157f88e13275116cfd602",
|
| 8 |
+
"head_sha256": "413db7dec0730c4928cf351fd77337d70c7943fa4582758b42f2e9055699da4d",
|
| 9 |
+
"weight_sha256": "fd6fd8c75f702a3bfd2ace37a352b8b8a25e6ce09db1ea6ba74975ae1efaf527",
|
| 10 |
+
"config_sha256": "2225f0ee1594b5c0948c797dce4cf40e904d6cbca21b91ac456e2ca1e4b755d9",
|
| 11 |
+
"preserved_folding_tensors": 820,
|
| 12 |
+
"donor_repo": "biohub/ESMFold2-Experimental-Fast-Cutoff2025",
|
| 13 |
+
"donor_revision": "74b88548bf19688b8727432db0d698cb2e1d8783",
|
| 14 |
+
"donor_weight_sha256": "4e903b740ad6ad704ec60881bfd593e0d6c874a630ffa0f0838276e0b665088f",
|
| 15 |
+
"training_run": "https://wandb.ai/lhallee/fastplms-confidence/runs/d86012361165",
|
| 16 |
+
"evaluation_run": "https://wandb.ai/lhallee/fastplms-confidence/runs/8a9d898f1696",
|
| 17 |
+
"wandb_url": "https://wandb.ai/lhallee/fastplms-confidence/runs/683d881405c4",
|
| 18 |
+
"evaluation_sha256": "80a248ff7f791dc6722ac59f329570cfa1a00e5ff9723becdf26d9d3ab35fad9",
|
| 19 |
+
"training_settings": {
|
| 20 |
+
"seed": 17,
|
| 21 |
+
"learning_rate": 0.0001,
|
| 22 |
+
"minimum_learning_rate": 1e-05,
|
| 23 |
+
"weight_decay": 0.01,
|
| 24 |
+
"accumulation_steps": 16,
|
| 25 |
+
"maximum_updates": 1000000,
|
| 26 |
+
"warmup_updates": 100,
|
| 27 |
+
"validation_interval": 100,
|
| 28 |
+
"early_stopping_patience": 12,
|
| 29 |
+
"gradient_clip": 1.0,
|
| 30 |
+
"num_loops": 3,
|
| 31 |
+
"num_sampling_steps": 15,
|
| 32 |
+
"num_diffusion_samples": 1,
|
| 33 |
+
"model_id": "esmfold2_600",
|
| 34 |
+
"model_repo": "Synthyra/ESMFold2-600",
|
| 35 |
+
"model_revision": "71c67d0b2b73dc245ea7c3cc0d0476439a882d08",
|
| 36 |
+
"model_weight_sha256": "11a53c1b4700b6c62a5a464fc3ec7076160c19e8584157f88e13275116cfd602",
|
| 37 |
+
"donor_repo": "biohub/ESMFold2-Experimental-Fast-Cutoff2025",
|
| 38 |
+
"donor_revision": "74b88548bf19688b8727432db0d698cb2e1d8783",
|
| 39 |
+
"donor_weight_sha256": "4e903b740ad6ad704ec60881bfd593e0d6c874a630ffa0f0838276e0b665088f",
|
| 40 |
+
"atlasfold_revision": "444f376d85b9954a5f2f5f3f8b3cbcae1201ebb1",
|
| 41 |
+
"dataset_archives": {
|
| 42 |
+
"cameo_val": {
|
| 43 |
+
"status": "downloaded",
|
| 44 |
+
"source": "cameo_val",
|
| 45 |
+
"drive_id": "10fhgH7nnVA022nvN-v3bTg1Xor97t2Ne",
|
| 46 |
+
"bytes": 8958886,
|
| 47 |
+
"sha256": "0e9c635b9a1196630d5c540e1a2b5abb718b5325163b9443da2608405629857c",
|
| 48 |
+
"manifests": [
|
| 49 |
+
"cameo_val/manifest.msgpack"
|
| 50 |
+
]
|
| 51 |
+
},
|
| 52 |
+
"rcsb": {
|
| 53 |
+
"status": "downloaded",
|
| 54 |
+
"source": "rcsb",
|
| 55 |
+
"drive_id": "1TEH73v9oxA1oYYnsPZntHqES_04vEz8P",
|
| 56 |
+
"bytes": 11357809730,
|
| 57 |
+
"sha256": "905b248e1baee4e7e8b7a3536e5596af9c7cbf2c249b30b50fa7c45f5ebd9562",
|
| 58 |
+
"manifests": [
|
| 59 |
+
"cameo_val/manifest.msgpack",
|
| 60 |
+
"rcsb/manifest.msgpack",
|
| 61 |
+
"rcsb/manifest_confidence.msgpack",
|
| 62 |
+
"rcsb_multimer_val/manifest.msgpack"
|
| 63 |
+
]
|
| 64 |
+
},
|
| 65 |
+
"rcsb_multimer": {
|
| 66 |
+
"status": "downloaded",
|
| 67 |
+
"source": "rcsb_multimer",
|
| 68 |
+
"drive_id": "1K-yAbtbFvSYTQ2q8PGhO4d7LHrU3KvrG",
|
| 69 |
+
"official_drive_id": "1aN9zUL4JokQc0L6AWVUNlsnftQBi8pjr",
|
| 70 |
+
"bytes": 29329969577,
|
| 71 |
+
"sha256": "c29a7cf85dc9a4ca46523fa65b74e2a19dd382c90d08c2f15a209e86686b682a",
|
| 72 |
+
"manifests": [
|
| 73 |
+
"cameo_val/manifest.msgpack",
|
| 74 |
+
"rcsb/manifest.msgpack",
|
| 75 |
+
"rcsb/manifest_confidence.msgpack",
|
| 76 |
+
"rcsb_multimer/manifest.msgpack",
|
| 77 |
+
"rcsb_multimer/manifest_confidence.msgpack",
|
| 78 |
+
"rcsb_multimer_val/manifest.msgpack"
|
| 79 |
+
]
|
| 80 |
+
},
|
| 81 |
+
"rcsb_multimer_val": {
|
| 82 |
+
"status": "downloaded",
|
| 83 |
+
"source": "rcsb_multimer_val",
|
| 84 |
+
"drive_id": "17meo4uBvvFfB2M-uor17KWwqQDYdSGFI",
|
| 85 |
+
"bytes": 27699160,
|
| 86 |
+
"sha256": "be0300ebee91c93b92d9a5ebcd8c1b94c41e26e0261b139607630435ce0f2ac4",
|
| 87 |
+
"manifests": [
|
| 88 |
+
"cameo_val/manifest.msgpack",
|
| 89 |
+
"rcsb_multimer_val/manifest.msgpack"
|
| 90 |
+
]
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
"dataset_sha256": "7cc79fb577fa7121e9f1c1d2f3c73f55a332cbdb1772802a18acf535de63be99",
|
| 94 |
+
"training_code_sha256": "6eaea4d6d4ad9a2450bf6c6dbf4a88516b3c62946279fdc12b82e646b320208b",
|
| 95 |
+
"workflow_files": {
|
| 96 |
+
"__init__.py": "906ebf189faecc0e4db0667e06235ddedb5f55ccb8764007cefb94bebab4d1e2",
|
| 97 |
+
"budget.py": "540cbd7771b271c9fb4a8f835be4cf19fe798a364424428c4091d4301ad2a327",
|
| 98 |
+
"cache.py": "6e643711fe3a8d4e5100f227af287476842a38c55aae05a1370aa49cb0dc4eaa",
|
| 99 |
+
"campaign.py": "3fe33976810a1babfe85db6f713aa2167bba0e14f92b9003ac0e382cb77cfd55",
|
| 100 |
+
"config.py": "c8c1775c2cae14c240b938033715da08fc51cd84e59ab3d7aeed3f7ac6b53e67",
|
| 101 |
+
"data.py": "143eb4388bd0c233a938fc6b5fb7b5f55e330e6d4530f77d4a35d2d76e7694e8",
|
| 102 |
+
"evaluation.py": "ef00a4ce9a27f2561689496e114cbc6d160bc186e6c1214cbb7ff1be23733992",
|
| 103 |
+
"labels.py": "e29dea726e6201bed27815fc42c32d474d008f5dec08e2645ec77842d480d016",
|
| 104 |
+
"launch.py": "98c2418539338e7cca87596fa789a5deae2407fad405e0ed9de952e47e79ec06",
|
| 105 |
+
"metrics.py": "cb9fca1f26616bc8ac0330976f8d52cede3b5ef61769221821e4de202e93b36a",
|
| 106 |
+
"modal_app.py": "8b49b0c6d838d998b78b157435fa94d67db7bfa2444657776253e7185bab0534",
|
| 107 |
+
"selection.py": "dd0e9c87dd48f63159b997e801bb0595f1ebf5c9eaed1f5b2bab1a3543054cf1",
|
| 108 |
+
"splits.py": "d1604dd66b15a409cc41799d500f8cc5de7eec31ce4c1dd5b7521fa41e2da84d",
|
| 109 |
+
"structure_metrics.py": "9fd2a7baa82fc4ca3544f5b73cd328f4fd217698329e3e5961d1860cee7a5e0f",
|
| 110 |
+
"training.py": "6eaea4d6d4ad9a2450bf6c6dbf4a88516b3c62946279fdc12b82e646b320208b",
|
| 111 |
+
"workflow.py": "cdd7334b0258a2d0f4c2fc8c175b14a367da5e03305c8063ebb74028abf78cef"
|
| 112 |
+
},
|
| 113 |
+
"torch_version": "2.13.0+cu130",
|
| 114 |
+
"transformers_version": "5.13.0",
|
| 115 |
+
"python_version": "3.12.10",
|
| 116 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 117 |
+
"backbone_precision": "bf16",
|
| 118 |
+
"head_parameters": "float32",
|
| 119 |
+
"deterministic_algorithms": true,
|
| 120 |
+
"estimated_dollars_per_second": 0.0012204400000000002,
|
| 121 |
+
"maximum_seconds": 36000,
|
| 122 |
+
"selection": "both_heads_improve_with_rank_guard"
|
| 123 |
+
},
|
| 124 |
+
"complete_artifact_compliance": false,
|
| 125 |
+
"inference": {
|
| 126 |
+
"coordinate_equality": true,
|
| 127 |
+
"samples": [
|
| 128 |
+
1,
|
| 129 |
+
2
|
| 130 |
+
],
|
| 131 |
+
"seed": 17,
|
| 132 |
+
"loops": 3,
|
| 133 |
+
"diffusion_steps": 15,
|
| 134 |
+
"dtype": "fp32 parameters, bf16 autocast",
|
| 135 |
+
"backend": "sdpa",
|
| 136 |
+
"confidence_shapes": {
|
| 137 |
+
"1": {
|
| 138 |
+
"plddt_per_atom": [
|
| 139 |
+
1,
|
| 140 |
+
896
|
| 141 |
+
],
|
| 142 |
+
"plddt": [
|
| 143 |
+
1,
|
| 144 |
+
112
|
| 145 |
+
],
|
| 146 |
+
"pae": [
|
| 147 |
+
1,
|
| 148 |
+
112,
|
| 149 |
+
112
|
| 150 |
+
],
|
| 151 |
+
"ptm": [
|
| 152 |
+
1
|
| 153 |
+
],
|
| 154 |
+
"iptm": [
|
| 155 |
+
1
|
| 156 |
+
]
|
| 157 |
+
},
|
| 158 |
+
"2": {
|
| 159 |
+
"plddt_per_atom": [
|
| 160 |
+
2,
|
| 161 |
+
896
|
| 162 |
+
],
|
| 163 |
+
"plddt": [
|
| 164 |
+
2,
|
| 165 |
+
112
|
| 166 |
+
],
|
| 167 |
+
"pae": [
|
| 168 |
+
2,
|
| 169 |
+
112,
|
| 170 |
+
112
|
| 171 |
+
],
|
| 172 |
+
"ptm": [
|
| 173 |
+
2
|
| 174 |
+
],
|
| 175 |
+
"iptm": [
|
| 176 |
+
2
|
| 177 |
+
]
|
| 178 |
+
}
|
| 179 |
+
},
|
| 180 |
+
"cif_atom_count": 870,
|
| 181 |
+
"cif_chain_ids": [
|
| 182 |
+
"A",
|
| 183 |
+
"B"
|
| 184 |
+
],
|
| 185 |
+
"peak_memory_bytes": 2313679360,
|
| 186 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 187 |
+
"torch_version": "2.13.0+cu130"
|
| 188 |
+
},
|
| 189 |
+
"elapsed_seconds": 64.560542354,
|
| 190 |
+
"controller_app_id": "ap-wMHEklkyH3UxvpOBJqZCl1",
|
| 191 |
+
"controller_call_id": "2360c870e2ec4fb884f39cd30af6c2e8"
|
| 192 |
+
}
|
docs/evidence/confidence/esmfold2_600-v2.json
ADDED
|
@@ -0,0 +1,1169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "complete",
|
| 3 |
+
"campaign": "confidence-v2",
|
| 4 |
+
"metrics_review": {
|
| 5 |
+
"status": "requires_recomputation",
|
| 6 |
+
"reason": "The original Spearman implementation assigned distinct ranks to tied values. Correlations, bootstrap intervals, and acceptance gates must be recomputed with average tied ranks.",
|
| 7 |
+
"historical_values_preserved": true,
|
| 8 |
+
"raw_prediction_recovery": {
|
| 9 |
+
"status": "unavailable",
|
| 10 |
+
"details": "The GH200 workstation is closed. W&B contains no logged artifacts or raw per-target prediction records for either v2 run; aggregate history cannot reconstruct corrected metrics.",
|
| 11 |
+
"required_files": [
|
| 12 |
+
"~/data/confidence-v2/evaluation/esmfold2_600/records.json",
|
| 13 |
+
"~/data/confidence-v2/evaluation/esmfold2/records.json"
|
| 14 |
+
]
|
| 15 |
+
},
|
| 16 |
+
"training_history_audit": {
|
| 17 |
+
"wandb_url": "https://wandb.ai/lhallee/fastplms-confidence/runs/01c7e12b6d03",
|
| 18 |
+
"history_rows": 780,
|
| 19 |
+
"metric": "train/skipped_targets",
|
| 20 |
+
"maximum": 0,
|
| 21 |
+
"scope": "All 780 update rows were inspected.",
|
| 22 |
+
"conclusion": "The skipped-target gradient bug did not affect this recorded training run because no training target was skipped."
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"model_id": "esmfold2_600",
|
| 26 |
+
"data": {
|
| 27 |
+
"dataset": "Synthyra/AtlasFold-Data",
|
| 28 |
+
"configurations": [
|
| 29 |
+
"rcsb",
|
| 30 |
+
"rcsb_multimer"
|
| 31 |
+
],
|
| 32 |
+
"maximum_resolution_angstrom": 4.0
|
| 33 |
+
},
|
| 34 |
+
"training": {
|
| 35 |
+
"donor_repo": "biohub/ESMFold2-Experimental-Fast-Cutoff2025",
|
| 36 |
+
"donor_revision": "74b88548bf19688b8727432db0d698cb2e1d8783",
|
| 37 |
+
"donor_weight_sha256": "4e903b740ad6ad704ec60881bfd593e0d6c874a630ffa0f0838276e0b665088f",
|
| 38 |
+
"wandb_url": "https://wandb.ai/lhallee/fastplms-confidence/runs/01c7e12b6d03",
|
| 39 |
+
"updates": 780,
|
| 40 |
+
"stopped_by": "planned_updates",
|
| 41 |
+
"elapsed_hours": 19.039402090201108,
|
| 42 |
+
"selected_checkpoint": "final-ema.safetensors",
|
| 43 |
+
"final_validation": {
|
| 44 |
+
"plddt_ce": 2.67709751741495,
|
| 45 |
+
"pae_ce": 2.7210965593112633,
|
| 46 |
+
"total_ce": 5.398194076726213,
|
| 47 |
+
"target_plddt_spearman": 0.9347562371252001,
|
| 48 |
+
"within_target_plddt_accuracy": 0.6144578313253012,
|
| 49 |
+
"within_target_plddt_pairs": 83.0,
|
| 50 |
+
"within_target_iptm_accuracy": 0.5443425076452599,
|
| 51 |
+
"within_target_iptm_pairs": 327.0,
|
| 52 |
+
"calibration_error_10bin": 0.0023772346333815254
|
| 53 |
+
},
|
| 54 |
+
"config": {
|
| 55 |
+
"model_id": "esmfold2_600",
|
| 56 |
+
"samples_per_target": 4,
|
| 57 |
+
"targets_per_update": 16,
|
| 58 |
+
"learning_rate": 0.0001,
|
| 59 |
+
"minimum_learning_rate": 1e-05,
|
| 60 |
+
"weight_decay": 0.01,
|
| 61 |
+
"warmup_updates": 78,
|
| 62 |
+
"planned_updates": 780,
|
| 63 |
+
"ema_decay": 0.9871794871794872,
|
| 64 |
+
"gradient_clip": 1.0,
|
| 65 |
+
"pae_weight": 1.0,
|
| 66 |
+
"ranking_weight": 0.5,
|
| 67 |
+
"ranking_margin": 0.01,
|
| 68 |
+
"ranking_temperature": 0.05,
|
| 69 |
+
"monomer_fraction": 0.5,
|
| 70 |
+
"validation_interval_seconds": 5400,
|
| 71 |
+
"checkpoint_interval_seconds": 1800,
|
| 72 |
+
"maximum_seconds": 73800,
|
| 73 |
+
"validation_limit": null,
|
| 74 |
+
"num_loops": 3,
|
| 75 |
+
"num_sampling_steps": 50,
|
| 76 |
+
"seed": 17
|
| 77 |
+
}
|
| 78 |
+
},
|
| 79 |
+
"splits": {
|
| 80 |
+
"targets_sha256": "da801db539deabdc36d6060e5ef8570ca6cff15374a04dca5280bdcc31166bdd",
|
| 81 |
+
"train_targets": 475959,
|
| 82 |
+
"unique_chain_sequences": 106860,
|
| 83 |
+
"clusters": 35539,
|
| 84 |
+
"mmseqs": {
|
| 85 |
+
"min_seq_id": 0.4,
|
| 86 |
+
"coverage": 0.8,
|
| 87 |
+
"cov_mode": 0
|
| 88 |
+
},
|
| 89 |
+
"counts": {
|
| 90 |
+
"test/complex": 128,
|
| 91 |
+
"test/dimer_hetero": 96,
|
| 92 |
+
"test/dimer_homo": 96,
|
| 93 |
+
"test/long": 64,
|
| 94 |
+
"test/monomer_long": 64,
|
| 95 |
+
"test/monomer_medium": 64,
|
| 96 |
+
"test/monomer_short": 64,
|
| 97 |
+
"train/complex": 25490,
|
| 98 |
+
"train/dimer_hetero": 11304,
|
| 99 |
+
"train/dimer_homo": 36648,
|
| 100 |
+
"train/monomer_long": 31333,
|
| 101 |
+
"train/monomer_medium": 141549,
|
| 102 |
+
"train/monomer_short": 229635,
|
| 103 |
+
"unused/complex": 3675,
|
| 104 |
+
"unused/dimer_hetero": 1218,
|
| 105 |
+
"unused/dimer_homo": 2566,
|
| 106 |
+
"unused/long": 29669,
|
| 107 |
+
"unused/monomer_long": 2262,
|
| 108 |
+
"unused/monomer_medium": 8223,
|
| 109 |
+
"unused/monomer_short": 20674,
|
| 110 |
+
"validation/complex": 64,
|
| 111 |
+
"validation/dimer_hetero": 48,
|
| 112 |
+
"validation/dimer_homo": 48,
|
| 113 |
+
"validation/monomer_long": 32,
|
| 114 |
+
"validation/monomer_medium": 32,
|
| 115 |
+
"validation/monomer_short": 32
|
| 116 |
+
}
|
| 117 |
+
},
|
| 118 |
+
"test": {
|
| 119 |
+
"targets": 512,
|
| 120 |
+
"samples_per_target": 5,
|
| 121 |
+
"num_loops": 3,
|
| 122 |
+
"num_sampling_steps": 50,
|
| 123 |
+
"strata": "512 standard targets; the 64 long targets are excluded from these estimates",
|
| 124 |
+
"heads": {
|
| 125 |
+
"v2": {
|
| 126 |
+
"plddt_lddt_spearman": 0.854072696115142,
|
| 127 |
+
"ptm_tm_spearman": 0.8629840029024509,
|
| 128 |
+
"iptm_dockq_spearman": 0.8529808579829266,
|
| 129 |
+
"atom_plddt_mae": 0.08076240273169426,
|
| 130 |
+
"calibration_error_10bin": 0.005046683807630942,
|
| 131 |
+
"plddt_ce": 2.688674711994827,
|
| 132 |
+
"pae_ce": 2.7477211838122457,
|
| 133 |
+
"within_target_plddt_accuracy": 0.48028673835125446,
|
| 134 |
+
"within_target_iptm_dockq_accuracy": 0.5012345679012346,
|
| 135 |
+
"top1_regret": 0.017454210546886013,
|
| 136 |
+
"random_selection_regret": 0.018550935363826185,
|
| 137 |
+
"disorder_auroc": 0.8744151535744457,
|
| 138 |
+
"resolved_residue_mean_plddt": 0.7900518698913769,
|
| 139 |
+
"unresolved_residue_mean_plddt": 0.505073146846631,
|
| 140 |
+
"resolved_fraction_below_50": 0.09353059240838688,
|
| 141 |
+
"unresolved_fraction_below_50": 0.5600385126770896,
|
| 142 |
+
"within_target_plddt_pairs": 279.0,
|
| 143 |
+
"within_target_iptm_dockq_pairs": 405.0,
|
| 144 |
+
"complexes_without_dockq": 3.0,
|
| 145 |
+
"interval_95": {
|
| 146 |
+
"plddt_lddt_spearman": [
|
| 147 |
+
0.8213779932813443,
|
| 148 |
+
0.8824840350067096
|
| 149 |
+
],
|
| 150 |
+
"ptm_tm_spearman": [
|
| 151 |
+
0.8347424641395036,
|
| 152 |
+
0.8855233511113988
|
| 153 |
+
],
|
| 154 |
+
"iptm_dockq_spearman": [
|
| 155 |
+
0.817600580269619,
|
| 156 |
+
0.8802656698633731
|
| 157 |
+
],
|
| 158 |
+
"atom_plddt_mae": [
|
| 159 |
+
0.0772762884979909,
|
| 160 |
+
0.0846304553272705
|
| 161 |
+
],
|
| 162 |
+
"calibration_error_10bin": [
|
| 163 |
+
0.003021647472470593,
|
| 164 |
+
0.010203489278345456
|
| 165 |
+
],
|
| 166 |
+
"plddt_ce": [
|
| 167 |
+
2.632142991540022,
|
| 168 |
+
2.7437868106598033
|
| 169 |
+
],
|
| 170 |
+
"pae_ce": [
|
| 171 |
+
2.6914514797565063,
|
| 172 |
+
2.7998094976635186
|
| 173 |
+
],
|
| 174 |
+
"within_target_plddt_accuracy": [
|
| 175 |
+
0.3922244162682741,
|
| 176 |
+
0.5673941471690112
|
| 177 |
+
],
|
| 178 |
+
"within_target_iptm_dockq_accuracy": [
|
| 179 |
+
0.42176597594345006,
|
| 180 |
+
0.5863079183037769
|
| 181 |
+
],
|
| 182 |
+
"top1_regret": [
|
| 183 |
+
0.014444165978069827,
|
| 184 |
+
0.020786262943957957
|
| 185 |
+
],
|
| 186 |
+
"disorder_auroc": [
|
| 187 |
+
0.8542004808434229,
|
| 188 |
+
0.8943750842848228
|
| 189 |
+
],
|
| 190 |
+
"resolved_residue_mean_plddt": [
|
| 191 |
+
0.7766784883991988,
|
| 192 |
+
0.8028366404467148
|
| 193 |
+
],
|
| 194 |
+
"unresolved_residue_mean_plddt": [
|
| 195 |
+
0.48688575900981523,
|
| 196 |
+
0.5238038038540772
|
| 197 |
+
],
|
| 198 |
+
"resolved_fraction_below_50": [
|
| 199 |
+
0.0732719350245466,
|
| 200 |
+
0.11425224825586376
|
| 201 |
+
],
|
| 202 |
+
"unresolved_fraction_below_50": [
|
| 203 |
+
0.5137986472570998,
|
| 204 |
+
0.6044600095212946
|
| 205 |
+
]
|
| 206 |
+
},
|
| 207 |
+
"by_stratum": {
|
| 208 |
+
"complex": {
|
| 209 |
+
"targets": 128.0,
|
| 210 |
+
"plddt_lddt_spearman": 0.8280499494627674,
|
| 211 |
+
"ptm_tm_spearman": 0.889445179919873,
|
| 212 |
+
"iptm_dockq_spearman": 0.8378714761266508,
|
| 213 |
+
"atom_plddt_mae": 0.09951464581031456,
|
| 214 |
+
"calibration_error_10bin": 0.016010401977072816,
|
| 215 |
+
"plddt_ce": 3.0276884073391557,
|
| 216 |
+
"pae_ce": 2.719856545701623,
|
| 217 |
+
"within_target_plddt_accuracy": 0.4146341463414634,
|
| 218 |
+
"within_target_plddt_pairs": 123.0,
|
| 219 |
+
"within_target_iptm_dockq_accuracy": 0.5873015873015873,
|
| 220 |
+
"within_target_iptm_dockq_pairs": 126.0,
|
| 221 |
+
"top1_regret": 0.01991337937520448,
|
| 222 |
+
"random_selection_regret": 0.02306503324452231,
|
| 223 |
+
"complexes_without_dockq": 0.0,
|
| 224 |
+
"disorder_auroc": 0.8527169389228181,
|
| 225 |
+
"resolved_residue_mean_plddt": 0.7406075350285969,
|
| 226 |
+
"unresolved_residue_mean_plddt": 0.47302599963984304,
|
| 227 |
+
"resolved_fraction_below_50": 0.1355693500502981,
|
| 228 |
+
"unresolved_fraction_below_50": 0.6376232552183378,
|
| 229 |
+
"unresolved_residues": 39045.0
|
| 230 |
+
},
|
| 231 |
+
"dimer_hetero": {
|
| 232 |
+
"targets": 96.0,
|
| 233 |
+
"plddt_lddt_spearman": 0.8303818592962642,
|
| 234 |
+
"ptm_tm_spearman": 0.8388332848666877,
|
| 235 |
+
"iptm_dockq_spearman": 0.8631607994912088,
|
| 236 |
+
"atom_plddt_mae": 0.06894881828602828,
|
| 237 |
+
"calibration_error_10bin": 0.007848243311686686,
|
| 238 |
+
"plddt_ce": 2.456673502922058,
|
| 239 |
+
"pae_ce": 2.6574336816867192,
|
| 240 |
+
"within_target_plddt_accuracy": 0.5853658536585366,
|
| 241 |
+
"within_target_plddt_pairs": 41.0,
|
| 242 |
+
"within_target_iptm_dockq_accuracy": 0.4014084507042254,
|
| 243 |
+
"within_target_iptm_dockq_pairs": 142.0,
|
| 244 |
+
"top1_regret": 0.03254806053933434,
|
| 245 |
+
"random_selection_regret": 0.02769299836922235,
|
| 246 |
+
"complexes_without_dockq": 2.0,
|
| 247 |
+
"disorder_auroc": 0.8993486884179404,
|
| 248 |
+
"resolved_residue_mean_plddt": 0.8115016972594643,
|
| 249 |
+
"unresolved_residue_mean_plddt": 0.5040835848862999,
|
| 250 |
+
"resolved_fraction_below_50": 0.07039482268208032,
|
| 251 |
+
"unresolved_fraction_below_50": 0.5802024746906637,
|
| 252 |
+
"unresolved_residues": 22225.0
|
| 253 |
+
},
|
| 254 |
+
"dimer_homo": {
|
| 255 |
+
"targets": 96.0,
|
| 256 |
+
"plddt_lddt_spearman": 0.7447083103659303,
|
| 257 |
+
"ptm_tm_spearman": 0.8384812868111405,
|
| 258 |
+
"iptm_dockq_spearman": 0.7946864555282473,
|
| 259 |
+
"atom_plddt_mae": 0.07655293672286138,
|
| 260 |
+
"calibration_error_10bin": 0.007431102062784936,
|
| 261 |
+
"plddt_ce": 2.7115684315562247,
|
| 262 |
+
"pae_ce": 2.8065724052488803,
|
| 263 |
+
"within_target_plddt_accuracy": 0.5227272727272727,
|
| 264 |
+
"within_target_plddt_pairs": 44.0,
|
| 265 |
+
"within_target_iptm_dockq_accuracy": 0.5255474452554745,
|
| 266 |
+
"within_target_iptm_dockq_pairs": 137.0,
|
| 267 |
+
"top1_regret": 0.022805070584736138,
|
| 268 |
+
"random_selection_regret": 0.029081503512266557,
|
| 269 |
+
"complexes_without_dockq": 1.0,
|
| 270 |
+
"disorder_auroc": 0.8959894128914391,
|
| 271 |
+
"resolved_residue_mean_plddt": 0.8121136267143115,
|
| 272 |
+
"unresolved_residue_mean_plddt": 0.49658808975235413,
|
| 273 |
+
"resolved_fraction_below_50": 0.07106137646634904,
|
| 274 |
+
"unresolved_fraction_below_50": 0.5843421052631579,
|
| 275 |
+
"unresolved_residues": 15200.0
|
| 276 |
+
},
|
| 277 |
+
"long": {
|
| 278 |
+
"targets": 64.0,
|
| 279 |
+
"plddt_lddt_spearman": 0.8954285442240646,
|
| 280 |
+
"ptm_tm_spearman": 0.8067515307766676,
|
| 281 |
+
"iptm_dockq_spearman": 0.789702674779015,
|
| 282 |
+
"atom_plddt_mae": 0.09328685007849667,
|
| 283 |
+
"calibration_error_10bin": 0.018505222338691073,
|
| 284 |
+
"plddt_ce": 3.021508629620075,
|
| 285 |
+
"pae_ce": 2.6478219006210564,
|
| 286 |
+
"within_target_plddt_accuracy": 0.7272727272727273,
|
| 287 |
+
"within_target_plddt_pairs": 33.0,
|
| 288 |
+
"within_target_iptm_dockq_accuracy": 0.6346153846153846,
|
| 289 |
+
"within_target_iptm_dockq_pairs": 52.0,
|
| 290 |
+
"top1_regret": 0.01705447646274116,
|
| 291 |
+
"random_selection_regret": 0.01896477816319298,
|
| 292 |
+
"complexes_without_dockq": 0.0,
|
| 293 |
+
"disorder_auroc": 0.8676954386830349,
|
| 294 |
+
"resolved_residue_mean_plddt": 0.6819065184863516,
|
| 295 |
+
"unresolved_residue_mean_plddt": 0.4707151658451897,
|
| 296 |
+
"resolved_fraction_below_50": 0.12549680026945098,
|
| 297 |
+
"unresolved_fraction_below_50": 0.5856722498868266,
|
| 298 |
+
"unresolved_residues": 44180.0
|
| 299 |
+
},
|
| 300 |
+
"monomer_long": {
|
| 301 |
+
"targets": 64.0,
|
| 302 |
+
"plddt_lddt_spearman": 0.9351016611490346,
|
| 303 |
+
"ptm_tm_spearman": 0.8579951952655788,
|
| 304 |
+
"iptm_dockq_spearman": NaN,
|
| 305 |
+
"atom_plddt_mae": 0.07426960424771556,
|
| 306 |
+
"calibration_error_10bin": 0.005931630600628764,
|
| 307 |
+
"plddt_ce": 2.712326504290104,
|
| 308 |
+
"pae_ce": 2.9903574150055645,
|
| 309 |
+
"within_target_plddt_accuracy": 0.5,
|
| 310 |
+
"within_target_plddt_pairs": 30.0,
|
| 311 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 312 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 313 |
+
"top1_regret": 0.004395436029881239,
|
| 314 |
+
"random_selection_regret": 0.0059648143127560655,
|
| 315 |
+
"complexes_without_dockq": 0.0,
|
| 316 |
+
"disorder_auroc": 0.8402325836936817,
|
| 317 |
+
"resolved_residue_mean_plddt": 0.7784860264577481,
|
| 318 |
+
"unresolved_residue_mean_plddt": 0.540759888737956,
|
| 319 |
+
"resolved_fraction_below_50": 0.10612545736923847,
|
| 320 |
+
"unresolved_fraction_below_50": 0.44980411361410383,
|
| 321 |
+
"unresolved_residues": 20420.0
|
| 322 |
+
},
|
| 323 |
+
"monomer_medium": {
|
| 324 |
+
"targets": 64.0,
|
| 325 |
+
"plddt_lddt_spearman": 0.7423479477338646,
|
| 326 |
+
"ptm_tm_spearman": 0.6829138956435122,
|
| 327 |
+
"iptm_dockq_spearman": NaN,
|
| 328 |
+
"atom_plddt_mae": 0.05747958115102194,
|
| 329 |
+
"calibration_error_10bin": 0.0010734369063793805,
|
| 330 |
+
"plddt_ce": 2.357792126387358,
|
| 331 |
+
"pae_ce": 2.764729794114828,
|
| 332 |
+
"within_target_plddt_accuracy": 0.42857142857142855,
|
| 333 |
+
"within_target_plddt_pairs": 7.0,
|
| 334 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 335 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 336 |
+
"top1_regret": 0.004227403551340103,
|
| 337 |
+
"random_selection_regret": 0.004289357177913192,
|
| 338 |
+
"complexes_without_dockq": 0.0,
|
| 339 |
+
"disorder_auroc": 0.9342927835631009,
|
| 340 |
+
"resolved_residue_mean_plddt": 0.8765173791059139,
|
| 341 |
+
"unresolved_residue_mean_plddt": 0.555564347640253,
|
| 342 |
+
"resolved_fraction_below_50": 0.03402197389426237,
|
| 343 |
+
"unresolved_fraction_below_50": 0.44795673076923076,
|
| 344 |
+
"unresolved_residues": 8320.0
|
| 345 |
+
},
|
| 346 |
+
"monomer_short": {
|
| 347 |
+
"targets": 64.0,
|
| 348 |
+
"plddt_lddt_spearman": 0.7611523305891659,
|
| 349 |
+
"ptm_tm_spearman": 0.755389212785281,
|
| 350 |
+
"iptm_dockq_spearman": NaN,
|
| 351 |
+
"atom_plddt_mae": 0.06707786944410245,
|
| 352 |
+
"calibration_error_10bin": 0.004551490628021141,
|
| 353 |
+
"plddt_ce": 2.631539348885417,
|
| 354 |
+
"pae_ce": 2.590960039570928,
|
| 355 |
+
"within_target_plddt_accuracy": 0.5294117647058824,
|
| 356 |
+
"within_target_plddt_pairs": 34.0,
|
| 357 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 358 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 359 |
+
"top1_regret": 0.0087096793577075,
|
| 360 |
+
"random_selection_regret": 0.007311721704900265,
|
| 361 |
+
"complexes_without_dockq": 0.0,
|
| 362 |
+
"disorder_auroc": 0.942394436312481,
|
| 363 |
+
"resolved_residue_mean_plddt": 0.8721152760268175,
|
| 364 |
+
"unresolved_residue_mean_plddt": 0.5709864589575828,
|
| 365 |
+
"resolved_fraction_below_50": 0.020254049644563572,
|
| 366 |
+
"unresolved_fraction_below_50": 0.38751625487646296,
|
| 367 |
+
"unresolved_residues": 3845.0
|
| 368 |
+
}
|
| 369 |
+
}
|
| 370 |
+
},
|
| 371 |
+
"pilot": {
|
| 372 |
+
"plddt_lddt_spearman": 0.8026386760923272,
|
| 373 |
+
"ptm_tm_spearman": 0.7409464302553451,
|
| 374 |
+
"iptm_dockq_spearman": 0.6330599766887712,
|
| 375 |
+
"atom_plddt_mae": 0.09042012894001954,
|
| 376 |
+
"calibration_error_10bin": 0.004622483401062832,
|
| 377 |
+
"plddt_ce": 2.792142864037305,
|
| 378 |
+
"pae_ce": 2.9292312541045247,
|
| 379 |
+
"within_target_plddt_accuracy": 0.4731182795698925,
|
| 380 |
+
"within_target_iptm_dockq_accuracy": 0.44938271604938274,
|
| 381 |
+
"top1_regret": 0.020143542551750517,
|
| 382 |
+
"random_selection_regret": 0.018550935363826185,
|
| 383 |
+
"disorder_auroc": 0.8737188148774389,
|
| 384 |
+
"resolved_residue_mean_plddt": 0.784055616586592,
|
| 385 |
+
"unresolved_residue_mean_plddt": 0.5096306505218441,
|
| 386 |
+
"resolved_fraction_below_50": 0.0826973327105871,
|
| 387 |
+
"unresolved_fraction_below_50": 0.5499793682087021,
|
| 388 |
+
"within_target_plddt_pairs": 279.0,
|
| 389 |
+
"within_target_iptm_dockq_pairs": 405.0,
|
| 390 |
+
"complexes_without_dockq": 3.0,
|
| 391 |
+
"interval_95": {
|
| 392 |
+
"plddt_lddt_spearman": [
|
| 393 |
+
0.7554912979041171,
|
| 394 |
+
0.841429744044551
|
| 395 |
+
],
|
| 396 |
+
"ptm_tm_spearman": [
|
| 397 |
+
0.685130453081963,
|
| 398 |
+
0.790511925632389
|
| 399 |
+
],
|
| 400 |
+
"iptm_dockq_spearman": [
|
| 401 |
+
0.5506837099342953,
|
| 402 |
+
0.7033350561409802
|
| 403 |
+
],
|
| 404 |
+
"atom_plddt_mae": [
|
| 405 |
+
0.08603494606989745,
|
| 406 |
+
0.09515786746781907
|
| 407 |
+
],
|
| 408 |
+
"calibration_error_10bin": [
|
| 409 |
+
0.00342368941222568,
|
| 410 |
+
0.009719627801101827
|
| 411 |
+
],
|
| 412 |
+
"plddt_ce": [
|
| 413 |
+
2.732800598446047,
|
| 414 |
+
2.851684648933588
|
| 415 |
+
],
|
| 416 |
+
"pae_ce": [
|
| 417 |
+
2.875717324136058,
|
| 418 |
+
2.9815213002008387
|
| 419 |
+
],
|
| 420 |
+
"within_target_plddt_accuracy": [
|
| 421 |
+
0.3835590689051395,
|
| 422 |
+
0.5627015408728925
|
| 423 |
+
],
|
| 424 |
+
"within_target_iptm_dockq_accuracy": [
|
| 425 |
+
0.3741312498125431,
|
| 426 |
+
0.5309093418593929
|
| 427 |
+
],
|
| 428 |
+
"top1_regret": [
|
| 429 |
+
0.016033120279850287,
|
| 430 |
+
0.02514931241211013
|
| 431 |
+
],
|
| 432 |
+
"disorder_auroc": [
|
| 433 |
+
0.8533610941108872,
|
| 434 |
+
0.8942189213057639
|
| 435 |
+
],
|
| 436 |
+
"resolved_residue_mean_plddt": [
|
| 437 |
+
0.7725458358853665,
|
| 438 |
+
0.796130239490605
|
| 439 |
+
],
|
| 440 |
+
"unresolved_residue_mean_plddt": [
|
| 441 |
+
0.4911400532370254,
|
| 442 |
+
0.530197317912903
|
| 443 |
+
],
|
| 444 |
+
"resolved_fraction_below_50": [
|
| 445 |
+
0.06643071036397155,
|
| 446 |
+
0.10038230948647071
|
| 447 |
+
],
|
| 448 |
+
"unresolved_fraction_below_50": [
|
| 449 |
+
0.4979887651370153,
|
| 450 |
+
0.5977739251409959
|
| 451 |
+
]
|
| 452 |
+
},
|
| 453 |
+
"by_stratum": {
|
| 454 |
+
"complex": {
|
| 455 |
+
"targets": 128.0,
|
| 456 |
+
"plddt_lddt_spearman": 0.5989203617440474,
|
| 457 |
+
"ptm_tm_spearman": 0.4265309943383651,
|
| 458 |
+
"iptm_dockq_spearman": 0.2646573996762688,
|
| 459 |
+
"atom_plddt_mae": 0.12406091041712426,
|
| 460 |
+
"calibration_error_10bin": 0.010916635558962681,
|
| 461 |
+
"plddt_ce": 3.272897518798709,
|
| 462 |
+
"pae_ce": 3.1030321987345815,
|
| 463 |
+
"within_target_plddt_accuracy": 0.4878048780487805,
|
| 464 |
+
"within_target_plddt_pairs": 123.0,
|
| 465 |
+
"within_target_iptm_dockq_accuracy": 0.4523809523809524,
|
| 466 |
+
"within_target_iptm_dockq_pairs": 126.0,
|
| 467 |
+
"top1_regret": 0.021870923348196958,
|
| 468 |
+
"random_selection_regret": 0.02306503324452231,
|
| 469 |
+
"complexes_without_dockq": 0.0,
|
| 470 |
+
"disorder_auroc": 0.84931923678612,
|
| 471 |
+
"resolved_residue_mean_plddt": 0.726313439485331,
|
| 472 |
+
"unresolved_residue_mean_plddt": 0.491894047393706,
|
| 473 |
+
"resolved_fraction_below_50": 0.09888853448487377,
|
| 474 |
+
"unresolved_fraction_below_50": 0.5792034831604559,
|
| 475 |
+
"unresolved_residues": 39045.0
|
| 476 |
+
},
|
| 477 |
+
"dimer_hetero": {
|
| 478 |
+
"targets": 96.0,
|
| 479 |
+
"plddt_lddt_spearman": 0.8220202778657892,
|
| 480 |
+
"ptm_tm_spearman": 0.8255750893016027,
|
| 481 |
+
"iptm_dockq_spearman": 0.8168232270972401,
|
| 482 |
+
"atom_plddt_mae": 0.07154415952661579,
|
| 483 |
+
"calibration_error_10bin": 0.011701143816479971,
|
| 484 |
+
"plddt_ce": 2.4991602708896,
|
| 485 |
+
"pae_ce": 2.769340235243241,
|
| 486 |
+
"within_target_plddt_accuracy": 0.6585365853658537,
|
| 487 |
+
"within_target_plddt_pairs": 41.0,
|
| 488 |
+
"within_target_iptm_dockq_accuracy": 0.4225352112676056,
|
| 489 |
+
"within_target_iptm_dockq_pairs": 142.0,
|
| 490 |
+
"top1_regret": 0.030899367663759822,
|
| 491 |
+
"random_selection_regret": 0.02769299836922235,
|
| 492 |
+
"complexes_without_dockq": 2.0,
|
| 493 |
+
"disorder_auroc": 0.8987506609036935,
|
| 494 |
+
"resolved_residue_mean_plddt": 0.8046592077498788,
|
| 495 |
+
"unresolved_residue_mean_plddt": 0.47961771614237764,
|
| 496 |
+
"resolved_fraction_below_50": 0.08688186633960492,
|
| 497 |
+
"unresolved_fraction_below_50": 0.6321709786276716,
|
| 498 |
+
"unresolved_residues": 22225.0
|
| 499 |
+
},
|
| 500 |
+
"dimer_homo": {
|
| 501 |
+
"targets": 96.0,
|
| 502 |
+
"plddt_lddt_spearman": 0.7687488877989921,
|
| 503 |
+
"ptm_tm_spearman": 0.7990784465210351,
|
| 504 |
+
"iptm_dockq_spearman": 0.7179109725169216,
|
| 505 |
+
"atom_plddt_mae": 0.07821038754785029,
|
| 506 |
+
"calibration_error_10bin": 0.0050653758377955,
|
| 507 |
+
"plddt_ce": 2.7253915391862393,
|
| 508 |
+
"pae_ce": 2.942739704002937,
|
| 509 |
+
"within_target_plddt_accuracy": 0.38636363636363635,
|
| 510 |
+
"within_target_plddt_pairs": 44.0,
|
| 511 |
+
"within_target_iptm_dockq_accuracy": 0.4744525547445255,
|
| 512 |
+
"within_target_iptm_dockq_pairs": 137.0,
|
| 513 |
+
"top1_regret": 0.035150169484315465,
|
| 514 |
+
"random_selection_regret": 0.029081503512266557,
|
| 515 |
+
"complexes_without_dockq": 1.0,
|
| 516 |
+
"disorder_auroc": 0.8894497616754783,
|
| 517 |
+
"resolved_residue_mean_plddt": 0.8074964240844252,
|
| 518 |
+
"unresolved_residue_mean_plddt": 0.5078180920999301,
|
| 519 |
+
"resolved_fraction_below_50": 0.06808663970853185,
|
| 520 |
+
"unresolved_fraction_below_50": 0.5695394736842105,
|
| 521 |
+
"unresolved_residues": 15200.0
|
| 522 |
+
},
|
| 523 |
+
"long": {
|
| 524 |
+
"targets": 64.0,
|
| 525 |
+
"plddt_lddt_spearman": 0.7638385140479887,
|
| 526 |
+
"ptm_tm_spearman": 0.4595457475170656,
|
| 527 |
+
"iptm_dockq_spearman": 0.3189497679452908,
|
| 528 |
+
"atom_plddt_mae": 0.11007901982155864,
|
| 529 |
+
"calibration_error_10bin": 0.060072184041144595,
|
| 530 |
+
"plddt_ce": 3.3257450483739377,
|
| 531 |
+
"pae_ce": 3.0822518952190876,
|
| 532 |
+
"within_target_plddt_accuracy": 0.48484848484848486,
|
| 533 |
+
"within_target_plddt_pairs": 33.0,
|
| 534 |
+
"within_target_iptm_dockq_accuracy": 0.5384615384615384,
|
| 535 |
+
"within_target_iptm_dockq_pairs": 52.0,
|
| 536 |
+
"top1_regret": 0.016888027655033,
|
| 537 |
+
"random_selection_regret": 0.01896477816319298,
|
| 538 |
+
"complexes_without_dockq": 0.0,
|
| 539 |
+
"disorder_auroc": 0.8401028121305462,
|
| 540 |
+
"resolved_residue_mean_plddt": 0.7502656891166515,
|
| 541 |
+
"unresolved_residue_mean_plddt": 0.5842491462604122,
|
| 542 |
+
"resolved_fraction_below_50": 0.052663732128546706,
|
| 543 |
+
"unresolved_fraction_below_50": 0.2656179266636487,
|
| 544 |
+
"unresolved_residues": 44180.0
|
| 545 |
+
},
|
| 546 |
+
"monomer_long": {
|
| 547 |
+
"targets": 64.0,
|
| 548 |
+
"plddt_lddt_spearman": 0.9339733542319749,
|
| 549 |
+
"ptm_tm_spearman": 0.8360904403363314,
|
| 550 |
+
"iptm_dockq_spearman": NaN,
|
| 551 |
+
"atom_plddt_mae": 0.07668702921360153,
|
| 552 |
+
"calibration_error_10bin": 0.008470477232442722,
|
| 553 |
+
"plddt_ce": 2.7880013298243282,
|
| 554 |
+
"pae_ce": 3.1411152888089418,
|
| 555 |
+
"within_target_plddt_accuracy": 0.5,
|
| 556 |
+
"within_target_plddt_pairs": 30.0,
|
| 557 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 558 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 559 |
+
"top1_regret": 0.0062894150614738464,
|
| 560 |
+
"random_selection_regret": 0.0059648143127560655,
|
| 561 |
+
"complexes_without_dockq": 0.0,
|
| 562 |
+
"disorder_auroc": 0.8389127730644437,
|
| 563 |
+
"resolved_residue_mean_plddt": 0.7857276149728568,
|
| 564 |
+
"unresolved_residue_mean_plddt": 0.5569082923678647,
|
| 565 |
+
"resolved_fraction_below_50": 0.09966569270051857,
|
| 566 |
+
"unresolved_fraction_below_50": 0.42928501469147895,
|
| 567 |
+
"unresolved_residues": 20420.0
|
| 568 |
+
},
|
| 569 |
+
"monomer_medium": {
|
| 570 |
+
"targets": 64.0,
|
| 571 |
+
"plddt_lddt_spearman": 0.753373568101251,
|
| 572 |
+
"ptm_tm_spearman": 0.6993060234963232,
|
| 573 |
+
"iptm_dockq_spearman": NaN,
|
| 574 |
+
"atom_plddt_mae": 0.057468097982784426,
|
| 575 |
+
"calibration_error_10bin": 0.005967527814658117,
|
| 576 |
+
"plddt_ce": 2.3821436781436205,
|
| 577 |
+
"pae_ce": 2.8264190264046194,
|
| 578 |
+
"within_target_plddt_accuracy": 0.14285714285714285,
|
| 579 |
+
"within_target_plddt_pairs": 7.0,
|
| 580 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 581 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 582 |
+
"top1_regret": 0.004509449005126953,
|
| 583 |
+
"random_selection_regret": 0.004289357177913192,
|
| 584 |
+
"complexes_without_dockq": 0.0,
|
| 585 |
+
"disorder_auroc": 0.9342522992182365,
|
| 586 |
+
"resolved_residue_mean_plddt": 0.8752292331344859,
|
| 587 |
+
"unresolved_residue_mean_plddt": 0.5362127847897892,
|
| 588 |
+
"resolved_fraction_below_50": 0.040952202084702786,
|
| 589 |
+
"unresolved_fraction_below_50": 0.5155048076923077,
|
| 590 |
+
"unresolved_residues": 8320.0
|
| 591 |
+
},
|
| 592 |
+
"monomer_short": {
|
| 593 |
+
"targets": 64.0,
|
| 594 |
+
"plddt_lddt_spearman": 0.7266589517475757,
|
| 595 |
+
"ptm_tm_spearman": 0.7589466205724665,
|
| 596 |
+
"iptm_dockq_spearman": NaN,
|
| 597 |
+
"atom_plddt_mae": 0.06996373649880795,
|
| 598 |
+
"calibration_error_10bin": 0.00908462462254742,
|
| 599 |
+
"plddt_ce": 2.784375151619315,
|
| 600 |
+
"pae_ce": 2.6921314112842083,
|
| 601 |
+
"within_target_plddt_accuracy": 0.35294117647058826,
|
| 602 |
+
"within_target_plddt_pairs": 34.0,
|
| 603 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 604 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 605 |
+
"top1_regret": 0.008103922009468079,
|
| 606 |
+
"random_selection_regret": 0.007311721704900265,
|
| 607 |
+
"complexes_without_dockq": 0.0,
|
| 608 |
+
"disorder_auroc": 0.937820084867087,
|
| 609 |
+
"resolved_residue_mean_plddt": 0.8704033939533614,
|
| 610 |
+
"unresolved_residue_mean_plddt": 0.5617870146648472,
|
| 611 |
+
"resolved_fraction_below_50": 0.023750145670667754,
|
| 612 |
+
"unresolved_fraction_below_50": 0.4163849154746424,
|
| 613 |
+
"unresolved_residues": 3845.0
|
| 614 |
+
}
|
| 615 |
+
}
|
| 616 |
+
},
|
| 617 |
+
"donor": {
|
| 618 |
+
"plddt_lddt_spearman": -0.035359448106300054,
|
| 619 |
+
"ptm_tm_spearman": -0.09344408292870832,
|
| 620 |
+
"iptm_dockq_spearman": -0.38363211920382106,
|
| 621 |
+
"atom_plddt_mae": 0.342624821848968,
|
| 622 |
+
"calibration_error_10bin": 0.3087382599805005,
|
| 623 |
+
"plddt_ce": 6.024629784096033,
|
| 624 |
+
"pae_ce": 5.285331517830491,
|
| 625 |
+
"within_target_plddt_accuracy": 0.45161290322580644,
|
| 626 |
+
"within_target_iptm_dockq_accuracy": 0.5456790123456791,
|
| 627 |
+
"top1_regret": 0.016154379807677692,
|
| 628 |
+
"random_selection_regret": 0.018550935363826185,
|
| 629 |
+
"disorder_auroc": 0.6200644253472379,
|
| 630 |
+
"resolved_residue_mean_plddt": 0.4300451016537141,
|
| 631 |
+
"unresolved_residue_mean_plddt": 0.40031388739479973,
|
| 632 |
+
"resolved_fraction_below_50": 0.8782219753678621,
|
| 633 |
+
"unresolved_fraction_below_50": 0.9105955710421347,
|
| 634 |
+
"within_target_plddt_pairs": 279.0,
|
| 635 |
+
"within_target_iptm_dockq_pairs": 405.0,
|
| 636 |
+
"complexes_without_dockq": 3.0,
|
| 637 |
+
"interval_95": {
|
| 638 |
+
"plddt_lddt_spearman": [
|
| 639 |
+
-0.13105262868969017,
|
| 640 |
+
0.053956308306941335
|
| 641 |
+
],
|
| 642 |
+
"ptm_tm_spearman": [
|
| 643 |
+
-0.17745392963779327,
|
| 644 |
+
-0.011478120016097286
|
| 645 |
+
],
|
| 646 |
+
"iptm_dockq_spearman": [
|
| 647 |
+
-0.48078028542028506,
|
| 648 |
+
-0.28235306800498156
|
| 649 |
+
],
|
| 650 |
+
"atom_plddt_mae": [
|
| 651 |
+
0.3332155330243007,
|
| 652 |
+
0.3524402465373244
|
| 653 |
+
],
|
| 654 |
+
"calibration_error_10bin": [
|
| 655 |
+
0.29386668803271765,
|
| 656 |
+
0.3232875845757398
|
| 657 |
+
],
|
| 658 |
+
"plddt_ce": [
|
| 659 |
+
5.911654147598893,
|
| 660 |
+
6.144612791498657
|
| 661 |
+
],
|
| 662 |
+
"pae_ce": [
|
| 663 |
+
5.205849484936334,
|
| 664 |
+
5.364606981556863
|
| 665 |
+
],
|
| 666 |
+
"within_target_plddt_accuracy": [
|
| 667 |
+
0.3665909090909091,
|
| 668 |
+
0.5413612155388471
|
| 669 |
+
],
|
| 670 |
+
"within_target_iptm_dockq_accuracy": [
|
| 671 |
+
0.47002036924677126,
|
| 672 |
+
0.6216352372523657
|
| 673 |
+
],
|
| 674 |
+
"top1_regret": [
|
| 675 |
+
0.013306193292045812,
|
| 676 |
+
0.019225727228643668
|
| 677 |
+
],
|
| 678 |
+
"disorder_auroc": [
|
| 679 |
+
0.5891121022366473,
|
| 680 |
+
0.6505712409535357
|
| 681 |
+
],
|
| 682 |
+
"resolved_residue_mean_plddt": [
|
| 683 |
+
0.4261998639636488,
|
| 684 |
+
0.4340492402852496
|
| 685 |
+
],
|
| 686 |
+
"unresolved_residue_mean_plddt": [
|
| 687 |
+
0.39092345734433553,
|
| 688 |
+
0.41008980719283655
|
| 689 |
+
],
|
| 690 |
+
"resolved_fraction_below_50": [
|
| 691 |
+
0.8620701821270549,
|
| 692 |
+
0.8932063211320119
|
| 693 |
+
],
|
| 694 |
+
"unresolved_fraction_below_50": [
|
| 695 |
+
0.8753103458689167,
|
| 696 |
+
0.9357950528914556
|
| 697 |
+
]
|
| 698 |
+
},
|
| 699 |
+
"by_stratum": {
|
| 700 |
+
"complex": {
|
| 701 |
+
"targets": 128.0,
|
| 702 |
+
"plddt_lddt_spearman": -0.009290473731625323,
|
| 703 |
+
"ptm_tm_spearman": -0.3161231625321351,
|
| 704 |
+
"iptm_dockq_spearman": -0.42781250686647193,
|
| 705 |
+
"atom_plddt_mae": 0.3125365954635826,
|
| 706 |
+
"calibration_error_10bin": 0.26383676406464596,
|
| 707 |
+
"plddt_ce": 5.183531522378326,
|
| 708 |
+
"pae_ce": 4.890634072199464,
|
| 709 |
+
"within_target_plddt_accuracy": 0.3983739837398374,
|
| 710 |
+
"within_target_plddt_pairs": 123.0,
|
| 711 |
+
"within_target_iptm_dockq_accuracy": 0.5634920634920635,
|
| 712 |
+
"within_target_iptm_dockq_pairs": 126.0,
|
| 713 |
+
"top1_regret": 0.018292995948660854,
|
| 714 |
+
"random_selection_regret": 0.02306503324452231,
|
| 715 |
+
"complexes_without_dockq": 0.0,
|
| 716 |
+
"disorder_auroc": 0.6777785865110041,
|
| 717 |
+
"resolved_residue_mean_plddt": 0.4319896799924227,
|
| 718 |
+
"unresolved_residue_mean_plddt": 0.3858653950178298,
|
| 719 |
+
"resolved_fraction_below_50": 0.8539980862183183,
|
| 720 |
+
"unresolved_fraction_below_50": 0.9530285567934434,
|
| 721 |
+
"unresolved_residues": 39045.0
|
| 722 |
+
},
|
| 723 |
+
"dimer_hetero": {
|
| 724 |
+
"targets": 96.0,
|
| 725 |
+
"plddt_lddt_spearman": 0.0917731847794478,
|
| 726 |
+
"ptm_tm_spearman": -0.35022949318356417,
|
| 727 |
+
"iptm_dockq_spearman": -0.48638454485746024,
|
| 728 |
+
"atom_plddt_mae": 0.37537542706775356,
|
| 729 |
+
"calibration_error_10bin": 0.3578464573391054,
|
| 730 |
+
"plddt_ce": 7.0723739216725034,
|
| 731 |
+
"pae_ce": 5.708340685069561,
|
| 732 |
+
"within_target_plddt_accuracy": 0.3902439024390244,
|
| 733 |
+
"within_target_plddt_pairs": 41.0,
|
| 734 |
+
"within_target_iptm_dockq_accuracy": 0.49295774647887325,
|
| 735 |
+
"within_target_iptm_dockq_pairs": 142.0,
|
| 736 |
+
"top1_regret": 0.030104350728927663,
|
| 737 |
+
"random_selection_regret": 0.02769299836922235,
|
| 738 |
+
"complexes_without_dockq": 2.0,
|
| 739 |
+
"disorder_auroc": 0.6291630959819644,
|
| 740 |
+
"resolved_residue_mean_plddt": 0.40415464517564464,
|
| 741 |
+
"unresolved_residue_mean_plddt": 0.37176450825917573,
|
| 742 |
+
"resolved_fraction_below_50": 0.9369692857702043,
|
| 743 |
+
"unresolved_fraction_below_50": 0.9610348706411699,
|
| 744 |
+
"unresolved_residues": 22225.0
|
| 745 |
+
},
|
| 746 |
+
"dimer_homo": {
|
| 747 |
+
"targets": 96.0,
|
| 748 |
+
"plddt_lddt_spearman": -0.20934053533218458,
|
| 749 |
+
"ptm_tm_spearman": -0.09999652776270729,
|
| 750 |
+
"iptm_dockq_spearman": -0.30460466131822483,
|
| 751 |
+
"atom_plddt_mae": 0.3418135700522579,
|
| 752 |
+
"calibration_error_10bin": 0.3102869101274836,
|
| 753 |
+
"plddt_ce": 5.754559399187565,
|
| 754 |
+
"pae_ce": 5.322851294279099,
|
| 755 |
+
"within_target_plddt_accuracy": 0.4772727272727273,
|
| 756 |
+
"within_target_plddt_pairs": 44.0,
|
| 757 |
+
"within_target_iptm_dockq_accuracy": 0.583941605839416,
|
| 758 |
+
"within_target_iptm_dockq_pairs": 137.0,
|
| 759 |
+
"top1_regret": 0.022265521719502964,
|
| 760 |
+
"random_selection_regret": 0.029081503512266557,
|
| 761 |
+
"complexes_without_dockq": 1.0,
|
| 762 |
+
"disorder_auroc": 0.6745906250856051,
|
| 763 |
+
"resolved_residue_mean_plddt": 0.4548989462242519,
|
| 764 |
+
"unresolved_residue_mean_plddt": 0.42281988109412943,
|
| 765 |
+
"resolved_fraction_below_50": 0.8522160387556552,
|
| 766 |
+
"unresolved_fraction_below_50": 0.9323026315789473,
|
| 767 |
+
"unresolved_residues": 15200.0
|
| 768 |
+
},
|
| 769 |
+
"long": {
|
| 770 |
+
"targets": 64.0,
|
| 771 |
+
"plddt_lddt_spearman": -0.019445990683502768,
|
| 772 |
+
"ptm_tm_spearman": -0.08986904168986025,
|
| 773 |
+
"iptm_dockq_spearman": -0.2275956508191613,
|
| 774 |
+
"atom_plddt_mae": 0.231110125403253,
|
| 775 |
+
"calibration_error_10bin": 0.15562252464270926,
|
| 776 |
+
"plddt_ce": 4.526793044805527,
|
| 777 |
+
"pae_ce": 4.071277701854706,
|
| 778 |
+
"within_target_plddt_accuracy": 0.5454545454545454,
|
| 779 |
+
"within_target_plddt_pairs": 33.0,
|
| 780 |
+
"within_target_iptm_dockq_accuracy": 0.6346153846153846,
|
| 781 |
+
"within_target_iptm_dockq_pairs": 52.0,
|
| 782 |
+
"top1_regret": 0.014827104208878738,
|
| 783 |
+
"random_selection_regret": 0.01896477816319298,
|
| 784 |
+
"complexes_without_dockq": 0.0,
|
| 785 |
+
"disorder_auroc": 0.6639620521256188,
|
| 786 |
+
"resolved_residue_mean_plddt": 0.48116910752377207,
|
| 787 |
+
"unresolved_residue_mean_plddt": 0.42581148378959116,
|
| 788 |
+
"resolved_fraction_below_50": 0.5958002810652606,
|
| 789 |
+
"unresolved_fraction_below_50": 0.8082163875056587,
|
| 790 |
+
"unresolved_residues": 44180.0
|
| 791 |
+
},
|
| 792 |
+
"monomer_long": {
|
| 793 |
+
"targets": 64.0,
|
| 794 |
+
"plddt_lddt_spearman": -0.0789199601558609,
|
| 795 |
+
"ptm_tm_spearman": -0.14046121055869687,
|
| 796 |
+
"iptm_dockq_spearman": NaN,
|
| 797 |
+
"atom_plddt_mae": 0.3146841750810512,
|
| 798 |
+
"calibration_error_10bin": 0.27567015785118915,
|
| 799 |
+
"plddt_ce": 5.411953154951334,
|
| 800 |
+
"pae_ce": 5.014383937418461,
|
| 801 |
+
"within_target_plddt_accuracy": 0.6,
|
| 802 |
+
"within_target_plddt_pairs": 30.0,
|
| 803 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 804 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 805 |
+
"top1_regret": 0.004984833765774965,
|
| 806 |
+
"random_selection_regret": 0.0059648143127560655,
|
| 807 |
+
"complexes_without_dockq": 0.0,
|
| 808 |
+
"disorder_auroc": 0.45745865284628373,
|
| 809 |
+
"resolved_residue_mean_plddt": 0.4337824460301503,
|
| 810 |
+
"unresolved_residue_mean_plddt": 0.4441183992919679,
|
| 811 |
+
"resolved_fraction_below_50": 0.8360788649345863,
|
| 812 |
+
"unresolved_fraction_below_50": 0.7338393731635652,
|
| 813 |
+
"unresolved_residues": 20420.0
|
| 814 |
+
},
|
| 815 |
+
"monomer_medium": {
|
| 816 |
+
"targets": 64.0,
|
| 817 |
+
"plddt_lddt_spearman": 0.2226316907391674,
|
| 818 |
+
"ptm_tm_spearman": 0.1549874754636276,
|
| 819 |
+
"iptm_dockq_spearman": NaN,
|
| 820 |
+
"atom_plddt_mae": 0.4242693152512459,
|
| 821 |
+
"calibration_error_10bin": 0.41359844330479517,
|
| 822 |
+
"plddt_ce": 6.992978945374489,
|
| 823 |
+
"pae_ce": 5.438088294863701,
|
| 824 |
+
"within_target_plddt_accuracy": 0.8571428571428571,
|
| 825 |
+
"within_target_plddt_pairs": 7.0,
|
| 826 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 827 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 828 |
+
"top1_regret": 0.002936999313533306,
|
| 829 |
+
"random_selection_regret": 0.004289357177913192,
|
| 830 |
+
"complexes_without_dockq": 0.0,
|
| 831 |
+
"disorder_auroc": 0.5369772949518553,
|
| 832 |
+
"resolved_residue_mean_plddt": 0.40612413769250116,
|
| 833 |
+
"unresolved_residue_mean_plddt": 0.3995008628564672,
|
| 834 |
+
"resolved_fraction_below_50": 0.981585125363884,
|
| 835 |
+
"unresolved_fraction_below_50": 0.9673076923076923,
|
| 836 |
+
"unresolved_residues": 8320.0
|
| 837 |
+
},
|
| 838 |
+
"monomer_short": {
|
| 839 |
+
"targets": 64.0,
|
| 840 |
+
"plddt_lddt_spearman": -0.10974350335452494,
|
| 841 |
+
"ptm_tm_spearman": 0.32537756716374183,
|
| 842 |
+
"iptm_dockq_spearman": NaN,
|
| 843 |
+
"atom_plddt_mae": 0.4085209831188144,
|
| 844 |
+
"calibration_error_10bin": 0.3965956697919935,
|
| 845 |
+
"plddt_ce": 6.1846431463956835,
|
| 846 |
+
"pae_ce": 5.50212379693985,
|
| 847 |
+
"within_target_plddt_accuracy": 0.47058823529411764,
|
| 848 |
+
"within_target_plddt_pairs": 34.0,
|
| 849 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 850 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 851 |
+
"top1_regret": 0.0067038279958069324,
|
| 852 |
+
"random_selection_regret": 0.007311721704900265,
|
| 853 |
+
"complexes_without_dockq": 0.0,
|
| 854 |
+
"disorder_auroc": 0.6534015559521603,
|
| 855 |
+
"resolved_residue_mean_plddt": 0.4253346468404573,
|
| 856 |
+
"unresolved_residue_mean_plddt": 0.3922089363250915,
|
| 857 |
+
"resolved_fraction_below_50": 0.9273977391912365,
|
| 858 |
+
"unresolved_fraction_below_50": 0.9183355006501951,
|
| 859 |
+
"unresolved_residues": 3845.0
|
| 860 |
+
}
|
| 861 |
+
}
|
| 862 |
+
},
|
| 863 |
+
"production": {
|
| 864 |
+
"plddt_lddt_spearman": 0.6868941024809421,
|
| 865 |
+
"ptm_tm_spearman": 0.7512503616333558,
|
| 866 |
+
"iptm_dockq_spearman": 0.7593155379381268,
|
| 867 |
+
"atom_plddt_mae": 0.08086261345890568,
|
| 868 |
+
"calibration_error_10bin": 0.047738551721343885,
|
| 869 |
+
"plddt_ce": 3.2615098651032897,
|
| 870 |
+
"pae_ce": 3.130717434408143,
|
| 871 |
+
"within_target_plddt_accuracy": 0.7666666666666667,
|
| 872 |
+
"within_target_iptm_dockq_accuracy": 0.758575197889182,
|
| 873 |
+
"top1_regret": 0.01765419415407004,
|
| 874 |
+
"random_selection_regret": 0.03214530862858495,
|
| 875 |
+
"disorder_auroc": 0.8876067261014947,
|
| 876 |
+
"resolved_residue_mean_plddt": 0.8637527619029708,
|
| 877 |
+
"unresolved_residue_mean_plddt": 0.5653432699756343,
|
| 878 |
+
"resolved_fraction_below_50": 0.04847574445524432,
|
| 879 |
+
"unresolved_fraction_below_50": 0.43954885149695105,
|
| 880 |
+
"within_target_plddt_pairs": 510.0,
|
| 881 |
+
"within_target_iptm_dockq_pairs": 758.0,
|
| 882 |
+
"complexes_without_dockq": 3.0,
|
| 883 |
+
"interval_95": {
|
| 884 |
+
"plddt_lddt_spearman": [
|
| 885 |
+
0.6332840139095232,
|
| 886 |
+
0.7346074276623138
|
| 887 |
+
],
|
| 888 |
+
"ptm_tm_spearman": [
|
| 889 |
+
0.7017067265313398,
|
| 890 |
+
0.793841384180423
|
| 891 |
+
],
|
| 892 |
+
"iptm_dockq_spearman": [
|
| 893 |
+
0.7074092556928973,
|
| 894 |
+
0.8046420975679023
|
| 895 |
+
],
|
| 896 |
+
"atom_plddt_mae": [
|
| 897 |
+
0.07787650192395346,
|
| 898 |
+
0.0837717784563216
|
| 899 |
+
],
|
| 900 |
+
"calibration_error_10bin": [
|
| 901 |
+
0.04349761903260727,
|
| 902 |
+
0.05173246891014821
|
| 903 |
+
],
|
| 904 |
+
"plddt_ce": [
|
| 905 |
+
3.2085036365361885,
|
| 906 |
+
3.318938184417784
|
| 907 |
+
],
|
| 908 |
+
"pae_ce": [
|
| 909 |
+
3.0734554466512054,
|
| 910 |
+
3.1930394560680724
|
| 911 |
+
],
|
| 912 |
+
"within_target_plddt_accuracy": [
|
| 913 |
+
0.7092865720328351,
|
| 914 |
+
0.8201899205561073
|
| 915 |
+
],
|
| 916 |
+
"within_target_iptm_dockq_accuracy": [
|
| 917 |
+
0.7085886305439246,
|
| 918 |
+
0.8072661907717773
|
| 919 |
+
],
|
| 920 |
+
"top1_regret": [
|
| 921 |
+
0.013984175181219909,
|
| 922 |
+
0.02204263374254236
|
| 923 |
+
],
|
| 924 |
+
"disorder_auroc": [
|
| 925 |
+
0.8607855537893843,
|
| 926 |
+
0.9098521542277156
|
| 927 |
+
],
|
| 928 |
+
"resolved_residue_mean_plddt": [
|
| 929 |
+
0.8515467733371763,
|
| 930 |
+
0.8751813693317688
|
| 931 |
+
],
|
| 932 |
+
"unresolved_residue_mean_plddt": [
|
| 933 |
+
0.5416467208457363,
|
| 934 |
+
0.5881312602556479
|
| 935 |
+
],
|
| 936 |
+
"resolved_fraction_below_50": [
|
| 937 |
+
0.03313083649593189,
|
| 938 |
+
0.06689012720616215
|
| 939 |
+
],
|
| 940 |
+
"unresolved_fraction_below_50": [
|
| 941 |
+
0.39015729069405164,
|
| 942 |
+
0.48919562799010147
|
| 943 |
+
]
|
| 944 |
+
},
|
| 945 |
+
"by_stratum": {
|
| 946 |
+
"complex": {
|
| 947 |
+
"targets": 128.0,
|
| 948 |
+
"plddt_lddt_spearman": 0.7202557714984656,
|
| 949 |
+
"ptm_tm_spearman": 0.7979653728402659,
|
| 950 |
+
"iptm_dockq_spearman": 0.7906031417313032,
|
| 951 |
+
"atom_plddt_mae": 0.08964523731418966,
|
| 952 |
+
"calibration_error_10bin": 0.04374486185728984,
|
| 953 |
+
"plddt_ce": 3.2822210256010296,
|
| 954 |
+
"pae_ce": 3.152501897327602,
|
| 955 |
+
"within_target_plddt_accuracy": 0.7915194346289752,
|
| 956 |
+
"within_target_plddt_pairs": 283.0,
|
| 957 |
+
"within_target_iptm_dockq_accuracy": 0.7249190938511327,
|
| 958 |
+
"within_target_iptm_dockq_pairs": 309.0,
|
| 959 |
+
"top1_regret": 0.02325532074417425,
|
| 960 |
+
"random_selection_regret": 0.05468713366989242,
|
| 961 |
+
"complexes_without_dockq": 0.0,
|
| 962 |
+
"disorder_auroc": 0.8872217733548065,
|
| 963 |
+
"resolved_residue_mean_plddt": 0.8116714745996148,
|
| 964 |
+
"unresolved_residue_mean_plddt": 0.4996272490353999,
|
| 965 |
+
"resolved_fraction_below_50": 0.08687832764923817,
|
| 966 |
+
"unresolved_fraction_below_50": 0.5931361249839928,
|
| 967 |
+
"unresolved_residues": 39045.0
|
| 968 |
+
},
|
| 969 |
+
"dimer_hetero": {
|
| 970 |
+
"targets": 96.0,
|
| 971 |
+
"plddt_lddt_spearman": 0.7569577124900715,
|
| 972 |
+
"ptm_tm_spearman": 0.7962764595332444,
|
| 973 |
+
"iptm_dockq_spearman": 0.7770872275988652,
|
| 974 |
+
"atom_plddt_mae": 0.06224142152145953,
|
| 975 |
+
"calibration_error_10bin": 0.022150000448399963,
|
| 976 |
+
"plddt_ce": 2.7764029080669084,
|
| 977 |
+
"pae_ce": 2.8596509421865144,
|
| 978 |
+
"within_target_plddt_accuracy": 0.8888888888888888,
|
| 979 |
+
"within_target_plddt_pairs": 36.0,
|
| 980 |
+
"within_target_iptm_dockq_accuracy": 0.6574585635359116,
|
| 981 |
+
"within_target_iptm_dockq_pairs": 181.0,
|
| 982 |
+
"top1_regret": 0.0265771222102929,
|
| 983 |
+
"random_selection_regret": 0.03868775765910756,
|
| 984 |
+
"complexes_without_dockq": 2.0,
|
| 985 |
+
"disorder_auroc": 0.9382550822753586,
|
| 986 |
+
"resolved_residue_mean_plddt": 0.8717926838481287,
|
| 987 |
+
"unresolved_residue_mean_plddt": 0.521603334328187,
|
| 988 |
+
"resolved_fraction_below_50": 0.03266616215651992,
|
| 989 |
+
"unresolved_fraction_below_50": 0.5510011248593926,
|
| 990 |
+
"unresolved_residues": 22225.0
|
| 991 |
+
},
|
| 992 |
+
"dimer_homo": {
|
| 993 |
+
"targets": 96.0,
|
| 994 |
+
"plddt_lddt_spearman": 0.6893645371724703,
|
| 995 |
+
"ptm_tm_spearman": 0.8700747399077252,
|
| 996 |
+
"iptm_dockq_spearman": 0.8250739283054995,
|
| 997 |
+
"atom_plddt_mae": 0.07553324839795862,
|
| 998 |
+
"calibration_error_10bin": 0.05080564860783698,
|
| 999 |
+
"plddt_ce": 3.1166174352169036,
|
| 1000 |
+
"pae_ce": 3.0846242435276507,
|
| 1001 |
+
"within_target_plddt_accuracy": 0.7019230769230769,
|
| 1002 |
+
"within_target_plddt_pairs": 104.0,
|
| 1003 |
+
"within_target_iptm_dockq_accuracy": 0.8656716417910447,
|
| 1004 |
+
"within_target_iptm_dockq_pairs": 268.0,
|
| 1005 |
+
"top1_regret": 0.029682950325243998,
|
| 1006 |
+
"random_selection_regret": 0.048350745256909154,
|
| 1007 |
+
"complexes_without_dockq": 1.0,
|
| 1008 |
+
"disorder_auroc": 0.9309398578270957,
|
| 1009 |
+
"resolved_residue_mean_plddt": 0.8834538487078034,
|
| 1010 |
+
"unresolved_residue_mean_plddt": 0.5427312354861121,
|
| 1011 |
+
"resolved_fraction_below_50": 0.02816190895623974,
|
| 1012 |
+
"unresolved_fraction_below_50": 0.5214473684210527,
|
| 1013 |
+
"unresolved_residues": 15200.0
|
| 1014 |
+
},
|
| 1015 |
+
"long": {
|
| 1016 |
+
"targets": 21.0,
|
| 1017 |
+
"plddt_lddt_spearman": 0.8041364296081277,
|
| 1018 |
+
"ptm_tm_spearman": 0.4897574123989218,
|
| 1019 |
+
"iptm_dockq_spearman": 0.6801922175339897,
|
| 1020 |
+
"atom_plddt_mae": 0.08320448489678658,
|
| 1021 |
+
"calibration_error_10bin": 0.05708430622202087,
|
| 1022 |
+
"plddt_ce": 3.2936473119826544,
|
| 1023 |
+
"pae_ce": 3.5788418894722347,
|
| 1024 |
+
"within_target_plddt_accuracy": 0.782608695652174,
|
| 1025 |
+
"within_target_plddt_pairs": 23.0,
|
| 1026 |
+
"within_target_iptm_dockq_accuracy": 0.717948717948718,
|
| 1027 |
+
"within_target_iptm_dockq_pairs": 39.0,
|
| 1028 |
+
"top1_regret": 0.02821180887131048,
|
| 1029 |
+
"random_selection_regret": 0.03669306232781984,
|
| 1030 |
+
"complexes_without_dockq": 0.0,
|
| 1031 |
+
"disorder_auroc": 0.9535099373168908,
|
| 1032 |
+
"resolved_residue_mean_plddt": 0.8597657367695417,
|
| 1033 |
+
"unresolved_residue_mean_plddt": 0.49401952264561205,
|
| 1034 |
+
"resolved_fraction_below_50": 0.010435262722002393,
|
| 1035 |
+
"unresolved_fraction_below_50": 0.5848981619473422,
|
| 1036 |
+
"unresolved_residues": 10065.0
|
| 1037 |
+
},
|
| 1038 |
+
"monomer_long": {
|
| 1039 |
+
"targets": 64.0,
|
| 1040 |
+
"plddt_lddt_spearman": 0.7935264260393168,
|
| 1041 |
+
"ptm_tm_spearman": 0.836788811414174,
|
| 1042 |
+
"iptm_dockq_spearman": NaN,
|
| 1043 |
+
"atom_plddt_mae": 0.09039565812408608,
|
| 1044 |
+
"calibration_error_10bin": 0.07538719862755593,
|
| 1045 |
+
"plddt_ce": 3.647729206830263,
|
| 1046 |
+
"pae_ce": 3.5893775302916766,
|
| 1047 |
+
"within_target_plddt_accuracy": 1.0,
|
| 1048 |
+
"within_target_plddt_pairs": 17.0,
|
| 1049 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 1050 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 1051 |
+
"top1_regret": 0.002143280580639839,
|
| 1052 |
+
"random_selection_regret": 0.004472833592444651,
|
| 1053 |
+
"complexes_without_dockq": 0.0,
|
| 1054 |
+
"disorder_auroc": 0.8460678105206443,
|
| 1055 |
+
"resolved_residue_mean_plddt": 0.8975285785221873,
|
| 1056 |
+
"unresolved_residue_mean_plddt": 0.6920365020880853,
|
| 1057 |
+
"resolved_fraction_below_50": 0.026539261365132013,
|
| 1058 |
+
"unresolved_fraction_below_50": 0.12056807051909892,
|
| 1059 |
+
"unresolved_residues": 20420.0
|
| 1060 |
+
},
|
| 1061 |
+
"monomer_medium": {
|
| 1062 |
+
"targets": 64.0,
|
| 1063 |
+
"plddt_lddt_spearman": 0.33605564995751913,
|
| 1064 |
+
"ptm_tm_spearman": 0.5722478979286908,
|
| 1065 |
+
"iptm_dockq_spearman": NaN,
|
| 1066 |
+
"atom_plddt_mae": 0.07596008679817645,
|
| 1067 |
+
"calibration_error_10bin": 0.062527511796988,
|
| 1068 |
+
"plddt_ce": 3.6587512739002706,
|
| 1069 |
+
"pae_ce": 3.39061613753438,
|
| 1070 |
+
"within_target_plddt_accuracy": 0.25,
|
| 1071 |
+
"within_target_plddt_pairs": 8.0,
|
| 1072 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 1073 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 1074 |
+
"top1_regret": 0.0023939083330333233,
|
| 1075 |
+
"random_selection_regret": 0.004078788403421643,
|
| 1076 |
+
"complexes_without_dockq": 0.0,
|
| 1077 |
+
"disorder_auroc": 0.9159254858482558,
|
| 1078 |
+
"resolved_residue_mean_plddt": 0.930947954659843,
|
| 1079 |
+
"unresolved_residue_mean_plddt": 0.6942085172192982,
|
| 1080 |
+
"resolved_fraction_below_50": 0.02399286317964128,
|
| 1081 |
+
"unresolved_fraction_below_50": 0.14783653846153846,
|
| 1082 |
+
"unresolved_residues": 8320.0
|
| 1083 |
+
},
|
| 1084 |
+
"monomer_short": {
|
| 1085 |
+
"targets": 64.0,
|
| 1086 |
+
"plddt_lddt_spearman": 0.5442610523540269,
|
| 1087 |
+
"ptm_tm_spearman": 0.6648445053174347,
|
| 1088 |
+
"iptm_dockq_spearman": NaN,
|
| 1089 |
+
"atom_plddt_mae": 0.08169414874084048,
|
| 1090 |
+
"calibration_error_10bin": 0.0351520359953515,
|
| 1091 |
+
"plddt_ce": 3.381625873968005,
|
| 1092 |
+
"pae_ce": 2.844329234212637,
|
| 1093 |
+
"within_target_plddt_accuracy": 0.6935483870967742,
|
| 1094 |
+
"within_target_plddt_pairs": 62.0,
|
| 1095 |
+
"within_target_iptm_dockq_accuracy": NaN,
|
| 1096 |
+
"within_target_iptm_dockq_pairs": 0.0,
|
| 1097 |
+
"top1_regret": 0.006262404844164848,
|
| 1098 |
+
"random_selection_regret": 0.009136486798524857,
|
| 1099 |
+
"complexes_without_dockq": 0.0,
|
| 1100 |
+
"disorder_auroc": 0.8946071801962451,
|
| 1101 |
+
"resolved_residue_mean_plddt": 0.8915904732715165,
|
| 1102 |
+
"unresolved_residue_mean_plddt": 0.623202925323665,
|
| 1103 |
+
"resolved_fraction_below_50": 0.030416035427106396,
|
| 1104 |
+
"unresolved_fraction_below_50": 0.23719115734720417,
|
| 1105 |
+
"unresolved_residues": 3845.0
|
| 1106 |
+
}
|
| 1107 |
+
}
|
| 1108 |
+
}
|
| 1109 |
+
}
|
| 1110 |
+
},
|
| 1111 |
+
"production_agreement": {
|
| 1112 |
+
"v2": {
|
| 1113 |
+
"mean_plddt_spearman": 0.7125725808528169,
|
| 1114 |
+
"mean_plddt_mean_difference": -0.05460596007760614,
|
| 1115 |
+
"ptm_spearman": 0.7901617628546251,
|
| 1116 |
+
"ptm_mean_difference": -0.020360042116953983,
|
| 1117 |
+
"iptm_spearman": 0.6964609029385054,
|
| 1118 |
+
"iptm_mean_difference": 0.017539762803353367,
|
| 1119 |
+
"targets": 512.0,
|
| 1120 |
+
"multi_chain_targets": 320.0
|
| 1121 |
+
},
|
| 1122 |
+
"pilot": {
|
| 1123 |
+
"mean_plddt_spearman": 0.7173216288437989,
|
| 1124 |
+
"mean_plddt_mean_difference": -0.06019819666398689,
|
| 1125 |
+
"ptm_spearman": 0.8234972777262792,
|
| 1126 |
+
"ptm_mean_difference": 0.023861866354127414,
|
| 1127 |
+
"iptm_spearman": 0.6744393255793514,
|
| 1128 |
+
"iptm_mean_difference": 0.07618932290934026,
|
| 1129 |
+
"targets": 512.0,
|
| 1130 |
+
"multi_chain_targets": 320.0
|
| 1131 |
+
},
|
| 1132 |
+
"donor": {
|
| 1133 |
+
"mean_plddt_spearman": 0.19072456397843926,
|
| 1134 |
+
"mean_plddt_mean_difference": -0.37466694161994385,
|
| 1135 |
+
"ptm_spearman": 0.23629636305375312,
|
| 1136 |
+
"ptm_mean_difference": -0.3578791553100018,
|
| 1137 |
+
"iptm_spearman": -0.10996433070635454,
|
| 1138 |
+
"iptm_mean_difference": -0.240876402509748,
|
| 1139 |
+
"targets": 512.0,
|
| 1140 |
+
"multi_chain_targets": 320.0
|
| 1141 |
+
}
|
| 1142 |
+
},
|
| 1143 |
+
"gates": {
|
| 1144 |
+
"passed": false,
|
| 1145 |
+
"beats_pilot": false,
|
| 1146 |
+
"sample_selection": false,
|
| 1147 |
+
"production_parity": false
|
| 1148 |
+
},
|
| 1149 |
+
"gate_detail": {
|
| 1150 |
+
"beats_pilot": {
|
| 1151 |
+
"plddt_lddt_spearman_not_lower": true,
|
| 1152 |
+
"calibration_error_not_higher": false,
|
| 1153 |
+
"significant_regressions": []
|
| 1154 |
+
},
|
| 1155 |
+
"sample_selection": {
|
| 1156 |
+
"within_target_plddt_accuracy_lower_bound_above_half": false,
|
| 1157 |
+
"within_target_iptm_dockq_accuracy_lower_bound_above_half": false,
|
| 1158 |
+
"top1_regret_below_random": true
|
| 1159 |
+
},
|
| 1160 |
+
"production_parity": {
|
| 1161 |
+
"plddt_lddt_spearman_within_0.03": true,
|
| 1162 |
+
"ptm_tm_spearman_within_0.03": true,
|
| 1163 |
+
"iptm_dockq_spearman_within_0.03": true,
|
| 1164 |
+
"calibration_error_within_0.01": true,
|
| 1165 |
+
"within_target_plddt_accuracy_within_0.03": false,
|
| 1166 |
+
"within_target_iptm_dockq_accuracy_within_0.03": false
|
| 1167 |
+
}
|
| 1168 |
+
}
|
| 1169 |
+
}
|
docs/evidence/confidence/esmfold2_600.json
ADDED
|
@@ -0,0 +1,387 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "complete",
|
| 3 |
+
"model_id": "esmfold2_600",
|
| 4 |
+
"wandb_url": "https://wandb.ai/lhallee/fastplms-confidence/runs/8a9d898f1696",
|
| 5 |
+
"donor": {
|
| 6 |
+
"target_count": 128,
|
| 7 |
+
"strata_counts": {
|
| 8 |
+
"monomer": 64,
|
| 9 |
+
"dimer": 64
|
| 10 |
+
},
|
| 11 |
+
"final_test_strata_counts": {
|
| 12 |
+
"monomer": 64,
|
| 13 |
+
"dimer": 64
|
| 14 |
+
},
|
| 15 |
+
"atom_mae": 0.4184665537566755,
|
| 16 |
+
"ca_mae": 0.4794833124741032,
|
| 17 |
+
"calibration_error_10bin": 0.40910670358792556,
|
| 18 |
+
"target_plddt_spearman": 0.12567524262955504,
|
| 19 |
+
"tm_spearman": 0.46822926203991944,
|
| 20 |
+
"tm_spearman_by_stratum": {
|
| 21 |
+
"monomer": 0.611492673992674,
|
| 22 |
+
"dimer": 0.2600732600732601
|
| 23 |
+
},
|
| 24 |
+
"iptm_dockq_spearman": -0.042582417582417584,
|
| 25 |
+
"plddt_ce": 6.807571433484554,
|
| 26 |
+
"pae_ce": 5.849462965503335,
|
| 27 |
+
"pae_overflow_fraction": 0.07960782837181313,
|
| 28 |
+
"bootstrap": {
|
| 29 |
+
"atom_mae": [
|
| 30 |
+
0.3998083585486076,
|
| 31 |
+
0.43398420021167433
|
| 32 |
+
],
|
| 33 |
+
"target_plddt_spearman": {
|
| 34 |
+
"interval": [
|
| 35 |
+
-0.04954354234038291,
|
| 36 |
+
0.30957839273499504
|
| 37 |
+
],
|
| 38 |
+
"valid_resamples": 1000
|
| 39 |
+
},
|
| 40 |
+
"iptm_dockq_spearman": {
|
| 41 |
+
"interval": [
|
| 42 |
+
-0.28501352404529406,
|
| 43 |
+
0.21524149940427093
|
| 44 |
+
],
|
| 45 |
+
"valid_resamples": 1000
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
},
|
| 49 |
+
"candidate": {
|
| 50 |
+
"target_count": 128,
|
| 51 |
+
"strata_counts": {
|
| 52 |
+
"monomer": 64,
|
| 53 |
+
"dimer": 64
|
| 54 |
+
},
|
| 55 |
+
"final_test_strata_counts": {
|
| 56 |
+
"monomer": 64,
|
| 57 |
+
"dimer": 64
|
| 58 |
+
},
|
| 59 |
+
"atom_mae": 0.0718289117037035,
|
| 60 |
+
"ca_mae": 0.07283970877531622,
|
| 61 |
+
"calibration_error_10bin": 0.03783629554135325,
|
| 62 |
+
"target_plddt_spearman": 0.8631489196117927,
|
| 63 |
+
"tm_spearman": 0.8476126167368614,
|
| 64 |
+
"tm_spearman_by_stratum": {
|
| 65 |
+
"monomer": 0.8194597069597069,
|
| 66 |
+
"dimer": 0.8786630036630036
|
| 67 |
+
},
|
| 68 |
+
"iptm_dockq_spearman": 0.8782051282051282,
|
| 69 |
+
"plddt_ce": 2.45332302339375,
|
| 70 |
+
"pae_ce": 2.5117840552702546,
|
| 71 |
+
"pae_overflow_fraction": 0.07960782837181313,
|
| 72 |
+
"bootstrap": {
|
| 73 |
+
"atom_mae": [
|
| 74 |
+
0.06621276725489826,
|
| 75 |
+
0.07806345232202151
|
| 76 |
+
],
|
| 77 |
+
"target_plddt_spearman": {
|
| 78 |
+
"interval": [
|
| 79 |
+
0.7832572089242992,
|
| 80 |
+
0.9194214462127565
|
| 81 |
+
],
|
| 82 |
+
"valid_resamples": 1000
|
| 83 |
+
},
|
| 84 |
+
"iptm_dockq_spearman": {
|
| 85 |
+
"interval": [
|
| 86 |
+
0.8008846515252217,
|
| 87 |
+
0.9163037997891552
|
| 88 |
+
],
|
| 89 |
+
"valid_resamples": 1000
|
| 90 |
+
}
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
"donor_validation": {
|
| 94 |
+
"target_count": 128,
|
| 95 |
+
"strata_counts": {
|
| 96 |
+
"monomer": 64,
|
| 97 |
+
"dimer": 64
|
| 98 |
+
},
|
| 99 |
+
"final_test_strata_counts": {
|
| 100 |
+
"monomer": 0,
|
| 101 |
+
"dimer": 0
|
| 102 |
+
},
|
| 103 |
+
"atom_mae": 0.3915272701447664,
|
| 104 |
+
"ca_mae": 0.45575410479750716,
|
| 105 |
+
"calibration_error_10bin": 0.3767300820285523,
|
| 106 |
+
"target_plddt_spearman": 0.1904241439296832,
|
| 107 |
+
"tm_spearman": 0.15974638344625527,
|
| 108 |
+
"tm_spearman_by_stratum": {
|
| 109 |
+
"monomer": 0.027472527472527472,
|
| 110 |
+
"dimer": 0.22902930402930402
|
| 111 |
+
},
|
| 112 |
+
"iptm_dockq_spearman": 0.02110805860805861,
|
| 113 |
+
"plddt_ce": 6.51968771032989,
|
| 114 |
+
"pae_ce": 5.6150178499519825,
|
| 115 |
+
"pae_overflow_fraction": 0.07782942420556083,
|
| 116 |
+
"bootstrap": {
|
| 117 |
+
"atom_mae": [
|
| 118 |
+
0.3758503951710901,
|
| 119 |
+
0.4064256540642036
|
| 120 |
+
],
|
| 121 |
+
"target_plddt_spearman": {
|
| 122 |
+
"interval": [
|
| 123 |
+
0.01659846034971239,
|
| 124 |
+
0.3490123803036981
|
| 125 |
+
],
|
| 126 |
+
"valid_resamples": 1000
|
| 127 |
+
},
|
| 128 |
+
"iptm_dockq_spearman": {
|
| 129 |
+
"interval": [
|
| 130 |
+
-0.2387717690192484,
|
| 131 |
+
0.27419798350137486
|
| 132 |
+
],
|
| 133 |
+
"valid_resamples": 1000
|
| 134 |
+
}
|
| 135 |
+
}
|
| 136 |
+
},
|
| 137 |
+
"candidate_validation": {
|
| 138 |
+
"target_count": 128,
|
| 139 |
+
"strata_counts": {
|
| 140 |
+
"monomer": 64,
|
| 141 |
+
"dimer": 64
|
| 142 |
+
},
|
| 143 |
+
"final_test_strata_counts": {
|
| 144 |
+
"monomer": 0,
|
| 145 |
+
"dimer": 0
|
| 146 |
+
},
|
| 147 |
+
"atom_mae": 0.07438913949575279,
|
| 148 |
+
"ca_mae": 0.07430073380497083,
|
| 149 |
+
"calibration_error_10bin": 0.037911994723813625,
|
| 150 |
+
"target_plddt_spearman": 0.8643162882255997,
|
| 151 |
+
"tm_spearman": 0.7300460080571324,
|
| 152 |
+
"tm_spearman_by_stratum": {
|
| 153 |
+
"monomer": 0.7696428571428572,
|
| 154 |
+
"dimer": 0.6959249084249084
|
| 155 |
+
},
|
| 156 |
+
"iptm_dockq_spearman": 0.7611263736263736,
|
| 157 |
+
"plddt_ce": 2.610753052867949,
|
| 158 |
+
"pae_ce": 2.65880243293941,
|
| 159 |
+
"pae_overflow_fraction": 0.07782942420556083,
|
| 160 |
+
"bootstrap": {
|
| 161 |
+
"atom_mae": [
|
| 162 |
+
0.06918632232444943,
|
| 163 |
+
0.07975098789975858
|
| 164 |
+
],
|
| 165 |
+
"target_plddt_spearman": {
|
| 166 |
+
"interval": [
|
| 167 |
+
0.7993686626580847,
|
| 168 |
+
0.9091447622590754
|
| 169 |
+
],
|
| 170 |
+
"valid_resamples": 1000
|
| 171 |
+
},
|
| 172 |
+
"iptm_dockq_spearman": {
|
| 173 |
+
"interval": [
|
| 174 |
+
0.6321143799835028,
|
| 175 |
+
0.8482904024200202
|
| 176 |
+
],
|
| 177 |
+
"valid_resamples": 1000
|
| 178 |
+
}
|
| 179 |
+
}
|
| 180 |
+
},
|
| 181 |
+
"donor_sample_ranking": {
|
| 182 |
+
"paired_target_count": 128,
|
| 183 |
+
"seed_rank_spearman": 0.9970529664896539,
|
| 184 |
+
"mean_abs_plddt_delta": 0.0007404384268657289,
|
| 185 |
+
"plddt_selection": {
|
| 186 |
+
"paired_target_count": 128,
|
| 187 |
+
"confidence_tie_count": 0,
|
| 188 |
+
"quality_tie_count": 0,
|
| 189 |
+
"comparable_count": 128,
|
| 190 |
+
"selection_accuracy": 0.453125,
|
| 191 |
+
"mean_regret": 0.002739547844104877
|
| 192 |
+
},
|
| 193 |
+
"interface_selection": {
|
| 194 |
+
"paired_target_count": 64,
|
| 195 |
+
"confidence_tie_count": 0,
|
| 196 |
+
"quality_tie_count": 1,
|
| 197 |
+
"comparable_count": 63,
|
| 198 |
+
"selection_accuracy": 0.4444444444444444,
|
| 199 |
+
"mean_regret": 0.00854557512369884
|
| 200 |
+
}
|
| 201 |
+
},
|
| 202 |
+
"candidate_sample_ranking": {
|
| 203 |
+
"paired_target_count": 128,
|
| 204 |
+
"seed_rank_spearman": 0.9999198864676799,
|
| 205 |
+
"mean_abs_plddt_delta": 0.0007611071577986669,
|
| 206 |
+
"plddt_selection": {
|
| 207 |
+
"paired_target_count": 128,
|
| 208 |
+
"confidence_tie_count": 1,
|
| 209 |
+
"quality_tie_count": 0,
|
| 210 |
+
"comparable_count": 127,
|
| 211 |
+
"selection_accuracy": 0.4881889763779528,
|
| 212 |
+
"mean_regret": 0.0020348680272623825
|
| 213 |
+
},
|
| 214 |
+
"interface_selection": {
|
| 215 |
+
"paired_target_count": 64,
|
| 216 |
+
"confidence_tie_count": 0,
|
| 217 |
+
"quality_tie_count": 1,
|
| 218 |
+
"comparable_count": 63,
|
| 219 |
+
"selection_accuracy": 0.5396825396825397,
|
| 220 |
+
"mean_regret": 0.008289624758558895
|
| 221 |
+
}
|
| 222 |
+
},
|
| 223 |
+
"frequency": {
|
| 224 |
+
"plddt_ce": 2.979875323986709,
|
| 225 |
+
"pae_ce": 3.100485519120767,
|
| 226 |
+
"final_test_strata_counts": {
|
| 227 |
+
"monomer": 64,
|
| 228 |
+
"dimer": 64
|
| 229 |
+
},
|
| 230 |
+
"training_target_count": 1024,
|
| 231 |
+
"evaluation_target_count": 256,
|
| 232 |
+
"evaluation_seed_count": 2,
|
| 233 |
+
"evaluation_strata_counts_per_seed": {
|
| 234 |
+
"monomer": 64,
|
| 235 |
+
"dimer": 64
|
| 236 |
+
}
|
| 237 |
+
},
|
| 238 |
+
"acceptance": {
|
| 239 |
+
"accepted": true,
|
| 240 |
+
"gates": {
|
| 241 |
+
"plddt_mae": true,
|
| 242 |
+
"calibration_error": true,
|
| 243 |
+
"plddt_spearman": true,
|
| 244 |
+
"iptm_dockq_spearman": true,
|
| 245 |
+
"plddt_beats_donor": true,
|
| 246 |
+
"pae_beats_donor": true,
|
| 247 |
+
"plddt_beats_frequency": true,
|
| 248 |
+
"pae_beats_frequency": true,
|
| 249 |
+
"donor_rank_decrease": true
|
| 250 |
+
},
|
| 251 |
+
"thresholds": {
|
| 252 |
+
"atom_mae": 0.1,
|
| 253 |
+
"calibration_error_10bin": 0.05,
|
| 254 |
+
"target_plddt_spearman": 0.5,
|
| 255 |
+
"iptm_dockq_spearman": 0.3,
|
| 256 |
+
"max_donor_rank_decrease": 0.02
|
| 257 |
+
}
|
| 258 |
+
},
|
| 259 |
+
"frequency_baseline": {
|
| 260 |
+
"smoothing": 1.0,
|
| 261 |
+
"plddt_probabilities": [
|
| 262 |
+
0.000931098696462011,
|
| 263 |
+
0.0009319553682613763,
|
| 264 |
+
0.0009443167635366327,
|
| 265 |
+
0.000995129569462675,
|
| 266 |
+
0.0011301273903395821,
|
| 267 |
+
0.0014018099202916638,
|
| 268 |
+
0.001684181955027997,
|
| 269 |
+
0.0020187618552522458,
|
| 270 |
+
0.002395505916220278,
|
| 271 |
+
0.002803684282274858,
|
| 272 |
+
0.0032314211261260857,
|
| 273 |
+
0.0036049870118748002,
|
| 274 |
+
0.0038891006018592286,
|
| 275 |
+
0.004162062870624924,
|
| 276 |
+
0.0044122387061037585,
|
| 277 |
+
0.004681608144344482,
|
| 278 |
+
0.004879486242218788,
|
| 279 |
+
0.00515752592668437,
|
| 280 |
+
0.005461910309641143,
|
| 281 |
+
0.00555793527130623,
|
| 282 |
+
0.006022626379896986,
|
| 283 |
+
0.0063511652468477954,
|
| 284 |
+
0.006552991663355143,
|
| 285 |
+
0.006931099855140833,
|
| 286 |
+
0.007136290574289203,
|
| 287 |
+
0.007679324655775752,
|
| 288 |
+
0.007901402815958171,
|
| 289 |
+
0.008257435694940975,
|
| 290 |
+
0.008761310433404876,
|
| 291 |
+
0.009326474849126005,
|
| 292 |
+
0.00984082201198243,
|
| 293 |
+
0.010607051781376716,
|
| 294 |
+
0.01110773326734587,
|
| 295 |
+
0.011755633979503905,
|
| 296 |
+
0.01282137295869232,
|
| 297 |
+
0.013620295002846729,
|
| 298 |
+
0.01471924884198726,
|
| 299 |
+
0.015988237919473625,
|
| 300 |
+
0.017479723533482757,
|
| 301 |
+
0.01960921328049383,
|
| 302 |
+
0.022969637541417752,
|
| 303 |
+
0.027791898838833044,
|
| 304 |
+
0.034636737984824965,
|
| 305 |
+
0.04400707204088266,
|
| 306 |
+
0.05745472351376919,
|
| 307 |
+
0.07840616850316182,
|
| 308 |
+
0.10718715871634342,
|
| 309 |
+
0.14203468284532156,
|
| 310 |
+
0.15350842324925507,
|
| 311 |
+
0.05925919409235623
|
| 312 |
+
],
|
| 313 |
+
"pae_probabilities": [
|
| 314 |
+
0.0688769497261021,
|
| 315 |
+
0.11958268967967219,
|
| 316 |
+
0.11159002246699852,
|
| 317 |
+
0.09142862242801034,
|
| 318 |
+
0.07286215558689726,
|
| 319 |
+
0.057725593052385234,
|
| 320 |
+
0.04620560189055608,
|
| 321 |
+
0.037356226915265515,
|
| 322 |
+
0.030691558274851625,
|
| 323 |
+
0.025470791737281753,
|
| 324 |
+
0.02147285438532387,
|
| 325 |
+
0.018313138720898244,
|
| 326 |
+
0.01581979620671154,
|
| 327 |
+
0.013797317375206876,
|
| 328 |
+
0.012096853508615554,
|
| 329 |
+
0.010729609484376746,
|
| 330 |
+
0.009583353445394127,
|
| 331 |
+
0.008638333127246454,
|
| 332 |
+
0.007874468589212855,
|
| 333 |
+
0.0071685781421285824,
|
| 334 |
+
0.006619437059107695,
|
| 335 |
+
0.0061480990336659335,
|
| 336 |
+
0.005737806670185366,
|
| 337 |
+
0.0053625491082256,
|
| 338 |
+
0.00503871777540084,
|
| 339 |
+
0.0047812665104341534,
|
| 340 |
+
0.004547515860991375,
|
| 341 |
+
0.004330856718593695,
|
| 342 |
+
0.004181787189901568,
|
| 343 |
+
0.003993565037577688,
|
| 344 |
+
0.0038558204355689874,
|
| 345 |
+
0.003733915010851318,
|
| 346 |
+
0.0036338569416812477,
|
| 347 |
+
0.0035308027004531777,
|
| 348 |
+
0.003447133002294045,
|
| 349 |
+
0.003366137219646562,
|
| 350 |
+
0.0033008710570321693,
|
| 351 |
+
0.0032195136567719105,
|
| 352 |
+
0.0031660258041816755,
|
| 353 |
+
0.0031240486730592897,
|
| 354 |
+
0.003064124828659008,
|
| 355 |
+
0.0030081415657375074,
|
| 356 |
+
0.0029894464253152286,
|
| 357 |
+
0.002933868368195425,
|
| 358 |
+
0.002868108179619097,
|
| 359 |
+
0.002833033532847013,
|
| 360 |
+
0.0027954980387391503,
|
| 361 |
+
0.002756496069975202,
|
| 362 |
+
0.0027115463732038983,
|
| 363 |
+
0.0026513258280258674,
|
| 364 |
+
0.0026236148660452987,
|
| 365 |
+
0.0026045192360283796,
|
| 366 |
+
0.0025577852926569953,
|
| 367 |
+
0.002548618032809769,
|
| 368 |
+
0.0025288676953923797,
|
| 369 |
+
0.0025092220708849023,
|
| 370 |
+
0.0024684699189451466,
|
| 371 |
+
0.002438820711573368,
|
| 372 |
+
0.002418084760360413,
|
| 373 |
+
0.0023922622551920125,
|
| 374 |
+
0.002372425079645364,
|
| 375 |
+
0.002336242177952406,
|
| 376 |
+
0.002316699383944883,
|
| 377 |
+
0.06686853909949163
|
| 378 |
+
],
|
| 379 |
+
"plddt_ce": 2.979875323986709,
|
| 380 |
+
"pae_ce": 3.100485519120767,
|
| 381 |
+
"training_target_count": 1024,
|
| 382 |
+
"evaluation_target_count": 256
|
| 383 |
+
},
|
| 384 |
+
"elapsed_seconds": 3505.863861504,
|
| 385 |
+
"controller_app_id": "ap-lEsPyOKZ8I0yCycPonQMog",
|
| 386 |
+
"controller_call_id": "9791b297b7e04815beb8861265616b27"
|
| 387 |
+
}
|
docs/evidence/esmfold2/folding_cost.json
ADDED
|
@@ -0,0 +1,1368 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "ESMFold2 single-chain folding cost by protein length. Each series ran in its own process on one worker, so ratios between series of one run are within-run. Sequences are fixed pseudo-random proteins; timings are medians of end-to-end infer_protein calls after a shortened warm-up fold at the same length. Points marked single_pass timed one instrumented fold without a warm-up.",
|
| 3 |
+
"run": "20260921T185614-fold-bench-3c16d294",
|
| 4 |
+
"extension_runs": [
|
| 5 |
+
"20260921T183419-fold-bench-long-1563df15"
|
| 6 |
+
],
|
| 7 |
+
"cross_run_anchors": [
|
| 8 |
+
{
|
| 9 |
+
"label": "fastplms-esmfold2_300-windowed-unchunked",
|
| 10 |
+
"length": 1024,
|
| 11 |
+
"sweep_seconds": 10.431713275999982,
|
| 12 |
+
"extension_seconds": 10.5061530335
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"label": "fastplms-esmfold2_600-windowed-unchunked",
|
| 16 |
+
"length": 1024,
|
| 17 |
+
"sweep_seconds": 10.414504541500037,
|
| 18 |
+
"extension_seconds": 10.492259121500012
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"label": "fastplms-esmfold2-windowed-unchunked",
|
| 22 |
+
"length": 1024,
|
| 23 |
+
"sweep_seconds": 23.20849866900005,
|
| 24 |
+
"extension_seconds": 23.286405584999997
|
| 25 |
+
}
|
| 26 |
+
],
|
| 27 |
+
"source": {
|
| 28 |
+
"revision": "d9a23718713905dd907add3d7b7a85d6e8e49f23",
|
| 29 |
+
"dirty": true,
|
| 30 |
+
"changed_paths": 113
|
| 31 |
+
},
|
| 32 |
+
"baseline_revision": "d9a23718713905dd907add3d7b7a85d6e8e49f23",
|
| 33 |
+
"environment": {
|
| 34 |
+
"python": "3.12.10",
|
| 35 |
+
"platform": "Linux-4.19.0-gvisor-x86_64-with-glibc2.36",
|
| 36 |
+
"torch": "2.13.0+cu130",
|
| 37 |
+
"transformers": "5.13.0",
|
| 38 |
+
"cuda": "13.0",
|
| 39 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 40 |
+
"compute_capability": [
|
| 41 |
+
9,
|
| 42 |
+
0
|
| 43 |
+
]
|
| 44 |
+
},
|
| 45 |
+
"series": [
|
| 46 |
+
{
|
| 47 |
+
"status": "ok",
|
| 48 |
+
"label": "upstream-esmfold2",
|
| 49 |
+
"implementation": "upstream",
|
| 50 |
+
"repo": "biohub/ESMFold2",
|
| 51 |
+
"revision": "1ebf0e3481a5184eb6171d40615c79e384b48796",
|
| 52 |
+
"atom_attention": "dense",
|
| 53 |
+
"chunk_size": "default",
|
| 54 |
+
"settings": {
|
| 55 |
+
"num_loops": 3,
|
| 56 |
+
"num_sampling_steps": 50,
|
| 57 |
+
"num_diffusion_samples": 1
|
| 58 |
+
},
|
| 59 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 60 |
+
"torch": "2.13.0+cu130",
|
| 61 |
+
"load_seconds": 18.629620919,
|
| 62 |
+
"weights_bytes": 13735270400,
|
| 63 |
+
"lengths": [
|
| 64 |
+
{
|
| 65 |
+
"length": 64,
|
| 66 |
+
"status": "ok",
|
| 67 |
+
"single_pass": false,
|
| 68 |
+
"seconds": [
|
| 69 |
+
1.0083784199999997,
|
| 70 |
+
0.9603611819999998
|
| 71 |
+
],
|
| 72 |
+
"median_seconds": 0.9843698009999997,
|
| 73 |
+
"residues_per_second": 65.01621640056796,
|
| 74 |
+
"static_bytes": 13769562112,
|
| 75 |
+
"peak_allocated_bytes": 13938508800,
|
| 76 |
+
"peak_reserved_bytes": 14159970304,
|
| 77 |
+
"phase_seconds": {
|
| 78 |
+
"language_model": 0.07489373016357422,
|
| 79 |
+
"trunk_loop": 0.20049398803710938,
|
| 80 |
+
"coda": 0.0016886080503463745,
|
| 81 |
+
"diffusion_sampling": 0.5922059326171875,
|
| 82 |
+
"confidence": 0.006079328060150146
|
| 83 |
+
}
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"length": 128,
|
| 87 |
+
"status": "ok",
|
| 88 |
+
"single_pass": false,
|
| 89 |
+
"seconds": [
|
| 90 |
+
1.071956686,
|
| 91 |
+
1.005823980999999
|
| 92 |
+
],
|
| 93 |
+
"median_seconds": 1.0388903334999995,
|
| 94 |
+
"residues_per_second": 123.20838482419094,
|
| 95 |
+
"static_bytes": 13770217472,
|
| 96 |
+
"peak_allocated_bytes": 14121550848,
|
| 97 |
+
"peak_reserved_bytes": 14382268416,
|
| 98 |
+
"phase_seconds": {
|
| 99 |
+
"language_model": 0.05851913452148438,
|
| 100 |
+
"trunk_loop": 0.32276666259765624,
|
| 101 |
+
"coda": 0.003011199951171875,
|
| 102 |
+
"diffusion_sampling": 0.7449805297851563,
|
| 103 |
+
"confidence": 0.009217120170593262
|
| 104 |
+
}
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"length": 256,
|
| 108 |
+
"status": "ok",
|
| 109 |
+
"single_pass": false,
|
| 110 |
+
"seconds": [
|
| 111 |
+
1.956608414999998,
|
| 112 |
+
1.8964862119999992
|
| 113 |
+
],
|
| 114 |
+
"median_seconds": 1.9265473134999986,
|
| 115 |
+
"residues_per_second": 132.88020398259488,
|
| 116 |
+
"static_bytes": 13771528192,
|
| 117 |
+
"peak_allocated_bytes": 14851446272,
|
| 118 |
+
"peak_reserved_bytes": 15235809280,
|
| 119 |
+
"phase_seconds": {
|
| 120 |
+
"language_model": 0.057603809356689455,
|
| 121 |
+
"trunk_loop": 1.167335205078125,
|
| 122 |
+
"coda": 0.01027132797241211,
|
| 123 |
+
"diffusion_sampling": 0.5702406616210938,
|
| 124 |
+
"confidence": 0.022849311828613283
|
| 125 |
+
}
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"length": 384,
|
| 129 |
+
"status": "ok",
|
| 130 |
+
"single_pass": false,
|
| 131 |
+
"seconds": [
|
| 132 |
+
3.910120091000003,
|
| 133 |
+
3.8345405530000036
|
| 134 |
+
],
|
| 135 |
+
"median_seconds": 3.8723303220000034,
|
| 136 |
+
"residues_per_second": 99.16509390182124,
|
| 137 |
+
"static_bytes": 13772838912,
|
| 138 |
+
"peak_allocated_bytes": 16198520320,
|
| 139 |
+
"peak_reserved_bytes": 16647192576,
|
| 140 |
+
"phase_seconds": {
|
| 141 |
+
"language_model": 0.07791340637207031,
|
| 142 |
+
"trunk_loop": 2.98266748046875,
|
| 143 |
+
"coda": 0.02640239906311035,
|
| 144 |
+
"diffusion_sampling": 0.623266845703125,
|
| 145 |
+
"confidence": 0.05666860961914062
|
| 146 |
+
}
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"length": 512,
|
| 150 |
+
"status": "ok",
|
| 151 |
+
"single_pass": false,
|
| 152 |
+
"seconds": [
|
| 153 |
+
7.862338969999996,
|
| 154 |
+
7.825847536999987
|
| 155 |
+
],
|
| 156 |
+
"median_seconds": 7.844093253499992,
|
| 157 |
+
"residues_per_second": 65.27204400222402,
|
| 158 |
+
"static_bytes": 13774149632,
|
| 159 |
+
"peak_allocated_bytes": 18082438656,
|
| 160 |
+
"peak_reserved_bytes": 18847105024,
|
| 161 |
+
"phase_seconds": {
|
| 162 |
+
"language_model": 0.055266849517822264,
|
| 163 |
+
"trunk_loop": 6.68284130859375,
|
| 164 |
+
"coda": 0.0592789421081543,
|
| 165 |
+
"diffusion_sampling": 0.79095361328125,
|
| 166 |
+
"confidence": 0.12472649383544922
|
| 167 |
+
}
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"length": 768,
|
| 171 |
+
"status": "ok",
|
| 172 |
+
"single_pass": false,
|
| 173 |
+
"seconds": [
|
| 174 |
+
37.13839046799998,
|
| 175 |
+
37.068903696999996
|
| 176 |
+
],
|
| 177 |
+
"median_seconds": 37.10364708249999,
|
| 178 |
+
"residues_per_second": 20.69877385078484,
|
| 179 |
+
"static_bytes": 13776771072,
|
| 180 |
+
"peak_allocated_bytes": 23463890944,
|
| 181 |
+
"peak_reserved_bytes": 24582815744,
|
| 182 |
+
"phase_seconds": {
|
| 183 |
+
"language_model": 0.05805660629272461,
|
| 184 |
+
"trunk_loop": 34.3865,
|
| 185 |
+
"coda": 0.30621762084960935,
|
| 186 |
+
"diffusion_sampling": 1.5129910888671876,
|
| 187 |
+
"confidence": 0.6258532104492187
|
| 188 |
+
}
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"length": 1024,
|
| 192 |
+
"status": "ok",
|
| 193 |
+
"single_pass": false,
|
| 194 |
+
"seconds": [
|
| 195 |
+
87.135237695,
|
| 196 |
+
87.176630096
|
| 197 |
+
],
|
| 198 |
+
"median_seconds": 87.1559338955,
|
| 199 |
+
"residues_per_second": 11.749056595822568,
|
| 200 |
+
"static_bytes": 13779392512,
|
| 201 |
+
"peak_allocated_bytes": 30994826752,
|
| 202 |
+
"peak_reserved_bytes": 34116468736,
|
| 203 |
+
"phase_seconds": {
|
| 204 |
+
"language_model": 0.06138198471069336,
|
| 205 |
+
"trunk_loop": 82.1973984375,
|
| 206 |
+
"coda": 0.7319942016601563,
|
| 207 |
+
"diffusion_sampling": 2.442093017578125,
|
| 208 |
+
"confidence": 1.4887479248046875
|
| 209 |
+
}
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"length": 2048,
|
| 213 |
+
"status": "out_of_memory",
|
| 214 |
+
"run": "20260921T183419-fold-bench-long-1563df15"
|
| 215 |
+
}
|
| 216 |
+
]
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"status": "ok",
|
| 220 |
+
"label": "fastplms-baseline-esmfold2",
|
| 221 |
+
"implementation": "fastplms",
|
| 222 |
+
"repo": "Synthyra/ESMFold2",
|
| 223 |
+
"revision": "cd5a0927cec585a778d983b99a8db23d2e9b281e",
|
| 224 |
+
"atom_attention": "dense",
|
| 225 |
+
"chunk_size": "default",
|
| 226 |
+
"settings": {
|
| 227 |
+
"num_loops": 3,
|
| 228 |
+
"num_sampling_steps": 50,
|
| 229 |
+
"num_diffusion_samples": 1,
|
| 230 |
+
"max_inference_sigma": 256.0
|
| 231 |
+
},
|
| 232 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 233 |
+
"torch": "2.13.0+cu130",
|
| 234 |
+
"load_seconds": 18.013334965000013,
|
| 235 |
+
"weights_bytes": 13748721152,
|
| 236 |
+
"lengths": [
|
| 237 |
+
{
|
| 238 |
+
"length": 256,
|
| 239 |
+
"status": "ok",
|
| 240 |
+
"single_pass": false,
|
| 241 |
+
"seconds": [
|
| 242 |
+
2.011839387000009,
|
| 243 |
+
1.8825064610000481
|
| 244 |
+
],
|
| 245 |
+
"median_seconds": 1.9471729240000286,
|
| 246 |
+
"residues_per_second": 131.4726580493455,
|
| 247 |
+
"static_bytes": 13784978944,
|
| 248 |
+
"peak_allocated_bytes": 15049073664,
|
| 249 |
+
"peak_reserved_bytes": 15428747264,
|
| 250 |
+
"phase_seconds": {
|
| 251 |
+
"language_model": 0.05626291275024414,
|
| 252 |
+
"trunk_loop": 1.1529984130859374,
|
| 253 |
+
"coda": 0.010191840171813965,
|
| 254 |
+
"diffusion_sampling": 0.5415770263671875,
|
| 255 |
+
"confidence": 0.022584447860717772
|
| 256 |
+
}
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"length": 768,
|
| 260 |
+
"status": "ok",
|
| 261 |
+
"single_pass": false,
|
| 262 |
+
"seconds": [
|
| 263 |
+
37.15081153400001,
|
| 264 |
+
37.04223192199993
|
| 265 |
+
],
|
| 266 |
+
"median_seconds": 37.09652172799997,
|
| 267 |
+
"residues_per_second": 20.702749590140783,
|
| 268 |
+
"static_bytes": 13790221824,
|
| 269 |
+
"peak_allocated_bytes": 23661518336,
|
| 270 |
+
"peak_reserved_bytes": 24784142336,
|
| 271 |
+
"phase_seconds": {
|
| 272 |
+
"language_model": 0.055128990173339845,
|
| 273 |
+
"trunk_loop": 34.37065234375,
|
| 274 |
+
"coda": 0.30583062744140627,
|
| 275 |
+
"diffusion_sampling": 1.5047943115234375,
|
| 276 |
+
"confidence": 0.6250010986328125
|
| 277 |
+
}
|
| 278 |
+
}
|
| 279 |
+
]
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"status": "ok",
|
| 283 |
+
"label": "fastplms-esmfold2-dense",
|
| 284 |
+
"implementation": "fastplms",
|
| 285 |
+
"repo": "Synthyra/ESMFold2",
|
| 286 |
+
"revision": "cd5a0927cec585a778d983b99a8db23d2e9b281e",
|
| 287 |
+
"atom_attention": "dense",
|
| 288 |
+
"chunk_size": "default",
|
| 289 |
+
"settings": {
|
| 290 |
+
"num_loops": 3,
|
| 291 |
+
"num_sampling_steps": 50,
|
| 292 |
+
"num_diffusion_samples": 1,
|
| 293 |
+
"max_inference_sigma": 256.0
|
| 294 |
+
},
|
| 295 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 296 |
+
"torch": "2.13.0+cu130",
|
| 297 |
+
"load_seconds": 11.044045188000041,
|
| 298 |
+
"weights_bytes": 13748721152,
|
| 299 |
+
"lengths": [
|
| 300 |
+
{
|
| 301 |
+
"length": 64,
|
| 302 |
+
"status": "ok",
|
| 303 |
+
"single_pass": false,
|
| 304 |
+
"seconds": [
|
| 305 |
+
0.9657343290000426,
|
| 306 |
+
0.7973941679999825
|
| 307 |
+
],
|
| 308 |
+
"median_seconds": 0.8815642485000126,
|
| 309 |
+
"residues_per_second": 72.59822538050565,
|
| 310 |
+
"static_bytes": 13784405504,
|
| 311 |
+
"peak_allocated_bytes": 14032966144,
|
| 312 |
+
"peak_reserved_bytes": 14334033920,
|
| 313 |
+
"phase_seconds": {
|
| 314 |
+
"language_model": 0.04882313537597656,
|
| 315 |
+
"trunk_loop": 0.18154421997070314,
|
| 316 |
+
"coda": 0.0017572159767150878,
|
| 317 |
+
"diffusion_sampling": 0.530906494140625,
|
| 318 |
+
"confidence": 0.0061595520973205566
|
| 319 |
+
}
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"length": 128,
|
| 323 |
+
"status": "ok",
|
| 324 |
+
"single_pass": false,
|
| 325 |
+
"seconds": [
|
| 326 |
+
0.9665178120000064,
|
| 327 |
+
0.8689660069999263
|
| 328 |
+
],
|
| 329 |
+
"median_seconds": 0.9177419094999664,
|
| 330 |
+
"residues_per_second": 139.4727631755872,
|
| 331 |
+
"static_bytes": 13786371584,
|
| 332 |
+
"peak_allocated_bytes": 14191954944,
|
| 333 |
+
"peak_reserved_bytes": 14531166208,
|
| 334 |
+
"phase_seconds": {
|
| 335 |
+
"language_model": 0.05095990371704102,
|
| 336 |
+
"trunk_loop": 0.2574705810546875,
|
| 337 |
+
"coda": 0.002249824047088623,
|
| 338 |
+
"diffusion_sampling": 0.5400426025390626,
|
| 339 |
+
"confidence": 0.007429599761962891
|
| 340 |
+
}
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"length": 256,
|
| 344 |
+
"status": "ok",
|
| 345 |
+
"single_pass": false,
|
| 346 |
+
"seconds": [
|
| 347 |
+
1.7966380599999638,
|
| 348 |
+
1.7650913479999417
|
| 349 |
+
],
|
| 350 |
+
"median_seconds": 1.7808647039999528,
|
| 351 |
+
"residues_per_second": 143.75039239365304,
|
| 352 |
+
"static_bytes": 13790303744,
|
| 353 |
+
"peak_allocated_bytes": 14852314624,
|
| 354 |
+
"peak_reserved_bytes": 15233712128,
|
| 355 |
+
"phase_seconds": {
|
| 356 |
+
"language_model": 0.048465248107910155,
|
| 357 |
+
"trunk_loop": 1.091849365234375,
|
| 358 |
+
"coda": 0.009639712333679199,
|
| 359 |
+
"diffusion_sampling": 0.5182341918945312,
|
| 360 |
+
"confidence": 0.021552896499633788
|
| 361 |
+
}
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"length": 384,
|
| 365 |
+
"status": "ok",
|
| 366 |
+
"single_pass": false,
|
| 367 |
+
"seconds": [
|
| 368 |
+
3.5549717629999122,
|
| 369 |
+
3.458440405000033
|
| 370 |
+
],
|
| 371 |
+
"median_seconds": 3.5067060839999726,
|
| 372 |
+
"residues_per_second": 109.50447251683697,
|
| 373 |
+
"static_bytes": 13794235904,
|
| 374 |
+
"peak_allocated_bytes": 15949531136,
|
| 375 |
+
"peak_reserved_bytes": 16548626432,
|
| 376 |
+
"phase_seconds": {
|
| 377 |
+
"language_model": 0.049557247161865235,
|
| 378 |
+
"trunk_loop": 2.7336240234375,
|
| 379 |
+
"coda": 0.024154848098754882,
|
| 380 |
+
"diffusion_sampling": 0.4907654724121094,
|
| 381 |
+
"confidence": 0.05210950469970703
|
| 382 |
+
}
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"length": 512,
|
| 386 |
+
"status": "ok",
|
| 387 |
+
"single_pass": false,
|
| 388 |
+
"seconds": [
|
| 389 |
+
7.2881051499999785,
|
| 390 |
+
6.969440504999966
|
| 391 |
+
],
|
| 392 |
+
"median_seconds": 7.128772827499972,
|
| 393 |
+
"residues_per_second": 71.82161816475727,
|
| 394 |
+
"static_bytes": 13798168064,
|
| 395 |
+
"peak_allocated_bytes": 17482633728,
|
| 396 |
+
"peak_reserved_bytes": 18777899008,
|
| 397 |
+
"phase_seconds": {
|
| 398 |
+
"language_model": 0.048401985168457035,
|
| 399 |
+
"trunk_loop": 6.10298974609375,
|
| 400 |
+
"coda": 0.0540431022644043,
|
| 401 |
+
"diffusion_sampling": 0.54375830078125,
|
| 402 |
+
"confidence": 0.11458467102050782
|
| 403 |
+
}
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"length": 768,
|
| 407 |
+
"status": "ok",
|
| 408 |
+
"single_pass": false,
|
| 409 |
+
"seconds": [
|
| 410 |
+
34.480820896999944,
|
| 411 |
+
34.49123251200001
|
| 412 |
+
],
|
| 413 |
+
"median_seconds": 34.48602670449998,
|
| 414 |
+
"residues_per_second": 22.269889383916357,
|
| 415 |
+
"static_bytes": 13806032384,
|
| 416 |
+
"peak_allocated_bytes": 21859579392,
|
| 417 |
+
"peak_reserved_bytes": 24196939776,
|
| 418 |
+
"phase_seconds": {
|
| 419 |
+
"language_model": 0.05808579254150391,
|
| 420 |
+
"trunk_loop": 32.4308515625,
|
| 421 |
+
"coda": 0.2882565612792969,
|
| 422 |
+
"diffusion_sampling": 1.0045828857421875,
|
| 423 |
+
"confidence": 0.5897864990234375
|
| 424 |
+
}
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"length": 1024,
|
| 428 |
+
"status": "ok",
|
| 429 |
+
"single_pass": false,
|
| 430 |
+
"seconds": [
|
| 431 |
+
81.37166200500008,
|
| 432 |
+
81.31792861200006
|
| 433 |
+
],
|
| 434 |
+
"median_seconds": 81.34479530850007,
|
| 435 |
+
"residues_per_second": 12.588389903945064,
|
| 436 |
+
"static_bytes": 13813896704,
|
| 437 |
+
"peak_allocated_bytes": 27982176256,
|
| 438 |
+
"peak_reserved_bytes": 33265025024,
|
| 439 |
+
"phase_seconds": {
|
| 440 |
+
"language_model": 0.05309692764282226,
|
| 441 |
+
"trunk_loop": 77.4153984375,
|
| 442 |
+
"coda": 0.6897422485351562,
|
| 443 |
+
"diffusion_sampling": 1.5190911865234376,
|
| 444 |
+
"confidence": 1.4023331298828126
|
| 445 |
+
}
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"length": 2048,
|
| 449 |
+
"status": "ok",
|
| 450 |
+
"single_pass": true,
|
| 451 |
+
"seconds": [
|
| 452 |
+
595.915410886
|
| 453 |
+
],
|
| 454 |
+
"median_seconds": 595.915410886,
|
| 455 |
+
"residues_per_second": 3.4367293790154845,
|
| 456 |
+
"static_bytes": 13748721152,
|
| 457 |
+
"peak_allocated_bytes": 69930544128,
|
| 458 |
+
"peak_reserved_bytes": 75814141952,
|
| 459 |
+
"phase_seconds": {
|
| 460 |
+
"language_model": 0.36826739501953126,
|
| 461 |
+
"trunk_loop": 574.5386875,
|
| 462 |
+
"coda": 5.11341943359375,
|
| 463 |
+
"diffusion_sampling": 4.49510107421875,
|
| 464 |
+
"confidence": 10.321755859375
|
| 465 |
+
},
|
| 466 |
+
"run": "20260921T183419-fold-bench-long-1563df15"
|
| 467 |
+
}
|
| 468 |
+
],
|
| 469 |
+
"atom_attention_comparison": [
|
| 470 |
+
{
|
| 471 |
+
"protein": "ubiquitin",
|
| 472 |
+
"length": 76,
|
| 473 |
+
"rmsd_dense_seed0_vs_windowed_seed0": 0.3208394307880574,
|
| 474 |
+
"rmsd_dense_seed0_vs_dense_seed1": 1.216772090332296,
|
| 475 |
+
"rmsd_windowed_seed0_vs_windowed_seed1": 0.9819202303064112,
|
| 476 |
+
"mean_plddt_dense_seed0": 0.8124094605445862,
|
| 477 |
+
"mean_plddt_dense_seed1": 0.8107101917266846,
|
| 478 |
+
"mean_plddt_windowed_seed0": 0.803772509098053,
|
| 479 |
+
"mean_plddt_windowed_seed1": 0.7999487519264221
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"protein": "t4_lysozyme",
|
| 483 |
+
"length": 163,
|
| 484 |
+
"rmsd_dense_seed0_vs_windowed_seed0": 0.6114353814051593,
|
| 485 |
+
"rmsd_dense_seed0_vs_dense_seed1": 0.6015516484673378,
|
| 486 |
+
"rmsd_windowed_seed0_vs_windowed_seed1": 0.3263962672200549,
|
| 487 |
+
"mean_plddt_dense_seed0": 0.930585503578186,
|
| 488 |
+
"mean_plddt_dense_seed1": 0.9296666979789734,
|
| 489 |
+
"mean_plddt_windowed_seed0": 0.9381417632102966,
|
| 490 |
+
"mean_plddt_windowed_seed1": 0.9380736351013184
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"protein": "gfp",
|
| 494 |
+
"length": 238,
|
| 495 |
+
"rmsd_dense_seed0_vs_windowed_seed0": 5.9505474365870095,
|
| 496 |
+
"rmsd_dense_seed0_vs_dense_seed1": 4.696364385315897,
|
| 497 |
+
"rmsd_windowed_seed0_vs_windowed_seed1": 7.889492396414811,
|
| 498 |
+
"mean_plddt_dense_seed0": 0.3821070194244385,
|
| 499 |
+
"mean_plddt_dense_seed1": 0.3695257604122162,
|
| 500 |
+
"mean_plddt_windowed_seed0": 0.4841562807559967,
|
| 501 |
+
"mean_plddt_windowed_seed1": 0.35728350281715393
|
| 502 |
+
}
|
| 503 |
+
]
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"status": "ok",
|
| 507 |
+
"label": "fastplms-esmfold2-windowed-unchunked",
|
| 508 |
+
"implementation": "fastplms",
|
| 509 |
+
"repo": "Synthyra/ESMFold2",
|
| 510 |
+
"revision": "cd5a0927cec585a778d983b99a8db23d2e9b281e",
|
| 511 |
+
"atom_attention": "windowed",
|
| 512 |
+
"chunk_size": null,
|
| 513 |
+
"settings": {
|
| 514 |
+
"num_loops": 3,
|
| 515 |
+
"num_sampling_steps": 50,
|
| 516 |
+
"num_diffusion_samples": 1,
|
| 517 |
+
"max_inference_sigma": 256.0
|
| 518 |
+
},
|
| 519 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 520 |
+
"torch": "2.13.0+cu130",
|
| 521 |
+
"load_seconds": 9.853451923999955,
|
| 522 |
+
"weights_bytes": 13748721152,
|
| 523 |
+
"lengths": [
|
| 524 |
+
{
|
| 525 |
+
"length": 64,
|
| 526 |
+
"status": "ok",
|
| 527 |
+
"single_pass": false,
|
| 528 |
+
"seconds": [
|
| 529 |
+
0.8188809680000304,
|
| 530 |
+
0.7845365779999156
|
| 531 |
+
],
|
| 532 |
+
"median_seconds": 0.801708772999973,
|
| 533 |
+
"residues_per_second": 79.82948691020768,
|
| 534 |
+
"static_bytes": 13784405504,
|
| 535 |
+
"peak_allocated_bytes": 14032966144,
|
| 536 |
+
"peak_reserved_bytes": 14313062400,
|
| 537 |
+
"phase_seconds": {
|
| 538 |
+
"language_model": 0.04972822570800781,
|
| 539 |
+
"trunk_loop": 0.17335929870605468,
|
| 540 |
+
"coda": 0.0017474240064620972,
|
| 541 |
+
"diffusion_sampling": 0.5248321533203125,
|
| 542 |
+
"confidence": 0.0058306241035461425
|
| 543 |
+
}
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"length": 128,
|
| 547 |
+
"status": "ok",
|
| 548 |
+
"single_pass": false,
|
| 549 |
+
"seconds": [
|
| 550 |
+
0.9278618579999147,
|
| 551 |
+
0.8470659870001782
|
| 552 |
+
],
|
| 553 |
+
"median_seconds": 0.8874639225000465,
|
| 554 |
+
"residues_per_second": 144.2312152131382,
|
| 555 |
+
"static_bytes": 13786371584,
|
| 556 |
+
"peak_allocated_bytes": 14225968128,
|
| 557 |
+
"peak_reserved_bytes": 14535360512,
|
| 558 |
+
"phase_seconds": {
|
| 559 |
+
"language_model": 0.05098403167724609,
|
| 560 |
+
"trunk_loop": 0.2394185028076172,
|
| 561 |
+
"coda": 0.002099488019943237,
|
| 562 |
+
"diffusion_sampling": 0.6042045288085938,
|
| 563 |
+
"confidence": 0.006651391983032226
|
| 564 |
+
}
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"length": 256,
|
| 568 |
+
"status": "ok",
|
| 569 |
+
"single_pass": false,
|
| 570 |
+
"seconds": [
|
| 571 |
+
1.6183939489999375,
|
| 572 |
+
1.5419953190000797
|
| 573 |
+
],
|
| 574 |
+
"median_seconds": 1.5801946340000086,
|
| 575 |
+
"residues_per_second": 162.00535965115714,
|
| 576 |
+
"static_bytes": 13790303744,
|
| 577 |
+
"peak_allocated_bytes": 14986532352,
|
| 578 |
+
"peak_reserved_bytes": 15416164352,
|
| 579 |
+
"phase_seconds": {
|
| 580 |
+
"language_model": 0.04902268981933594,
|
| 581 |
+
"trunk_loop": 0.9001454467773438,
|
| 582 |
+
"coda": 0.007953951835632325,
|
| 583 |
+
"diffusion_sampling": 0.4931875915527344,
|
| 584 |
+
"confidence": 0.01802406311035156
|
| 585 |
+
}
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"length": 384,
|
| 589 |
+
"status": "ok",
|
| 590 |
+
"single_pass": false,
|
| 591 |
+
"seconds": [
|
| 592 |
+
2.7209397610001815,
|
| 593 |
+
2.709024745999841
|
| 594 |
+
],
|
| 595 |
+
"median_seconds": 2.714982253500011,
|
| 596 |
+
"residues_per_second": 141.43738858880846,
|
| 597 |
+
"static_bytes": 13794235904,
|
| 598 |
+
"peak_allocated_bytes": 16251521024,
|
| 599 |
+
"peak_reserved_bytes": 17165189120,
|
| 600 |
+
"phase_seconds": {
|
| 601 |
+
"language_model": 0.05094985580444336,
|
| 602 |
+
"trunk_loop": 1.9890665283203126,
|
| 603 |
+
"coda": 0.01752332878112793,
|
| 604 |
+
"diffusion_sampling": 0.49900341796875,
|
| 605 |
+
"confidence": 0.038655136108398436
|
| 606 |
+
}
|
| 607 |
+
},
|
| 608 |
+
{
|
| 609 |
+
"length": 512,
|
| 610 |
+
"status": "ok",
|
| 611 |
+
"single_pass": false,
|
| 612 |
+
"seconds": [
|
| 613 |
+
4.4625172559999555,
|
| 614 |
+
4.477478787000109
|
| 615 |
+
],
|
| 616 |
+
"median_seconds": 4.469998021500032,
|
| 617 |
+
"residues_per_second": 114.54143772264672,
|
| 618 |
+
"static_bytes": 13798168064,
|
| 619 |
+
"peak_allocated_bytes": 18019504640,
|
| 620 |
+
"peak_reserved_bytes": 19342032896,
|
| 621 |
+
"phase_seconds": {
|
| 622 |
+
"language_model": 0.050283775329589844,
|
| 623 |
+
"trunk_loop": 3.664196533203125,
|
| 624 |
+
"coda": 0.032274463653564456,
|
| 625 |
+
"diffusion_sampling": 0.5195702514648437,
|
| 626 |
+
"confidence": 0.07032755279541016
|
| 627 |
+
}
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"length": 768,
|
| 631 |
+
"status": "ok",
|
| 632 |
+
"single_pass": false,
|
| 633 |
+
"seconds": [
|
| 634 |
+
12.328751688000011,
|
| 635 |
+
12.310818439000059
|
| 636 |
+
],
|
| 637 |
+
"median_seconds": 12.319785063500035,
|
| 638 |
+
"residues_per_second": 62.3387499084998,
|
| 639 |
+
"static_bytes": 13806032384,
|
| 640 |
+
"peak_allocated_bytes": 23067538944,
|
| 641 |
+
"peak_reserved_bytes": 26067599360,
|
| 642 |
+
"phase_seconds": {
|
| 643 |
+
"language_model": 0.05393721771240234,
|
| 644 |
+
"trunk_loop": 11.0007041015625,
|
| 645 |
+
"coda": 0.097257568359375,
|
| 646 |
+
"diffusion_sampling": 0.79142236328125,
|
| 647 |
+
"confidence": 0.20639231872558594
|
| 648 |
+
}
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"length": 1024,
|
| 652 |
+
"status": "ok",
|
| 653 |
+
"single_pass": false,
|
| 654 |
+
"seconds": [
|
| 655 |
+
23.237809596000034,
|
| 656 |
+
23.179187742000067
|
| 657 |
+
],
|
| 658 |
+
"median_seconds": 23.20849866900005,
|
| 659 |
+
"residues_per_second": 44.12176826275164,
|
| 660 |
+
"static_bytes": 13813896704,
|
| 661 |
+
"peak_allocated_bytes": 30129659904,
|
| 662 |
+
"peak_reserved_bytes": 36628856832,
|
| 663 |
+
"phase_seconds": {
|
| 664 |
+
"language_model": 0.05392272186279297,
|
| 665 |
+
"trunk_loop": 21.192814453125,
|
| 666 |
+
"coda": 0.18725523376464845,
|
| 667 |
+
"diffusion_sampling": 1.147546630859375,
|
| 668 |
+
"confidence": 0.39527276611328127
|
| 669 |
+
}
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"length": 2048,
|
| 673 |
+
"status": "out_of_memory",
|
| 674 |
+
"run": "20260921T183419-fold-bench-long-1563df15"
|
| 675 |
+
}
|
| 676 |
+
]
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"status": "ok",
|
| 680 |
+
"label": "fastplms-esmfold2_600-dense",
|
| 681 |
+
"implementation": "fastplms",
|
| 682 |
+
"repo": "Synthyra/ESMFold2-600",
|
| 683 |
+
"revision": "71c67d0b2b73dc245ea7c3cc0d0476439a882d08",
|
| 684 |
+
"atom_attention": "dense",
|
| 685 |
+
"chunk_size": "default",
|
| 686 |
+
"settings": {
|
| 687 |
+
"num_loops": 3,
|
| 688 |
+
"num_sampling_steps": 50,
|
| 689 |
+
"num_diffusion_samples": 1,
|
| 690 |
+
"max_inference_sigma": 256.0
|
| 691 |
+
},
|
| 692 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 693 |
+
"torch": "2.13.0+cu130",
|
| 694 |
+
"load_seconds": 6.9947806969998965,
|
| 695 |
+
"weights_bytes": 1865217024,
|
| 696 |
+
"lengths": [
|
| 697 |
+
{
|
| 698 |
+
"length": 64,
|
| 699 |
+
"status": "ok",
|
| 700 |
+
"single_pass": false,
|
| 701 |
+
"seconds": [
|
| 702 |
+
0.7016087320000679,
|
| 703 |
+
0.6587904470000012
|
| 704 |
+
],
|
| 705 |
+
"median_seconds": 0.6801995895000346,
|
| 706 |
+
"residues_per_second": 94.09003032042664,
|
| 707 |
+
"static_bytes": 1899729920,
|
| 708 |
+
"peak_allocated_bytes": 2036980224,
|
| 709 |
+
"peak_reserved_bytes": 2206203904,
|
| 710 |
+
"phase_seconds": {
|
| 711 |
+
"language_model": 0.02415123176574707,
|
| 712 |
+
"diffusion_sampling": 0.5501965942382813
|
| 713 |
+
}
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"length": 128,
|
| 717 |
+
"status": "ok",
|
| 718 |
+
"single_pass": false,
|
| 719 |
+
"seconds": [
|
| 720 |
+
0.7458731169999737,
|
| 721 |
+
0.6927949639998587
|
| 722 |
+
],
|
| 723 |
+
"median_seconds": 0.7193340404999162,
|
| 724 |
+
"residues_per_second": 177.94236445566196,
|
| 725 |
+
"static_bytes": 1900614656,
|
| 726 |
+
"peak_allocated_bytes": 2155123200,
|
| 727 |
+
"peak_reserved_bytes": 2411724800,
|
| 728 |
+
"phase_seconds": {
|
| 729 |
+
"language_model": 0.021915231704711914,
|
| 730 |
+
"diffusion_sampling": 0.5381033935546875
|
| 731 |
+
}
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"length": 256,
|
| 735 |
+
"status": "ok",
|
| 736 |
+
"single_pass": false,
|
| 737 |
+
"seconds": [
|
| 738 |
+
1.098738529000002,
|
| 739 |
+
1.065803411999923
|
| 740 |
+
],
|
| 741 |
+
"median_seconds": 1.0822709704999625,
|
| 742 |
+
"residues_per_second": 236.5396531718291,
|
| 743 |
+
"static_bytes": 1902384128,
|
| 744 |
+
"peak_allocated_bytes": 2707392000,
|
| 745 |
+
"peak_reserved_bytes": 3036676096,
|
| 746 |
+
"phase_seconds": {
|
| 747 |
+
"language_model": 0.02371014404296875,
|
| 748 |
+
"diffusion_sampling": 0.5426353759765625
|
| 749 |
+
}
|
| 750 |
+
},
|
| 751 |
+
{
|
| 752 |
+
"length": 384,
|
| 753 |
+
"status": "ok",
|
| 754 |
+
"single_pass": false,
|
| 755 |
+
"seconds": [
|
| 756 |
+
1.7969696520001435,
|
| 757 |
+
1.7889586430001145
|
| 758 |
+
],
|
| 759 |
+
"median_seconds": 1.792964147500129,
|
| 760 |
+
"residues_per_second": 214.17048441007512,
|
| 761 |
+
"static_bytes": 1904153600,
|
| 762 |
+
"peak_allocated_bytes": 3676087296,
|
| 763 |
+
"peak_reserved_bytes": 4192206848,
|
| 764 |
+
"phase_seconds": {
|
| 765 |
+
"language_model": 0.02372115135192871,
|
| 766 |
+
"diffusion_sampling": 0.5051408386230469
|
| 767 |
+
}
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"length": 512,
|
| 771 |
+
"status": "ok",
|
| 772 |
+
"single_pass": false,
|
| 773 |
+
"seconds": [
|
| 774 |
+
3.290321838999944,
|
| 775 |
+
3.293323409999857
|
| 776 |
+
],
|
| 777 |
+
"median_seconds": 3.2918226244999005,
|
| 778 |
+
"residues_per_second": 155.53693452051778,
|
| 779 |
+
"static_bytes": 1905923072,
|
| 780 |
+
"peak_allocated_bytes": 5023321088,
|
| 781 |
+
"peak_reserved_bytes": 5742002176,
|
| 782 |
+
"phase_seconds": {
|
| 783 |
+
"language_model": 0.02417215919494629,
|
| 784 |
+
"diffusion_sampling": 0.5661536254882813
|
| 785 |
+
}
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"length": 768,
|
| 789 |
+
"status": "ok",
|
| 790 |
+
"single_pass": false,
|
| 791 |
+
"seconds": [
|
| 792 |
+
15.059345113000063,
|
| 793 |
+
15.043336095999848
|
| 794 |
+
],
|
| 795 |
+
"median_seconds": 15.051340604499956,
|
| 796 |
+
"residues_per_second": 51.02535516141254,
|
| 797 |
+
"static_bytes": 1909462016,
|
| 798 |
+
"peak_allocated_bytes": 8853486080,
|
| 799 |
+
"peak_reserved_bytes": 10250878976,
|
| 800 |
+
"phase_seconds": {
|
| 801 |
+
"language_model": 0.02294745635986328,
|
| 802 |
+
"diffusion_sampling": 1.013615478515625
|
| 803 |
+
}
|
| 804 |
+
},
|
| 805 |
+
{
|
| 806 |
+
"length": 1024,
|
| 807 |
+
"status": "ok",
|
| 808 |
+
"single_pass": false,
|
| 809 |
+
"seconds": [
|
| 810 |
+
34.97215388200016,
|
| 811 |
+
34.99143281800002
|
| 812 |
+
],
|
| 813 |
+
"median_seconds": 34.98179335000009,
|
| 814 |
+
"residues_per_second": 29.27237005131978,
|
| 815 |
+
"static_bytes": 1913000960,
|
| 816 |
+
"peak_allocated_bytes": 14192117248,
|
| 817 |
+
"peak_reserved_bytes": 16519266304,
|
| 818 |
+
"phase_seconds": {
|
| 819 |
+
"language_model": 0.025216768264770508,
|
| 820 |
+
"diffusion_sampling": 1.563876220703125
|
| 821 |
+
}
|
| 822 |
+
}
|
| 823 |
+
]
|
| 824 |
+
},
|
| 825 |
+
{
|
| 826 |
+
"status": "ok",
|
| 827 |
+
"label": "fastplms-esmfold2_600-windowed-unchunked",
|
| 828 |
+
"implementation": "fastplms",
|
| 829 |
+
"repo": "Synthyra/ESMFold2-600",
|
| 830 |
+
"revision": "71c67d0b2b73dc245ea7c3cc0d0476439a882d08",
|
| 831 |
+
"atom_attention": "windowed",
|
| 832 |
+
"chunk_size": null,
|
| 833 |
+
"settings": {
|
| 834 |
+
"num_loops": 3,
|
| 835 |
+
"num_sampling_steps": 50,
|
| 836 |
+
"num_diffusion_samples": 1,
|
| 837 |
+
"max_inference_sigma": 256.0
|
| 838 |
+
},
|
| 839 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 840 |
+
"torch": "2.13.0+cu130",
|
| 841 |
+
"load_seconds": 6.372647376000032,
|
| 842 |
+
"weights_bytes": 1865217024,
|
| 843 |
+
"lengths": [
|
| 844 |
+
{
|
| 845 |
+
"length": 64,
|
| 846 |
+
"status": "ok",
|
| 847 |
+
"single_pass": false,
|
| 848 |
+
"seconds": [
|
| 849 |
+
0.7428003889999673,
|
| 850 |
+
0.6548344519999318
|
| 851 |
+
],
|
| 852 |
+
"median_seconds": 0.6988174204999495,
|
| 853 |
+
"residues_per_second": 91.58329217696516,
|
| 854 |
+
"static_bytes": 1899729920,
|
| 855 |
+
"peak_allocated_bytes": 2036980224,
|
| 856 |
+
"peak_reserved_bytes": 2206203904,
|
| 857 |
+
"phase_seconds": {
|
| 858 |
+
"language_model": 0.02435980796813965,
|
| 859 |
+
"diffusion_sampling": 0.5571863403320313
|
| 860 |
+
}
|
| 861 |
+
},
|
| 862 |
+
{
|
| 863 |
+
"length": 128,
|
| 864 |
+
"status": "ok",
|
| 865 |
+
"single_pass": false,
|
| 866 |
+
"seconds": [
|
| 867 |
+
0.7864776320000146,
|
| 868 |
+
0.7240929560000495
|
| 869 |
+
],
|
| 870 |
+
"median_seconds": 0.7552852940000321,
|
| 871 |
+
"residues_per_second": 169.4723848283938,
|
| 872 |
+
"static_bytes": 1900614656,
|
| 873 |
+
"peak_allocated_bytes": 2188677632,
|
| 874 |
+
"peak_reserved_bytes": 2449473536,
|
| 875 |
+
"phase_seconds": {
|
| 876 |
+
"language_model": 0.02387763214111328,
|
| 877 |
+
"diffusion_sampling": 0.5618558349609375
|
| 878 |
+
}
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"length": 256,
|
| 882 |
+
"status": "ok",
|
| 883 |
+
"single_pass": false,
|
| 884 |
+
"seconds": [
|
| 885 |
+
1.019667416999937,
|
| 886 |
+
0.9980335860000196
|
| 887 |
+
],
|
| 888 |
+
"median_seconds": 1.0088505014999782,
|
| 889 |
+
"residues_per_second": 253.75414852782876,
|
| 890 |
+
"static_bytes": 1902384128,
|
| 891 |
+
"peak_allocated_bytes": 2768652800,
|
| 892 |
+
"peak_reserved_bytes": 3170893824,
|
| 893 |
+
"phase_seconds": {
|
| 894 |
+
"language_model": 0.023146528244018555,
|
| 895 |
+
"diffusion_sampling": 0.5512258911132812
|
| 896 |
+
}
|
| 897 |
+
},
|
| 898 |
+
{
|
| 899 |
+
"length": 384,
|
| 900 |
+
"status": "ok",
|
| 901 |
+
"single_pass": false,
|
| 902 |
+
"seconds": [
|
| 903 |
+
1.47924639200005,
|
| 904 |
+
1.482770470999867
|
| 905 |
+
],
|
| 906 |
+
"median_seconds": 1.4810084314999585,
|
| 907 |
+
"residues_per_second": 259.2827912607402,
|
| 908 |
+
"static_bytes": 1904153600,
|
| 909 |
+
"peak_allocated_bytes": 3717392896,
|
| 910 |
+
"peak_reserved_bytes": 4498391040,
|
| 911 |
+
"phase_seconds": {
|
| 912 |
+
"language_model": 0.022691808700561523,
|
| 913 |
+
"diffusion_sampling": 0.5237606201171875
|
| 914 |
+
}
|
| 915 |
+
},
|
| 916 |
+
{
|
| 917 |
+
"length": 512,
|
| 918 |
+
"status": "ok",
|
| 919 |
+
"single_pass": false,
|
| 920 |
+
"seconds": [
|
| 921 |
+
2.224953891999803,
|
| 922 |
+
2.2161634750000303
|
| 923 |
+
],
|
| 924 |
+
"median_seconds": 2.2205586834999167,
|
| 925 |
+
"residues_per_second": 230.57260490545337,
|
| 926 |
+
"static_bytes": 1905923072,
|
| 927 |
+
"peak_allocated_bytes": 5035237888,
|
| 928 |
+
"peak_reserved_bytes": 6259998720,
|
| 929 |
+
"phase_seconds": {
|
| 930 |
+
"language_model": 0.023932607650756835,
|
| 931 |
+
"diffusion_sampling": 0.54321337890625
|
| 932 |
+
}
|
| 933 |
+
},
|
| 934 |
+
{
|
| 935 |
+
"length": 768,
|
| 936 |
+
"status": "ok",
|
| 937 |
+
"single_pass": false,
|
| 938 |
+
"seconds": [
|
| 939 |
+
5.664368687999968,
|
| 940 |
+
5.679573061999918
|
| 941 |
+
],
|
| 942 |
+
"median_seconds": 5.671970874999943,
|
| 943 |
+
"residues_per_second": 135.40266988765308,
|
| 944 |
+
"static_bytes": 1909462016,
|
| 945 |
+
"peak_allocated_bytes": 8853486080,
|
| 946 |
+
"peak_reserved_bytes": 10913579008,
|
| 947 |
+
"phase_seconds": {
|
| 948 |
+
"language_model": 0.024333183288574218,
|
| 949 |
+
"diffusion_sampling": 0.8087135620117187
|
| 950 |
+
}
|
| 951 |
+
},
|
| 952 |
+
{
|
| 953 |
+
"length": 1024,
|
| 954 |
+
"status": "ok",
|
| 955 |
+
"single_pass": false,
|
| 956 |
+
"seconds": [
|
| 957 |
+
10.413966555000115,
|
| 958 |
+
10.415042527999958
|
| 959 |
+
],
|
| 960 |
+
"median_seconds": 10.414504541500037,
|
| 961 |
+
"residues_per_second": 98.32440860912139,
|
| 962 |
+
"static_bytes": 1913000960,
|
| 963 |
+
"peak_allocated_bytes": 14192117248,
|
| 964 |
+
"peak_reserved_bytes": 17714642944,
|
| 965 |
+
"phase_seconds": {
|
| 966 |
+
"language_model": 0.02415830421447754,
|
| 967 |
+
"diffusion_sampling": 1.183564697265625
|
| 968 |
+
}
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"length": 2048,
|
| 972 |
+
"status": "ok",
|
| 973 |
+
"single_pass": true,
|
| 974 |
+
"seconds": [
|
| 975 |
+
40.206578415999985
|
| 976 |
+
],
|
| 977 |
+
"median_seconds": 40.206578415999985,
|
| 978 |
+
"residues_per_second": 50.93693819977006,
|
| 979 |
+
"static_bytes": 1913000960,
|
| 980 |
+
"peak_allocated_bytes": 50660635648,
|
| 981 |
+
"peak_reserved_bytes": 64506298368,
|
| 982 |
+
"phase_seconds": {
|
| 983 |
+
"language_model": 0.10570486450195313,
|
| 984 |
+
"diffusion_sampling": 3.255398193359375
|
| 985 |
+
},
|
| 986 |
+
"run": "20260921T183419-fold-bench-long-1563df15"
|
| 987 |
+
}
|
| 988 |
+
]
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"status": "ok",
|
| 992 |
+
"label": "fastplms-esmfold2_300-dense",
|
| 993 |
+
"implementation": "fastplms",
|
| 994 |
+
"repo": "Synthyra/ESMFold2-300",
|
| 995 |
+
"revision": "a38a62ae930d157484b331c2bf4241684573adba",
|
| 996 |
+
"atom_attention": "dense",
|
| 997 |
+
"chunk_size": "default",
|
| 998 |
+
"settings": {
|
| 999 |
+
"num_loops": 3,
|
| 1000 |
+
"num_sampling_steps": 50,
|
| 1001 |
+
"num_diffusion_samples": 1,
|
| 1002 |
+
"max_inference_sigma": 256.0
|
| 1003 |
+
},
|
| 1004 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 1005 |
+
"torch": "2.13.0+cu130",
|
| 1006 |
+
"load_seconds": 6.573876259000144,
|
| 1007 |
+
"weights_bytes": 1378536448,
|
| 1008 |
+
"lengths": [
|
| 1009 |
+
{
|
| 1010 |
+
"length": 64,
|
| 1011 |
+
"status": "ok",
|
| 1012 |
+
"single_pass": false,
|
| 1013 |
+
"seconds": [
|
| 1014 |
+
0.7535146559998793,
|
| 1015 |
+
0.6345819569999094
|
| 1016 |
+
],
|
| 1017 |
+
"median_seconds": 0.6940483064998944,
|
| 1018 |
+
"residues_per_second": 92.21260163107932,
|
| 1019 |
+
"static_bytes": 1412889600,
|
| 1020 |
+
"peak_allocated_bytes": 1547829760,
|
| 1021 |
+
"peak_reserved_bytes": 1581252608,
|
| 1022 |
+
"phase_seconds": {
|
| 1023 |
+
"language_model": 0.019536479949951172,
|
| 1024 |
+
"diffusion_sampling": 0.5338244018554688
|
| 1025 |
+
}
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"length": 128,
|
| 1029 |
+
"status": "ok",
|
| 1030 |
+
"single_pass": false,
|
| 1031 |
+
"seconds": [
|
| 1032 |
+
0.7807706700000381,
|
| 1033 |
+
0.701068209999903
|
| 1034 |
+
],
|
| 1035 |
+
"median_seconds": 0.7409194399999706,
|
| 1036 |
+
"residues_per_second": 172.75832309111107,
|
| 1037 |
+
"static_bytes": 1413626880,
|
| 1038 |
+
"peak_allocated_bytes": 1661965824,
|
| 1039 |
+
"peak_reserved_bytes": 1728053248,
|
| 1040 |
+
"phase_seconds": {
|
| 1041 |
+
"language_model": 0.019897056579589845,
|
| 1042 |
+
"diffusion_sampling": 0.5320398559570313
|
| 1043 |
+
}
|
| 1044 |
+
},
|
| 1045 |
+
{
|
| 1046 |
+
"length": 256,
|
| 1047 |
+
"status": "ok",
|
| 1048 |
+
"single_pass": false,
|
| 1049 |
+
"seconds": [
|
| 1050 |
+
1.1100021480001487,
|
| 1051 |
+
1.042940205999912
|
| 1052 |
+
],
|
| 1053 |
+
"median_seconds": 1.0764711770000304,
|
| 1054 |
+
"residues_per_second": 237.8140775802609,
|
| 1055 |
+
"static_bytes": 1415101440,
|
| 1056 |
+
"peak_allocated_bytes": 2207017472,
|
| 1057 |
+
"peak_reserved_bytes": 2405433344,
|
| 1058 |
+
"phase_seconds": {
|
| 1059 |
+
"language_model": 0.019480319976806642,
|
| 1060 |
+
"diffusion_sampling": 0.5430467529296875
|
| 1061 |
+
}
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"length": 384,
|
| 1065 |
+
"status": "ok",
|
| 1066 |
+
"single_pass": false,
|
| 1067 |
+
"seconds": [
|
| 1068 |
+
1.8271232500001133,
|
| 1069 |
+
1.7807516580000993
|
| 1070 |
+
],
|
| 1071 |
+
"median_seconds": 1.8039374540001063,
|
| 1072 |
+
"residues_per_second": 212.8676906998669,
|
| 1073 |
+
"static_bytes": 1416576000,
|
| 1074 |
+
"peak_allocated_bytes": 3168734208,
|
| 1075 |
+
"peak_reserved_bytes": 3558866944,
|
| 1076 |
+
"phase_seconds": {
|
| 1077 |
+
"language_model": 0.019923871994018554,
|
| 1078 |
+
"diffusion_sampling": 0.533782958984375
|
| 1079 |
+
}
|
| 1080 |
+
},
|
| 1081 |
+
{
|
| 1082 |
+
"length": 512,
|
| 1083 |
+
"status": "ok",
|
| 1084 |
+
"single_pass": false,
|
| 1085 |
+
"seconds": [
|
| 1086 |
+
3.30649111799994,
|
| 1087 |
+
3.2998979379999582
|
| 1088 |
+
],
|
| 1089 |
+
"median_seconds": 3.303194527999949,
|
| 1090 |
+
"residues_per_second": 155.0014677185878,
|
| 1091 |
+
"static_bytes": 1418050560,
|
| 1092 |
+
"peak_allocated_bytes": 4509103104,
|
| 1093 |
+
"peak_reserved_bytes": 5108662272,
|
| 1094 |
+
"phase_seconds": {
|
| 1095 |
+
"language_model": 0.02090870475769043,
|
| 1096 |
+
"diffusion_sampling": 0.5689089965820312
|
| 1097 |
+
}
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"length": 768,
|
| 1101 |
+
"status": "ok",
|
| 1102 |
+
"single_pass": false,
|
| 1103 |
+
"seconds": [
|
| 1104 |
+
15.061311480999848,
|
| 1105 |
+
15.059881068999857
|
| 1106 |
+
],
|
| 1107 |
+
"median_seconds": 15.060596274999853,
|
| 1108 |
+
"residues_per_second": 50.99399691596922,
|
| 1109 |
+
"static_bytes": 1420999680,
|
| 1110 |
+
"peak_allocated_bytes": 8324578816,
|
| 1111 |
+
"peak_reserved_bytes": 9630121984,
|
| 1112 |
+
"phase_seconds": {
|
| 1113 |
+
"language_model": 0.01817919921875,
|
| 1114 |
+
"diffusion_sampling": 1.0195720825195314
|
| 1115 |
+
}
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"length": 1024,
|
| 1119 |
+
"status": "ok",
|
| 1120 |
+
"single_pass": false,
|
| 1121 |
+
"seconds": [
|
| 1122 |
+
34.96550417599997,
|
| 1123 |
+
34.93262273300002
|
| 1124 |
+
],
|
| 1125 |
+
"median_seconds": 34.94906345449999,
|
| 1126 |
+
"residues_per_second": 29.29978370759893,
|
| 1127 |
+
"static_bytes": 1423948800,
|
| 1128 |
+
"peak_allocated_bytes": 13650235904,
|
| 1129 |
+
"peak_reserved_bytes": 15902703616,
|
| 1130 |
+
"phase_seconds": {
|
| 1131 |
+
"language_model": 0.018916576385498048,
|
| 1132 |
+
"diffusion_sampling": 1.5634296875
|
| 1133 |
+
}
|
| 1134 |
+
}
|
| 1135 |
+
],
|
| 1136 |
+
"atom_attention_comparison": [
|
| 1137 |
+
{
|
| 1138 |
+
"protein": "ubiquitin",
|
| 1139 |
+
"length": 76,
|
| 1140 |
+
"rmsd_dense_seed0_vs_windowed_seed0": 0.3160745869417739,
|
| 1141 |
+
"rmsd_dense_seed0_vs_dense_seed1": 0.5446246713289298,
|
| 1142 |
+
"rmsd_windowed_seed0_vs_windowed_seed1": 0.4670902113241117
|
| 1143 |
+
},
|
| 1144 |
+
{
|
| 1145 |
+
"protein": "t4_lysozyme",
|
| 1146 |
+
"length": 163,
|
| 1147 |
+
"rmsd_dense_seed0_vs_windowed_seed0": 0.22335862260764486,
|
| 1148 |
+
"rmsd_dense_seed0_vs_dense_seed1": 0.21499337720307155,
|
| 1149 |
+
"rmsd_windowed_seed0_vs_windowed_seed1": 0.15805422379624756
|
| 1150 |
+
},
|
| 1151 |
+
{
|
| 1152 |
+
"protein": "gfp",
|
| 1153 |
+
"length": 238,
|
| 1154 |
+
"rmsd_dense_seed0_vs_windowed_seed0": 0.7515473638478966,
|
| 1155 |
+
"rmsd_dense_seed0_vs_dense_seed1": 1.49142555750865,
|
| 1156 |
+
"rmsd_windowed_seed0_vs_windowed_seed1": 1.809103458805594
|
| 1157 |
+
}
|
| 1158 |
+
]
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"status": "ok",
|
| 1162 |
+
"label": "fastplms-esmfold2_300-windowed-unchunked",
|
| 1163 |
+
"implementation": "fastplms",
|
| 1164 |
+
"repo": "Synthyra/ESMFold2-300",
|
| 1165 |
+
"revision": "a38a62ae930d157484b331c2bf4241684573adba",
|
| 1166 |
+
"atom_attention": "windowed",
|
| 1167 |
+
"chunk_size": null,
|
| 1168 |
+
"settings": {
|
| 1169 |
+
"num_loops": 3,
|
| 1170 |
+
"num_sampling_steps": 50,
|
| 1171 |
+
"num_diffusion_samples": 1,
|
| 1172 |
+
"max_inference_sigma": 256.0
|
| 1173 |
+
},
|
| 1174 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 1175 |
+
"torch": "2.13.0+cu130",
|
| 1176 |
+
"load_seconds": 6.93025978799983,
|
| 1177 |
+
"weights_bytes": 1378536448,
|
| 1178 |
+
"lengths": [
|
| 1179 |
+
{
|
| 1180 |
+
"length": 64,
|
| 1181 |
+
"status": "ok",
|
| 1182 |
+
"single_pass": false,
|
| 1183 |
+
"seconds": [
|
| 1184 |
+
0.6420386509998934,
|
| 1185 |
+
0.6177964000000884
|
| 1186 |
+
],
|
| 1187 |
+
"median_seconds": 0.6299175254999909,
|
| 1188 |
+
"residues_per_second": 101.60060231567715,
|
| 1189 |
+
"static_bytes": 1412889600,
|
| 1190 |
+
"peak_allocated_bytes": 1547518464,
|
| 1191 |
+
"peak_reserved_bytes": 1581252608,
|
| 1192 |
+
"phase_seconds": {
|
| 1193 |
+
"language_model": 0.019601472854614256,
|
| 1194 |
+
"diffusion_sampling": 0.5241182861328125
|
| 1195 |
+
}
|
| 1196 |
+
},
|
| 1197 |
+
{
|
| 1198 |
+
"length": 128,
|
| 1199 |
+
"status": "ok",
|
| 1200 |
+
"single_pass": false,
|
| 1201 |
+
"seconds": [
|
| 1202 |
+
0.7332866700000977,
|
| 1203 |
+
0.6823279389998333
|
| 1204 |
+
],
|
| 1205 |
+
"median_seconds": 0.7078073044999655,
|
| 1206 |
+
"residues_per_second": 180.84017950397717,
|
| 1207 |
+
"static_bytes": 1413626880,
|
| 1208 |
+
"peak_allocated_bytes": 1695520256,
|
| 1209 |
+
"peak_reserved_bytes": 1744830464,
|
| 1210 |
+
"phase_seconds": {
|
| 1211 |
+
"language_model": 0.01837177658081055,
|
| 1212 |
+
"diffusion_sampling": 0.5182318115234374
|
| 1213 |
+
}
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"length": 256,
|
| 1217 |
+
"status": "ok",
|
| 1218 |
+
"single_pass": false,
|
| 1219 |
+
"seconds": [
|
| 1220 |
+
0.9704897729998265,
|
| 1221 |
+
0.9413749420000386
|
| 1222 |
+
],
|
| 1223 |
+
"median_seconds": 0.9559323574999326,
|
| 1224 |
+
"residues_per_second": 267.8013752662599,
|
| 1225 |
+
"static_bytes": 1415101440,
|
| 1226 |
+
"peak_allocated_bytes": 2267958784,
|
| 1227 |
+
"peak_reserved_bytes": 2537553920,
|
| 1228 |
+
"phase_seconds": {
|
| 1229 |
+
"language_model": 0.019218496322631836,
|
| 1230 |
+
"diffusion_sampling": 0.5127119750976562
|
| 1231 |
+
}
|
| 1232 |
+
},
|
| 1233 |
+
{
|
| 1234 |
+
"length": 384,
|
| 1235 |
+
"status": "ok",
|
| 1236 |
+
"single_pass": false,
|
| 1237 |
+
"seconds": [
|
| 1238 |
+
1.501012252999999,
|
| 1239 |
+
1.4262268459999632
|
| 1240 |
+
],
|
| 1241 |
+
"median_seconds": 1.463619549499981,
|
| 1242 |
+
"residues_per_second": 262.36326245518285,
|
| 1243 |
+
"static_bytes": 1416576000,
|
| 1244 |
+
"peak_allocated_bytes": 3209515520,
|
| 1245 |
+
"peak_reserved_bytes": 3844079616,
|
| 1246 |
+
"phase_seconds": {
|
| 1247 |
+
"language_model": 0.019792896270751953,
|
| 1248 |
+
"diffusion_sampling": 0.4981151123046875
|
| 1249 |
+
}
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"length": 512,
|
| 1253 |
+
"status": "ok",
|
| 1254 |
+
"single_pass": false,
|
| 1255 |
+
"seconds": [
|
| 1256 |
+
2.225080981000019,
|
| 1257 |
+
2.1876427930001228
|
| 1258 |
+
],
|
| 1259 |
+
"median_seconds": 2.206361887000071,
|
| 1260 |
+
"residues_per_second": 232.05622024959476,
|
| 1261 |
+
"static_bytes": 1418050560,
|
| 1262 |
+
"peak_allocated_bytes": 4520921600,
|
| 1263 |
+
"peak_reserved_bytes": 5425332224,
|
| 1264 |
+
"phase_seconds": {
|
| 1265 |
+
"language_model": 0.019299583435058595,
|
| 1266 |
+
"diffusion_sampling": 0.5200664672851563
|
| 1267 |
+
}
|
| 1268 |
+
},
|
| 1269 |
+
{
|
| 1270 |
+
"length": 768,
|
| 1271 |
+
"status": "ok",
|
| 1272 |
+
"single_pass": false,
|
| 1273 |
+
"seconds": [
|
| 1274 |
+
5.801848607000011,
|
| 1275 |
+
5.623493416999963
|
| 1276 |
+
],
|
| 1277 |
+
"median_seconds": 5.712671011999987,
|
| 1278 |
+
"residues_per_second": 134.43798853229003,
|
| 1279 |
+
"static_bytes": 1420999680,
|
| 1280 |
+
"peak_allocated_bytes": 8324578816,
|
| 1281 |
+
"peak_reserved_bytes": 10292822016,
|
| 1282 |
+
"phase_seconds": {
|
| 1283 |
+
"language_model": 0.020100351333618163,
|
| 1284 |
+
"diffusion_sampling": 0.7990032348632813
|
| 1285 |
+
}
|
| 1286 |
+
},
|
| 1287 |
+
{
|
| 1288 |
+
"length": 1024,
|
| 1289 |
+
"status": "ok",
|
| 1290 |
+
"single_pass": false,
|
| 1291 |
+
"seconds": [
|
| 1292 |
+
10.459831014999963,
|
| 1293 |
+
10.403595537000001
|
| 1294 |
+
],
|
| 1295 |
+
"median_seconds": 10.431713275999982,
|
| 1296 |
+
"residues_per_second": 98.16220719523558,
|
| 1297 |
+
"static_bytes": 1423948800,
|
| 1298 |
+
"peak_allocated_bytes": 13650412032,
|
| 1299 |
+
"peak_reserved_bytes": 17121148928,
|
| 1300 |
+
"phase_seconds": {
|
| 1301 |
+
"language_model": 0.018861536026000977,
|
| 1302 |
+
"diffusion_sampling": 1.168448974609375
|
| 1303 |
+
}
|
| 1304 |
+
},
|
| 1305 |
+
{
|
| 1306 |
+
"length": 2048,
|
| 1307 |
+
"status": "ok",
|
| 1308 |
+
"single_pass": true,
|
| 1309 |
+
"seconds": [
|
| 1310 |
+
40.287960447
|
| 1311 |
+
],
|
| 1312 |
+
"median_seconds": 40.287960447,
|
| 1313 |
+
"residues_per_second": 50.83404514095977,
|
| 1314 |
+
"static_bytes": 1423948800,
|
| 1315 |
+
"peak_allocated_bytes": 50064497664,
|
| 1316 |
+
"peak_reserved_bytes": 63851986944,
|
| 1317 |
+
"phase_seconds": {
|
| 1318 |
+
"language_model": 0.10339769744873047,
|
| 1319 |
+
"diffusion_sampling": 3.28558935546875
|
| 1320 |
+
},
|
| 1321 |
+
"run": "20260921T183419-fold-bench-long-1563df15"
|
| 1322 |
+
}
|
| 1323 |
+
]
|
| 1324 |
+
},
|
| 1325 |
+
{
|
| 1326 |
+
"status": "ok",
|
| 1327 |
+
"label": "fastplms-esmfold2-windowed-chunk512",
|
| 1328 |
+
"implementation": "fastplms",
|
| 1329 |
+
"repo": "Synthyra/ESMFold2",
|
| 1330 |
+
"revision": "cd5a0927cec585a778d983b99a8db23d2e9b281e",
|
| 1331 |
+
"atom_attention": "windowed",
|
| 1332 |
+
"chunk_size": 512,
|
| 1333 |
+
"settings": {
|
| 1334 |
+
"num_loops": 3,
|
| 1335 |
+
"num_sampling_steps": 50,
|
| 1336 |
+
"num_diffusion_samples": 1,
|
| 1337 |
+
"max_inference_sigma": 256.0
|
| 1338 |
+
},
|
| 1339 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 1340 |
+
"torch": "2.13.0+cu130",
|
| 1341 |
+
"load_seconds": 11.172538067000005,
|
| 1342 |
+
"weights_bytes": 13748721152,
|
| 1343 |
+
"lengths": [
|
| 1344 |
+
{
|
| 1345 |
+
"length": 2048,
|
| 1346 |
+
"status": "ok",
|
| 1347 |
+
"single_pass": true,
|
| 1348 |
+
"seconds": [
|
| 1349 |
+
138.969890121
|
| 1350 |
+
],
|
| 1351 |
+
"median_seconds": 138.969890121,
|
| 1352 |
+
"residues_per_second": 14.73700524780456,
|
| 1353 |
+
"static_bytes": 13748721152,
|
| 1354 |
+
"peak_allocated_bytes": 69930544128,
|
| 1355 |
+
"peak_reserved_bytes": 80388030464,
|
| 1356 |
+
"phase_seconds": {
|
| 1357 |
+
"language_model": 0.43021337890625,
|
| 1358 |
+
"trunk_loop": 130.3764296875,
|
| 1359 |
+
"coda": 1.149343017578125,
|
| 1360 |
+
"diffusion_sampling": 3.523469482421875,
|
| 1361 |
+
"confidence": 2.388107421875
|
| 1362 |
+
}
|
| 1363 |
+
}
|
| 1364 |
+
],
|
| 1365 |
+
"run": "20260921T183419-fold-bench-long-1563df15"
|
| 1366 |
+
}
|
| 1367 |
+
]
|
| 1368 |
+
}
|
docs/validation/esmfold2_300_artifact_reload.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"candidate": "artifacts/esmfold2-small/artifact-reload",
|
| 3 |
+
"exact_tensors": {
|
| 4 |
+
"feature__asym_id": "equal",
|
| 5 |
+
"feature__atom_attention_mask": "equal",
|
| 6 |
+
"feature__atom_to_token": "equal",
|
| 7 |
+
"feature__deletion_mean": "equal",
|
| 8 |
+
"feature__deletion_value": "equal",
|
| 9 |
+
"feature__distogram_atom_idx": "equal",
|
| 10 |
+
"feature__entity_id": "equal",
|
| 11 |
+
"feature__has_deletion": "equal",
|
| 12 |
+
"feature__input_ids": "equal",
|
| 13 |
+
"feature__mol_type": "equal",
|
| 14 |
+
"feature__msa": "equal",
|
| 15 |
+
"feature__msa_attention_mask": "equal",
|
| 16 |
+
"feature__ref_atom_name_chars": "equal",
|
| 17 |
+
"feature__ref_charge": "equal",
|
| 18 |
+
"feature__ref_element": "equal",
|
| 19 |
+
"feature__ref_pos": "equal",
|
| 20 |
+
"feature__ref_space_uid": "equal",
|
| 21 |
+
"feature__res_type": "equal",
|
| 22 |
+
"feature__residue_index": "equal",
|
| 23 |
+
"feature__sym_id": "equal",
|
| 24 |
+
"feature__token_attention_mask": "equal",
|
| 25 |
+
"feature__token_bonds": "equal",
|
| 26 |
+
"feature__token_index": "equal",
|
| 27 |
+
"noise__initial_standard_normal": "equal"
|
| 28 |
+
},
|
| 29 |
+
"failures": [],
|
| 30 |
+
"geometry": {
|
| 31 |
+
"ca_rmsd": 0.07748135179281235,
|
| 32 |
+
"lddt_ca": 1.0
|
| 33 |
+
},
|
| 34 |
+
"numeric": {
|
| 35 |
+
"hidden__lm": {
|
| 36 |
+
"pooled_cosine_min": 1.0000007152557373,
|
| 37 |
+
"relative_l2": 7.166183877416188e-07,
|
| 38 |
+
"relative_q999": 6.865271870992729e-07,
|
| 39 |
+
"residue_cosine_p01": 1.0000004768371582
|
| 40 |
+
},
|
| 41 |
+
"output__atom_pad_mask": {
|
| 42 |
+
"max_abs": 0.0,
|
| 43 |
+
"mean_abs": 0.0,
|
| 44 |
+
"relative_l2": 0.0
|
| 45 |
+
},
|
| 46 |
+
"output__distogram_logits": {
|
| 47 |
+
"max_abs": 1.0,
|
| 48 |
+
"mean_abs": 0.07992647588253021,
|
| 49 |
+
"relative_l2": 0.009732905775308609
|
| 50 |
+
},
|
| 51 |
+
"output__entity_id": {
|
| 52 |
+
"max_abs": 0.0,
|
| 53 |
+
"mean_abs": 0.0,
|
| 54 |
+
"relative_l2": 0.0
|
| 55 |
+
},
|
| 56 |
+
"output__residue_index": {
|
| 57 |
+
"max_abs": 0.0,
|
| 58 |
+
"mean_abs": 0.0,
|
| 59 |
+
"relative_l2": 0.0
|
| 60 |
+
},
|
| 61 |
+
"output__sample_atom_coords": {
|
| 62 |
+
"max_abs": 22.109264373779297,
|
| 63 |
+
"mean_abs": 6.068988800048828,
|
| 64 |
+
"relative_l2": 1.164304494857788
|
| 65 |
+
},
|
| 66 |
+
"projection__base_z_mlp_input": {
|
| 67 |
+
"pooled_cosine_min": 0.9999999403953552,
|
| 68 |
+
"relative_l2": 0.001845383201725781,
|
| 69 |
+
"relative_q999": 0.0028090658597648144,
|
| 70 |
+
"residue_cosine_p01": 0.9999967217445374
|
| 71 |
+
}
|
| 72 |
+
},
|
| 73 |
+
"reference": "artifacts/esmfold2-small/reference",
|
| 74 |
+
"schema_version": 1,
|
| 75 |
+
"status": "passed"
|
| 76 |
+
}
|
docs/validation/esmfold2_300_backbone.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"backbone_model_id":"esmc_small","comparison":{"bf16_unequal_names":[],"fp32_unequal_count":308,"fp32_unequal_names_preview":["embed.weight","sequence_head.0.bias","sequence_head.0.weight","sequence_head.2.bias","sequence_head.2.weight"],"max_bf16_abs_error":0.0,"missing":[],"native_exact_bf16_roundtrip":true,"shape_mismatches":[],"standard_exact_bf16_roundtrip":false,"tensor_count":308,"unexpected":[]},"model_id":"esmfold2_300","native":{"files":{"config.json":"git-sha1:7fe728a0eb3fb81b24491d6cc1de816bf7797c27","model.safetensors":"sha256:8bd6cacf9b5a92d51954b64b20407f1f9f564a7e4849b8663470784d2a8b7ed2"},"repo_id":"biohub/ESMC-300M-1500000","revision":"56803b6378b82e16c3b24aac49d1fce4445540b7"},"schema_version":1,"standard":{"files":{"config.json":"git-sha1:df2f44187157b0cc371c48c887b77b1783679201","model.safetensors":"sha256:d099223765bc4f1ae8d6c7e18561ce41df1d54073fdc5327ef0a229235a8f52a"},"repo_id":"Synthyra/ESMplusplus_small","revision":"46c5f7d562e47d4c14165b424c71ab7db008e6fb"},"status":"passed"}
|
docs/validation/esmfold2_300_published_loading.json
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attention_backend": "sdpa",
|
| 3 |
+
"backbone_compute_dtype": "bfloat16",
|
| 4 |
+
"backbone_dimensions": {
|
| 5 |
+
"d_model": 960,
|
| 6 |
+
"n_heads": 15,
|
| 7 |
+
"n_layers": 30
|
| 8 |
+
},
|
| 9 |
+
"chunk_size": 32,
|
| 10 |
+
"environment": {
|
| 11 |
+
"cuda_runtime": "13.0",
|
| 12 |
+
"cuda_total_memory": 8585216000,
|
| 13 |
+
"gpu": "NVIDIA GeForce RTX 4070 Laptop GPU",
|
| 14 |
+
"gpu_capability": [
|
| 15 |
+
8,
|
| 16 |
+
9
|
| 17 |
+
],
|
| 18 |
+
"peak_memory_allocated": 1429550080,
|
| 19 |
+
"python": "3.12.14",
|
| 20 |
+
"torch": "2.13.0+cu130",
|
| 21 |
+
"transformers": "5.13.0"
|
| 22 |
+
},
|
| 23 |
+
"folding_parameter_dtype": "float32",
|
| 24 |
+
"local_files_only": true,
|
| 25 |
+
"num_diffusion_samples": 1,
|
| 26 |
+
"num_loops": 3,
|
| 27 |
+
"num_sampling_steps": 15,
|
| 28 |
+
"output_shapes": {
|
| 29 |
+
"atom_attention_mask": [
|
| 30 |
+
1,
|
| 31 |
+
448
|
| 32 |
+
],
|
| 33 |
+
"atom_pad_mask": [
|
| 34 |
+
1,
|
| 35 |
+
448
|
| 36 |
+
],
|
| 37 |
+
"atom_to_token": [
|
| 38 |
+
1,
|
| 39 |
+
448
|
| 40 |
+
],
|
| 41 |
+
"distogram_logits": [
|
| 42 |
+
1,
|
| 43 |
+
56,
|
| 44 |
+
56,
|
| 45 |
+
128
|
| 46 |
+
],
|
| 47 |
+
"entity_id": [
|
| 48 |
+
1,
|
| 49 |
+
56
|
| 50 |
+
],
|
| 51 |
+
"last_hidden_state": [
|
| 52 |
+
1,
|
| 53 |
+
56,
|
| 54 |
+
56,
|
| 55 |
+
256
|
| 56 |
+
],
|
| 57 |
+
"ref_atom_name_chars": [
|
| 58 |
+
1,
|
| 59 |
+
448,
|
| 60 |
+
4
|
| 61 |
+
],
|
| 62 |
+
"representative_atom_coords": [
|
| 63 |
+
1,
|
| 64 |
+
56,
|
| 65 |
+
3
|
| 66 |
+
],
|
| 67 |
+
"res_type": [
|
| 68 |
+
1,
|
| 69 |
+
56
|
| 70 |
+
],
|
| 71 |
+
"residue_index": [
|
| 72 |
+
1,
|
| 73 |
+
56
|
| 74 |
+
],
|
| 75 |
+
"sample_atom_coords": [
|
| 76 |
+
1,
|
| 77 |
+
448,
|
| 78 |
+
3
|
| 79 |
+
],
|
| 80 |
+
"token_attention_mask": [
|
| 81 |
+
1,
|
| 82 |
+
56
|
| 83 |
+
]
|
| 84 |
+
},
|
| 85 |
+
"precision_status": {
|
| 86 |
+
"device": "cuda:0",
|
| 87 |
+
"reason": "Precision was selected explicitly.",
|
| 88 |
+
"requested": "bf16",
|
| 89 |
+
"resolved": "bf16",
|
| 90 |
+
"transformer_engine_version": null
|
| 91 |
+
},
|
| 92 |
+
"repository": "Synthyra/ESMFold2-300",
|
| 93 |
+
"revision": "c5ab9623368b223111791a6c7017e6dfdc95da46",
|
| 94 |
+
"schema_version": 1,
|
| 95 |
+
"seed": 17,
|
| 96 |
+
"sequence": "MQYKLILNGKTLKGETTTEAVDAATAEKVFKQYANDNGVDGEWTYDDATKTFTVTE",
|
| 97 |
+
"status": "passed"
|
| 98 |
+
}
|
docs/validation/esmfold2_300_quickstart.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"atom_count": 250,
|
| 3 |
+
"attention_backend": "sdpa",
|
| 4 |
+
"backbone_compute_dtype": "bfloat16",
|
| 5 |
+
"chains": [
|
| 6 |
+
"A",
|
| 7 |
+
"B"
|
| 8 |
+
],
|
| 9 |
+
"chunk_size": 32,
|
| 10 |
+
"cif_confidence_value": "?",
|
| 11 |
+
"cif_path": "artifacts/esmfold2-small/quickstart/complex.cif",
|
| 12 |
+
"cif_sha256": "14367441bcab8b9ab58602174c761de6e8dde0ac0a5772496c3338394847772d",
|
| 13 |
+
"confidence_available": false,
|
| 14 |
+
"coordinate_shape": [
|
| 15 |
+
250,
|
| 16 |
+
3
|
| 17 |
+
],
|
| 18 |
+
"coordinates_finite": true,
|
| 19 |
+
"folding_parameter_dtype": "float32",
|
| 20 |
+
"loading": "local prepared artifact through AutoModel, with automatic pinned ESM++ backbone loading",
|
| 21 |
+
"model_id": "esmfold2_300",
|
| 22 |
+
"num_diffusion_samples": 1,
|
| 23 |
+
"num_loops": 3,
|
| 24 |
+
"num_sampling_steps": 15,
|
| 25 |
+
"runtime_bundle_sha256": "4f6a9d59126e9bee9e65b30d55161d648473a058b6aed36727f2ae2cd99d44d7",
|
| 26 |
+
"scope": "two-protein quick-start execution and CIF export",
|
| 27 |
+
"seed": 17,
|
| 28 |
+
"sequences": [
|
| 29 |
+
"MSTNPKPQRKTKRNT",
|
| 30 |
+
"MKTIIALSYIFCLVFA"
|
| 31 |
+
],
|
| 32 |
+
"status": "passed",
|
| 33 |
+
"verbose": true
|
| 34 |
+
}
|
docs/validation/esmfold2_600_backbone.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"backbone_model_id":"esmc_large","comparison":{"bf16_unequal_names":[],"fp32_unequal_count":368,"fp32_unequal_names_preview":["embed.weight","sequence_head.0.bias","sequence_head.0.weight","sequence_head.2.bias","sequence_head.2.weight"],"max_bf16_abs_error":0.0,"missing":[],"native_exact_bf16_roundtrip":true,"shape_mismatches":[],"standard_exact_bf16_roundtrip":false,"tensor_count":368,"unexpected":[]},"model_id":"esmfold2_600","native":{"files":{"config.json":"git-sha1:ec29f6009b21d710f64bf1c058f3a9710833d692","model.safetensors":"sha256:d6869f5ae0f11e5dc829b195e062e87cfcc2f851a08a5edbaf5d1083ae7f76cc"},"repo_id":"biohub/ESMC-600M-1500000","revision":"21af9cc429af76ebda6c48074fb624db4735aaaf"},"schema_version":1,"standard":{"files":{"config.json":"git-sha1:5736371902fe5d04e2859be30ac7dbd31b271b25","model.safetensors":"sha256:4aff3f8c5de68c4d3e3824eb2c478e4a47355d3f849f3c745e5c8a5ee6cff851"},"repo_id":"Synthyra/ESMplusplus_large","revision":"f813401638b3fddab09748aec1ad2bf537aa4208"},"status":"passed"}
|
docs/validation/esmfold2_small_300_candidate_metadata.json
ADDED
|
@@ -0,0 +1,315 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attention_backend": "sdpa",
|
| 3 |
+
"backbone_compute_dtype": "bfloat16",
|
| 4 |
+
"backbone_snapshot": "/workspace/artifacts/esmfold2-small/standard300",
|
| 5 |
+
"chunk_size": 32,
|
| 6 |
+
"confidence_head_enabled": false,
|
| 7 |
+
"config": {
|
| 8 |
+
"_name_or_path": "artifacts/esmfold2-small/fold300",
|
| 9 |
+
"architectures": [
|
| 10 |
+
"ESMFold2ExperimentalModel"
|
| 11 |
+
],
|
| 12 |
+
"attn_backend": "sdpa",
|
| 13 |
+
"attn_implementation": "sdpa",
|
| 14 |
+
"chunk_size_feed_forward": 0,
|
| 15 |
+
"classifier_dropout": 0.2,
|
| 16 |
+
"classifier_hidden_size": 4096,
|
| 17 |
+
"classifier_pooling_types": [
|
| 18 |
+
"mean"
|
| 19 |
+
],
|
| 20 |
+
"classifier_probe_dropout": 0.1,
|
| 21 |
+
"classifier_probe_hidden_size": 512,
|
| 22 |
+
"classifier_probe_num_heads": 4,
|
| 23 |
+
"classifier_train_scope": "probe",
|
| 24 |
+
"confidence_head": {
|
| 25 |
+
"distogram_bins": 128,
|
| 26 |
+
"enabled": false,
|
| 27 |
+
"folding_trunk": {
|
| 28 |
+
"dropout": 0.25,
|
| 29 |
+
"n_heads": 8,
|
| 30 |
+
"n_layers": 4
|
| 31 |
+
},
|
| 32 |
+
"max_dist": 52.0,
|
| 33 |
+
"min_dist": 2.0,
|
| 34 |
+
"num_pae_bins": 64,
|
| 35 |
+
"num_pde_bins": 64,
|
| 36 |
+
"num_plddt_bins": 50
|
| 37 |
+
},
|
| 38 |
+
"d_pair": 256,
|
| 39 |
+
"d_single": 384,
|
| 40 |
+
"disable_msa_features": true,
|
| 41 |
+
"dtype": "float32",
|
| 42 |
+
"esmc_attn_backend": "sdpa",
|
| 43 |
+
"esmc_id": "Synthyra/ESMplusplus_small",
|
| 44 |
+
"esmc_precision": "bf16",
|
| 45 |
+
"folding_trunk": {
|
| 46 |
+
"dropout": 0.25,
|
| 47 |
+
"n_heads": 8,
|
| 48 |
+
"n_layers": 24
|
| 49 |
+
},
|
| 50 |
+
"force_lm_dropout_during_inference": false,
|
| 51 |
+
"id2label": {
|
| 52 |
+
"0": "LABEL_0",
|
| 53 |
+
"1": "LABEL_1"
|
| 54 |
+
},
|
| 55 |
+
"inputs": {
|
| 56 |
+
"atom_encoder": {
|
| 57 |
+
"d_atom": 128,
|
| 58 |
+
"d_token": 768,
|
| 59 |
+
"expansion_ratio": 2,
|
| 60 |
+
"n_blocks": 3,
|
| 61 |
+
"n_heads": 4,
|
| 62 |
+
"n_spatial_rope_pairs_per_axis": 2,
|
| 63 |
+
"n_uid_rope_pairs": 10,
|
| 64 |
+
"spatial_rope_base_frequency": 20.0,
|
| 65 |
+
"swa_window_size": 128,
|
| 66 |
+
"uid_rope_base_frequency": 10000.0
|
| 67 |
+
},
|
| 68 |
+
"d_inputs": 451
|
| 69 |
+
},
|
| 70 |
+
"is_encoder_decoder": false,
|
| 71 |
+
"label2id": {
|
| 72 |
+
"LABEL_0": 0,
|
| 73 |
+
"LABEL_1": 1
|
| 74 |
+
},
|
| 75 |
+
"lm_d_model": 960,
|
| 76 |
+
"lm_dropout": 0.0,
|
| 77 |
+
"lm_encoder": {
|
| 78 |
+
"enabled": true,
|
| 79 |
+
"lm_dropout": 0.25,
|
| 80 |
+
"n_layers": 4,
|
| 81 |
+
"per_loop_lm_dropout": true
|
| 82 |
+
},
|
| 83 |
+
"lm_mask_pct": 0.0,
|
| 84 |
+
"lm_num_layers": 30,
|
| 85 |
+
"model_type": "esmfold2",
|
| 86 |
+
"msa_conditioning": false,
|
| 87 |
+
"msa_encoder": {
|
| 88 |
+
"d_hidden": 32,
|
| 89 |
+
"d_msa": 128,
|
| 90 |
+
"enabled": false,
|
| 91 |
+
"msa_head_width": 32,
|
| 92 |
+
"n_heads_msa": 8,
|
| 93 |
+
"n_layers": 4
|
| 94 |
+
},
|
| 95 |
+
"msa_encoder_overwrite": true,
|
| 96 |
+
"n_relative_chain_bins": 2,
|
| 97 |
+
"n_relative_residx_bins": 32,
|
| 98 |
+
"num_diffusion_samples": 16,
|
| 99 |
+
"num_loops": 3,
|
| 100 |
+
"output_attentions": false,
|
| 101 |
+
"output_hidden_states": false,
|
| 102 |
+
"parcae": {
|
| 103 |
+
"coda_n_layers": 2,
|
| 104 |
+
"enabled": true,
|
| 105 |
+
"max_steps": 6,
|
| 106 |
+
"min_steps": 1,
|
| 107 |
+
"poisson_mean": 3.0
|
| 108 |
+
},
|
| 109 |
+
"problem_type": null,
|
| 110 |
+
"return_dict": true,
|
| 111 |
+
"structure_head": {
|
| 112 |
+
"diffusion_module": {
|
| 113 |
+
"atom_num_blocks": 3,
|
| 114 |
+
"atom_num_heads": 4,
|
| 115 |
+
"c_atom": 128,
|
| 116 |
+
"c_s_inputs": 451,
|
| 117 |
+
"c_token": 768,
|
| 118 |
+
"c_z": 256,
|
| 119 |
+
"fourier_dim": 256,
|
| 120 |
+
"relpos_r_max": 32,
|
| 121 |
+
"relpos_s_max": 2,
|
| 122 |
+
"sigma_data": 16.0,
|
| 123 |
+
"token_num_blocks": 12,
|
| 124 |
+
"token_num_heads": 16,
|
| 125 |
+
"transition_multiplier": 2
|
| 126 |
+
},
|
| 127 |
+
"distogram_bins": 128,
|
| 128 |
+
"gamma_0": 0.605,
|
| 129 |
+
"gamma_min": 1.107,
|
| 130 |
+
"inference_num_steps": 15,
|
| 131 |
+
"inference_p": 8.0,
|
| 132 |
+
"inference_s_max": 160.0,
|
| 133 |
+
"inference_s_min": 0.0004,
|
| 134 |
+
"noise_scale": 0.901,
|
| 135 |
+
"step_scale": 1.638,
|
| 136 |
+
"train_noise_log_mean": -1.2,
|
| 137 |
+
"train_noise_log_std": 1.5
|
| 138 |
+
},
|
| 139 |
+
"transformers_version": "5.13.0",
|
| 140 |
+
"type": "experimental"
|
| 141 |
+
},
|
| 142 |
+
"environment": {
|
| 143 |
+
"cuda_runtime": "13.0",
|
| 144 |
+
"cuda_total_memory": 8585216000,
|
| 145 |
+
"gpu": "NVIDIA GeForce RTX 4070 Laptop GPU",
|
| 146 |
+
"gpu_capability": [
|
| 147 |
+
8,
|
| 148 |
+
9
|
| 149 |
+
],
|
| 150 |
+
"peak_memory_allocated": 1438637056,
|
| 151 |
+
"python": "3.12.14",
|
| 152 |
+
"torch": "2.13.0+cu130",
|
| 153 |
+
"transformers": "5.13.0"
|
| 154 |
+
},
|
| 155 |
+
"fold_snapshot": "/workspace/artifacts/esmfold2-small/fold300",
|
| 156 |
+
"folding_parameter_dtype": "float32",
|
| 157 |
+
"model_id": "esmfold2-300",
|
| 158 |
+
"num_diffusion_samples": 1,
|
| 159 |
+
"num_loops": 3,
|
| 160 |
+
"num_sampling_steps": 15,
|
| 161 |
+
"producer": "candidate",
|
| 162 |
+
"schema_version": 1,
|
| 163 |
+
"seed": 17,
|
| 164 |
+
"sequence": "MQYKLILNGKTLKGETTTEAVDAATAEKVFKQYANDNGVDGEWTYDDATKTFTVTE",
|
| 165 |
+
"source_files": {
|
| 166 |
+
"backbone": [
|
| 167 |
+
{
|
| 168 |
+
"path": ".cache/huggingface/.gitignore",
|
| 169 |
+
"size_bytes": 1
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"path": ".cache/huggingface/CACHEDIR.TAG",
|
| 173 |
+
"size_bytes": 195
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"path": ".cache/huggingface/download/config.json.metadata",
|
| 177 |
+
"size_bytes": 104
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"path": ".cache/huggingface/download/model.safetensors.metadata",
|
| 181 |
+
"size_bytes": 128
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"path": ".cache/huggingface/trees/46c5f7d562e47d4c14165b424c71ab7db008e6fb.json",
|
| 185 |
+
"size_bytes": 1528
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"path": "config.json",
|
| 189 |
+
"size_bytes": 746
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"path": "model.safetensors",
|
| 193 |
+
"size_bytes": 1332022944
|
| 194 |
+
}
|
| 195 |
+
],
|
| 196 |
+
"fold": [
|
| 197 |
+
{
|
| 198 |
+
"path": ".cache/huggingface/.gitignore",
|
| 199 |
+
"size_bytes": 1
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"path": ".cache/huggingface/CACHEDIR.TAG",
|
| 203 |
+
"size_bytes": 195
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"path": ".cache/huggingface/download/README.md.metadata",
|
| 207 |
+
"size_bytes": 103
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"path": ".cache/huggingface/download/config.json.metadata",
|
| 211 |
+
"size_bytes": 104
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"path": ".cache/huggingface/download/model.safetensors.metadata",
|
| 215 |
+
"size_bytes": 128
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"path": ".cache/huggingface/trees/21531e59002c9205284715e28ee802dafb430637.json",
|
| 219 |
+
"size_bytes": 659
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"path": "README.md",
|
| 223 |
+
"size_bytes": 810
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"path": "config.json",
|
| 227 |
+
"size_bytes": 2090
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"path": "model.safetensors",
|
| 231 |
+
"size_bytes": 684606540
|
| 232 |
+
}
|
| 233 |
+
]
|
| 234 |
+
},
|
| 235 |
+
"state_identity": {
|
| 236 |
+
"backbone": {
|
| 237 |
+
"sha256": "540867d48827f928d54e24efa42e3eb862a7e87c2efbad8f44b3f7bef854aa4d",
|
| 238 |
+
"tensor_count": 302
|
| 239 |
+
},
|
| 240 |
+
"fold": {
|
| 241 |
+
"sha256": "c0041b7d1814fbfc114bb08dce0ce8d0e32a24751ee39da60903976c899426d0",
|
| 242 |
+
"tensor_count": 820
|
| 243 |
+
}
|
| 244 |
+
},
|
| 245 |
+
"tensor_hashes": {
|
| 246 |
+
"feature__asym_id": "4384f666de6068cb79824519e4ee61147fae5d20ef57128fd6868b26dc9bc9dc",
|
| 247 |
+
"feature__atom_attention_mask": "ffcb8e7cdbac0c7d728416672f665bc6d49144d6e89bd98cf8f9d1759f01db34",
|
| 248 |
+
"feature__atom_to_token": "77b3a276db54f29e16c4cd55cd7f01d945bcf01da3fc6d963ba0e0bf8a02a172",
|
| 249 |
+
"feature__deletion_mean": "d715dd7ffcd2dad4d3f61c85661d981c7ad6bb708e8d5c2b1a61b4e6e5c3762a",
|
| 250 |
+
"feature__deletion_value": "357234216320438b45b29ebdc9f39702600dc06291a9aff46d48f598f6a746d9",
|
| 251 |
+
"feature__distogram_atom_idx": "30b6f4ba580a9823ea546c1e3062d747c55b9e10ff92575f2fee7d108ac03afd",
|
| 252 |
+
"feature__entity_id": "60d8b4ed60f591fead6ac23089395eac185d930d1a10522e6965a7718ef48f46",
|
| 253 |
+
"feature__has_deletion": "2b0db36e285cb62f61981ad3406942d27f0f13977d936298f523386faddcf288",
|
| 254 |
+
"feature__input_ids": "cc58c790e7b6c24ee598488df1a6d9caf5435f2f08c16ef8516af9d0d244a7c8",
|
| 255 |
+
"feature__mol_type": "4384f666de6068cb79824519e4ee61147fae5d20ef57128fd6868b26dc9bc9dc",
|
| 256 |
+
"feature__msa": "6d4fd19022c4fe8ad43f981b1c0f694791ffdd6b202a9302a974c931d345667f",
|
| 257 |
+
"feature__msa_attention_mask": "98efb6ca9467a86dc954392dd985343340ff8c00ade2f7715de3751806b54f5d",
|
| 258 |
+
"feature__ref_atom_name_chars": "bf368b67344b45ebc39d16aad5ec18fbade374125093d05aee27232da0ec09c6",
|
| 259 |
+
"feature__ref_charge": "0647ccec2eac92e0164150336a5ab7d7da709d7adee24470bf912915c94ea3ba",
|
| 260 |
+
"feature__ref_element": "3e71e8d13edcc063a7df97064e12c6f839fa5385d6dd3100a83fdecab3953abd",
|
| 261 |
+
"feature__ref_pos": "03690f4c221ff42556726e6b8f12979c30af9fd8a3de32351e0886c89254c2ff",
|
| 262 |
+
"feature__ref_space_uid": "77b3a276db54f29e16c4cd55cd7f01d945bcf01da3fc6d963ba0e0bf8a02a172",
|
| 263 |
+
"feature__res_type": "858a79402df986fd004b5084850ca2b1659c18a7ef9eb84fc5346bb27022e027",
|
| 264 |
+
"feature__residue_index": "da07d96adab4a6aa0306b553e729a31fbb975dd41be21dc4742433e24d917251",
|
| 265 |
+
"feature__sym_id": "4384f666de6068cb79824519e4ee61147fae5d20ef57128fd6868b26dc9bc9dc",
|
| 266 |
+
"feature__token_attention_mask": "d89a70754c9d760a78dbb9489c6c8590390368c0bfca33d8af7ab8e2a356683f",
|
| 267 |
+
"feature__token_bonds": "17093e521750c8ac2ecfe6c6d366e3f7fd43758573571dec17e1f6741b1b2cdb",
|
| 268 |
+
"feature__token_index": "da07d96adab4a6aa0306b553e729a31fbb975dd41be21dc4742433e24d917251",
|
| 269 |
+
"hidden__lm": "96a1d7a61727f881c2277a3653de2338861cc0c282e05e9da1870b4f0f5512d9",
|
| 270 |
+
"noise__initial_standard_normal": "d001ab2ad141e3a6b9668a1bcca4c6b187193cda7f242af45e944290bc3333ba",
|
| 271 |
+
"output__atom_pad_mask": "ffcb8e7cdbac0c7d728416672f665bc6d49144d6e89bd98cf8f9d1759f01db34",
|
| 272 |
+
"output__distogram_logits": "14db8b4cf53d850a2b4232adb4f53d3aff4aa5559a126d4dcd9bbb8e9d95c279",
|
| 273 |
+
"output__entity_id": "60d8b4ed60f591fead6ac23089395eac185d930d1a10522e6965a7718ef48f46",
|
| 274 |
+
"output__last_hidden_state": "7575669e9a8aa846a4648e46f73383e7d87b527221d1d0f5ff8d6474c552f1a2",
|
| 275 |
+
"output__representative_atom_coords": "9909546d6cdb7f8344f614620f8f716e03b112ada0e95e7df249b1ffefd8b08a",
|
| 276 |
+
"output__residue_index": "da07d96adab4a6aa0306b553e729a31fbb975dd41be21dc4742433e24d917251",
|
| 277 |
+
"output__sample_atom_coords": "0eecbec45d5aeb484ccda64a9d113cd1dba304db726fbccff61a0899a0d80eeb",
|
| 278 |
+
"projection__base_z_mlp_input": "227e0b74ef9fe1c3eccfd7e388a13454e366bb49a787a1379e0151efe63aa739"
|
| 279 |
+
},
|
| 280 |
+
"tensor_keys": [
|
| 281 |
+
"feature__asym_id",
|
| 282 |
+
"feature__atom_attention_mask",
|
| 283 |
+
"feature__atom_to_token",
|
| 284 |
+
"feature__deletion_mean",
|
| 285 |
+
"feature__deletion_value",
|
| 286 |
+
"feature__distogram_atom_idx",
|
| 287 |
+
"feature__entity_id",
|
| 288 |
+
"feature__has_deletion",
|
| 289 |
+
"feature__input_ids",
|
| 290 |
+
"feature__mol_type",
|
| 291 |
+
"feature__msa",
|
| 292 |
+
"feature__msa_attention_mask",
|
| 293 |
+
"feature__ref_atom_name_chars",
|
| 294 |
+
"feature__ref_charge",
|
| 295 |
+
"feature__ref_element",
|
| 296 |
+
"feature__ref_pos",
|
| 297 |
+
"feature__ref_space_uid",
|
| 298 |
+
"feature__res_type",
|
| 299 |
+
"feature__residue_index",
|
| 300 |
+
"feature__sym_id",
|
| 301 |
+
"feature__token_attention_mask",
|
| 302 |
+
"feature__token_bonds",
|
| 303 |
+
"feature__token_index",
|
| 304 |
+
"hidden__lm",
|
| 305 |
+
"noise__initial_standard_normal",
|
| 306 |
+
"output__atom_pad_mask",
|
| 307 |
+
"output__distogram_logits",
|
| 308 |
+
"output__entity_id",
|
| 309 |
+
"output__last_hidden_state",
|
| 310 |
+
"output__representative_atom_coords",
|
| 311 |
+
"output__residue_index",
|
| 312 |
+
"output__sample_atom_coords",
|
| 313 |
+
"projection__base_z_mlp_input"
|
| 314 |
+
]
|
| 315 |
+
}
|
docs/validation/esmfold2_small_300_comparison.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"candidate": "artifacts/esmfold2-small/candidate",
|
| 3 |
+
"exact_tensors": {
|
| 4 |
+
"feature__asym_id": "equal",
|
| 5 |
+
"feature__atom_attention_mask": "equal",
|
| 6 |
+
"feature__atom_to_token": "equal",
|
| 7 |
+
"feature__deletion_mean": "equal",
|
| 8 |
+
"feature__deletion_value": "equal",
|
| 9 |
+
"feature__distogram_atom_idx": "equal",
|
| 10 |
+
"feature__entity_id": "equal",
|
| 11 |
+
"feature__has_deletion": "equal",
|
| 12 |
+
"feature__input_ids": "equal",
|
| 13 |
+
"feature__mol_type": "equal",
|
| 14 |
+
"feature__msa": "equal",
|
| 15 |
+
"feature__msa_attention_mask": "equal",
|
| 16 |
+
"feature__ref_atom_name_chars": "equal",
|
| 17 |
+
"feature__ref_charge": "equal",
|
| 18 |
+
"feature__ref_element": "equal",
|
| 19 |
+
"feature__ref_pos": "equal",
|
| 20 |
+
"feature__ref_space_uid": "equal",
|
| 21 |
+
"feature__res_type": "equal",
|
| 22 |
+
"feature__residue_index": "equal",
|
| 23 |
+
"feature__sym_id": "equal",
|
| 24 |
+
"feature__token_attention_mask": "equal",
|
| 25 |
+
"feature__token_bonds": "equal",
|
| 26 |
+
"feature__token_index": "equal",
|
| 27 |
+
"noise__initial_standard_normal": "equal"
|
| 28 |
+
},
|
| 29 |
+
"failures": [],
|
| 30 |
+
"geometry": {
|
| 31 |
+
"ca_rmsd": 0.07748135179281235,
|
| 32 |
+
"lddt_ca": 1.0
|
| 33 |
+
},
|
| 34 |
+
"numeric": {
|
| 35 |
+
"hidden__lm": {
|
| 36 |
+
"pooled_cosine_min": 1.0000007152557373,
|
| 37 |
+
"relative_l2": 7.166183877416188e-07,
|
| 38 |
+
"relative_q999": 6.865271870992729e-07,
|
| 39 |
+
"residue_cosine_p01": 1.0000004768371582
|
| 40 |
+
},
|
| 41 |
+
"output__atom_pad_mask": {
|
| 42 |
+
"max_abs": 0.0,
|
| 43 |
+
"mean_abs": 0.0,
|
| 44 |
+
"relative_l2": 0.0
|
| 45 |
+
},
|
| 46 |
+
"output__distogram_logits": {
|
| 47 |
+
"max_abs": 1.0,
|
| 48 |
+
"mean_abs": 0.07992647588253021,
|
| 49 |
+
"relative_l2": 0.009732905775308609
|
| 50 |
+
},
|
| 51 |
+
"output__entity_id": {
|
| 52 |
+
"max_abs": 0.0,
|
| 53 |
+
"mean_abs": 0.0,
|
| 54 |
+
"relative_l2": 0.0
|
| 55 |
+
},
|
| 56 |
+
"output__residue_index": {
|
| 57 |
+
"max_abs": 0.0,
|
| 58 |
+
"mean_abs": 0.0,
|
| 59 |
+
"relative_l2": 0.0
|
| 60 |
+
},
|
| 61 |
+
"output__sample_atom_coords": {
|
| 62 |
+
"max_abs": 22.109264373779297,
|
| 63 |
+
"mean_abs": 6.068988800048828,
|
| 64 |
+
"relative_l2": 1.164304494857788
|
| 65 |
+
},
|
| 66 |
+
"projection__base_z_mlp_input": {
|
| 67 |
+
"pooled_cosine_min": 0.9999999403953552,
|
| 68 |
+
"relative_l2": 0.001845383201725781,
|
| 69 |
+
"relative_q999": 0.0028090658597648144,
|
| 70 |
+
"residue_cosine_p01": 0.9999967217445374
|
| 71 |
+
}
|
| 72 |
+
},
|
| 73 |
+
"reference": "artifacts/esmfold2-small/reference",
|
| 74 |
+
"schema_version": 1,
|
| 75 |
+
"status": "passed"
|
| 76 |
+
}
|
docs/validation/esmfold2_small_300_reference_metadata.json
ADDED
|
@@ -0,0 +1,320 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attention_backend": "sdpa",
|
| 3 |
+
"backbone_compute_dtype": "bfloat16",
|
| 4 |
+
"backbone_snapshot": "/workspace/artifacts/esmfold2-small/official-backbone300",
|
| 5 |
+
"chunk_size": 32,
|
| 6 |
+
"confidence_head_enabled": false,
|
| 7 |
+
"config": {
|
| 8 |
+
"_name_or_path": "artifacts/esmfold2-small/fold300",
|
| 9 |
+
"add_cross_attention": false,
|
| 10 |
+
"architectures": [
|
| 11 |
+
"ESMFold2ExperimentalModel"
|
| 12 |
+
],
|
| 13 |
+
"attn_implementation": "sdpa",
|
| 14 |
+
"bad_words_ids": null,
|
| 15 |
+
"begin_suppress_tokens": null,
|
| 16 |
+
"bos_token_id": null,
|
| 17 |
+
"chunk_size_feed_forward": 0,
|
| 18 |
+
"confidence_head": {
|
| 19 |
+
"distogram_bins": 128,
|
| 20 |
+
"enabled": false,
|
| 21 |
+
"folding_trunk": {
|
| 22 |
+
"dropout": 0.25,
|
| 23 |
+
"n_heads": 8,
|
| 24 |
+
"n_layers": 4
|
| 25 |
+
},
|
| 26 |
+
"max_dist": 52.0,
|
| 27 |
+
"min_dist": 2.0,
|
| 28 |
+
"num_pae_bins": 64,
|
| 29 |
+
"num_pde_bins": 64,
|
| 30 |
+
"num_plddt_bins": 50
|
| 31 |
+
},
|
| 32 |
+
"cross_attention_hidden_size": null,
|
| 33 |
+
"d_pair": 256,
|
| 34 |
+
"d_single": 384,
|
| 35 |
+
"decoder_start_token_id": null,
|
| 36 |
+
"disable_msa_features": true,
|
| 37 |
+
"diversity_penalty": 0.0,
|
| 38 |
+
"do_sample": false,
|
| 39 |
+
"dtype": "float32",
|
| 40 |
+
"early_stopping": false,
|
| 41 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 42 |
+
"eos_token_id": null,
|
| 43 |
+
"esmc_id": "biohub/ESMC-300M-1500000",
|
| 44 |
+
"exponential_decay_length_penalty": null,
|
| 45 |
+
"finetuning_task": null,
|
| 46 |
+
"folding_trunk": {
|
| 47 |
+
"dropout": 0.25,
|
| 48 |
+
"n_heads": 8,
|
| 49 |
+
"n_layers": 24
|
| 50 |
+
},
|
| 51 |
+
"force_lm_dropout_during_inference": false,
|
| 52 |
+
"forced_bos_token_id": null,
|
| 53 |
+
"forced_eos_token_id": null,
|
| 54 |
+
"id2label": {
|
| 55 |
+
"0": "LABEL_0",
|
| 56 |
+
"1": "LABEL_1"
|
| 57 |
+
},
|
| 58 |
+
"inputs": {
|
| 59 |
+
"atom_encoder": {
|
| 60 |
+
"d_atom": 128,
|
| 61 |
+
"d_token": 768,
|
| 62 |
+
"expansion_ratio": 2,
|
| 63 |
+
"n_blocks": 3,
|
| 64 |
+
"n_heads": 4,
|
| 65 |
+
"n_spatial_rope_pairs_per_axis": 2,
|
| 66 |
+
"n_uid_rope_pairs": 10,
|
| 67 |
+
"spatial_rope_base_frequency": 20.0,
|
| 68 |
+
"swa_window_size": 128,
|
| 69 |
+
"uid_rope_base_frequency": 10000.0
|
| 70 |
+
},
|
| 71 |
+
"d_inputs": 451
|
| 72 |
+
},
|
| 73 |
+
"is_decoder": false,
|
| 74 |
+
"is_encoder_decoder": false,
|
| 75 |
+
"label2id": {
|
| 76 |
+
"LABEL_0": 0,
|
| 77 |
+
"LABEL_1": 1
|
| 78 |
+
},
|
| 79 |
+
"length_penalty": 1.0,
|
| 80 |
+
"lm_d_model": 960,
|
| 81 |
+
"lm_dropout": 0.0,
|
| 82 |
+
"lm_encoder": {
|
| 83 |
+
"enabled": true,
|
| 84 |
+
"lm_dropout": 0.25,
|
| 85 |
+
"n_layers": 4,
|
| 86 |
+
"per_loop_lm_dropout": true
|
| 87 |
+
},
|
| 88 |
+
"lm_num_layers": 30,
|
| 89 |
+
"max_length": 20,
|
| 90 |
+
"min_length": 0,
|
| 91 |
+
"model_type": "esmfold2",
|
| 92 |
+
"msa_encoder": {
|
| 93 |
+
"d_hidden": 32,
|
| 94 |
+
"d_msa": 128,
|
| 95 |
+
"enabled": false,
|
| 96 |
+
"msa_head_width": 32,
|
| 97 |
+
"n_heads_msa": 8,
|
| 98 |
+
"n_layers": 4
|
| 99 |
+
},
|
| 100 |
+
"msa_encoder_overwrite": true,
|
| 101 |
+
"n_relative_chain_bins": 2,
|
| 102 |
+
"n_relative_residx_bins": 32,
|
| 103 |
+
"no_repeat_ngram_size": 0,
|
| 104 |
+
"num_beam_groups": 1,
|
| 105 |
+
"num_beams": 1,
|
| 106 |
+
"num_diffusion_samples": 16,
|
| 107 |
+
"num_loops": 3,
|
| 108 |
+
"num_return_sequences": 1,
|
| 109 |
+
"output_attentions": false,
|
| 110 |
+
"output_hidden_states": false,
|
| 111 |
+
"output_scores": false,
|
| 112 |
+
"pad_token_id": null,
|
| 113 |
+
"parcae": {
|
| 114 |
+
"coda_n_layers": 2,
|
| 115 |
+
"enabled": true,
|
| 116 |
+
"max_steps": 6,
|
| 117 |
+
"min_steps": 1,
|
| 118 |
+
"poisson_mean": 3.0
|
| 119 |
+
},
|
| 120 |
+
"prefix": null,
|
| 121 |
+
"problem_type": null,
|
| 122 |
+
"pruned_heads": {},
|
| 123 |
+
"remove_invalid_values": false,
|
| 124 |
+
"repetition_penalty": 1.0,
|
| 125 |
+
"return_dict": true,
|
| 126 |
+
"return_dict_in_generate": false,
|
| 127 |
+
"sep_token_id": null,
|
| 128 |
+
"structure_head": {
|
| 129 |
+
"diffusion_module": {
|
| 130 |
+
"atom_num_blocks": 3,
|
| 131 |
+
"atom_num_heads": 4,
|
| 132 |
+
"c_atom": 128,
|
| 133 |
+
"c_s_inputs": 451,
|
| 134 |
+
"c_token": 768,
|
| 135 |
+
"c_z": 256,
|
| 136 |
+
"fourier_dim": 256,
|
| 137 |
+
"relpos_r_max": 32,
|
| 138 |
+
"relpos_s_max": 2,
|
| 139 |
+
"sigma_data": 16.0,
|
| 140 |
+
"token_num_blocks": 12,
|
| 141 |
+
"token_num_heads": 16,
|
| 142 |
+
"transition_multiplier": 2
|
| 143 |
+
},
|
| 144 |
+
"distogram_bins": 128,
|
| 145 |
+
"gamma_0": 0.605,
|
| 146 |
+
"gamma_min": 1.107,
|
| 147 |
+
"inference_num_steps": 15,
|
| 148 |
+
"inference_p": 8.0,
|
| 149 |
+
"inference_s_max": 160.0,
|
| 150 |
+
"inference_s_min": 0.0004,
|
| 151 |
+
"noise_scale": 0.901,
|
| 152 |
+
"step_scale": 1.638,
|
| 153 |
+
"train_noise_log_mean": -1.2,
|
| 154 |
+
"train_noise_log_std": 1.5
|
| 155 |
+
},
|
| 156 |
+
"suppress_tokens": null,
|
| 157 |
+
"task_specific_params": null,
|
| 158 |
+
"temperature": 1.0,
|
| 159 |
+
"tf_legacy_loss": false,
|
| 160 |
+
"tie_encoder_decoder": false,
|
| 161 |
+
"tie_word_embeddings": true,
|
| 162 |
+
"tokenizer_class": null,
|
| 163 |
+
"top_k": 50,
|
| 164 |
+
"top_p": 1.0,
|
| 165 |
+
"torchscript": false,
|
| 166 |
+
"transformers_version": "4.57.6",
|
| 167 |
+
"type": "experimental",
|
| 168 |
+
"typical_p": 1.0,
|
| 169 |
+
"use_bfloat16": false
|
| 170 |
+
},
|
| 171 |
+
"environment": {
|
| 172 |
+
"cuda_runtime": "13.0",
|
| 173 |
+
"cuda_total_memory": 8585216000,
|
| 174 |
+
"gpu": "NVIDIA GeForce RTX 4070 Laptop GPU",
|
| 175 |
+
"gpu_capability": [
|
| 176 |
+
8,
|
| 177 |
+
9
|
| 178 |
+
],
|
| 179 |
+
"peak_memory_allocated": 1454067200,
|
| 180 |
+
"python": "3.12.14",
|
| 181 |
+
"torch": "2.13.0+cu130",
|
| 182 |
+
"transformers": "4.57.6"
|
| 183 |
+
},
|
| 184 |
+
"fold_snapshot": "/workspace/artifacts/esmfold2-small/fold300",
|
| 185 |
+
"folding_parameter_dtype": "float32",
|
| 186 |
+
"model_id": "esmfold2-300",
|
| 187 |
+
"num_diffusion_samples": 1,
|
| 188 |
+
"num_loops": 3,
|
| 189 |
+
"num_sampling_steps": 15,
|
| 190 |
+
"producer": "reference",
|
| 191 |
+
"schema_version": 1,
|
| 192 |
+
"seed": 17,
|
| 193 |
+
"sequence": "MQYKLILNGKTLKGETTTEAVDAATAEKVFKQYANDNGVDGEWTYDDATKTFTVTE",
|
| 194 |
+
"source_files": {
|
| 195 |
+
"backbone": [
|
| 196 |
+
{
|
| 197 |
+
"path": "config.json",
|
| 198 |
+
"size_bytes": 190
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"path": "model.safetensors",
|
| 202 |
+
"size_bytes": 1328079584
|
| 203 |
+
}
|
| 204 |
+
],
|
| 205 |
+
"fold": [
|
| 206 |
+
{
|
| 207 |
+
"path": ".cache/huggingface/.gitignore",
|
| 208 |
+
"size_bytes": 1
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"path": ".cache/huggingface/CACHEDIR.TAG",
|
| 212 |
+
"size_bytes": 195
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"path": ".cache/huggingface/download/README.md.metadata",
|
| 216 |
+
"size_bytes": 103
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"path": ".cache/huggingface/download/config.json.metadata",
|
| 220 |
+
"size_bytes": 104
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"path": ".cache/huggingface/download/model.safetensors.metadata",
|
| 224 |
+
"size_bytes": 128
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"path": ".cache/huggingface/trees/21531e59002c9205284715e28ee802dafb430637.json",
|
| 228 |
+
"size_bytes": 659
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"path": "README.md",
|
| 232 |
+
"size_bytes": 810
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"path": "config.json",
|
| 236 |
+
"size_bytes": 2090
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"path": "model.safetensors",
|
| 240 |
+
"size_bytes": 684606540
|
| 241 |
+
}
|
| 242 |
+
]
|
| 243 |
+
},
|
| 244 |
+
"state_identity": {
|
| 245 |
+
"backbone": {
|
| 246 |
+
"sha256": "540867d48827f928d54e24efa42e3eb862a7e87c2efbad8f44b3f7bef854aa4d",
|
| 247 |
+
"tensor_count": 302
|
| 248 |
+
},
|
| 249 |
+
"fold": {
|
| 250 |
+
"sha256": "c0041b7d1814fbfc114bb08dce0ce8d0e32a24751ee39da60903976c899426d0",
|
| 251 |
+
"tensor_count": 820
|
| 252 |
+
}
|
| 253 |
+
},
|
| 254 |
+
"tensor_hashes": {
|
| 255 |
+
"feature__asym_id": "4384f666de6068cb79824519e4ee61147fae5d20ef57128fd6868b26dc9bc9dc",
|
| 256 |
+
"feature__atom_attention_mask": "ffcb8e7cdbac0c7d728416672f665bc6d49144d6e89bd98cf8f9d1759f01db34",
|
| 257 |
+
"feature__atom_to_token": "77b3a276db54f29e16c4cd55cd7f01d945bcf01da3fc6d963ba0e0bf8a02a172",
|
| 258 |
+
"feature__deletion_mean": "d715dd7ffcd2dad4d3f61c85661d981c7ad6bb708e8d5c2b1a61b4e6e5c3762a",
|
| 259 |
+
"feature__deletion_value": "357234216320438b45b29ebdc9f39702600dc06291a9aff46d48f598f6a746d9",
|
| 260 |
+
"feature__distogram_atom_idx": "30b6f4ba580a9823ea546c1e3062d747c55b9e10ff92575f2fee7d108ac03afd",
|
| 261 |
+
"feature__entity_id": "60d8b4ed60f591fead6ac23089395eac185d930d1a10522e6965a7718ef48f46",
|
| 262 |
+
"feature__has_deletion": "2b0db36e285cb62f61981ad3406942d27f0f13977d936298f523386faddcf288",
|
| 263 |
+
"feature__input_ids": "cc58c790e7b6c24ee598488df1a6d9caf5435f2f08c16ef8516af9d0d244a7c8",
|
| 264 |
+
"feature__mol_type": "4384f666de6068cb79824519e4ee61147fae5d20ef57128fd6868b26dc9bc9dc",
|
| 265 |
+
"feature__msa": "6d4fd19022c4fe8ad43f981b1c0f694791ffdd6b202a9302a974c931d345667f",
|
| 266 |
+
"feature__msa_attention_mask": "98efb6ca9467a86dc954392dd985343340ff8c00ade2f7715de3751806b54f5d",
|
| 267 |
+
"feature__ref_atom_name_chars": "bf368b67344b45ebc39d16aad5ec18fbade374125093d05aee27232da0ec09c6",
|
| 268 |
+
"feature__ref_charge": "0647ccec2eac92e0164150336a5ab7d7da709d7adee24470bf912915c94ea3ba",
|
| 269 |
+
"feature__ref_element": "3e71e8d13edcc063a7df97064e12c6f839fa5385d6dd3100a83fdecab3953abd",
|
| 270 |
+
"feature__ref_pos": "03690f4c221ff42556726e6b8f12979c30af9fd8a3de32351e0886c89254c2ff",
|
| 271 |
+
"feature__ref_space_uid": "77b3a276db54f29e16c4cd55cd7f01d945bcf01da3fc6d963ba0e0bf8a02a172",
|
| 272 |
+
"feature__res_type": "858a79402df986fd004b5084850ca2b1659c18a7ef9eb84fc5346bb27022e027",
|
| 273 |
+
"feature__residue_index": "da07d96adab4a6aa0306b553e729a31fbb975dd41be21dc4742433e24d917251",
|
| 274 |
+
"feature__sym_id": "4384f666de6068cb79824519e4ee61147fae5d20ef57128fd6868b26dc9bc9dc",
|
| 275 |
+
"feature__token_attention_mask": "d89a70754c9d760a78dbb9489c6c8590390368c0bfca33d8af7ab8e2a356683f",
|
| 276 |
+
"feature__token_bonds": "17093e521750c8ac2ecfe6c6d366e3f7fd43758573571dec17e1f6741b1b2cdb",
|
| 277 |
+
"feature__token_index": "da07d96adab4a6aa0306b553e729a31fbb975dd41be21dc4742433e24d917251",
|
| 278 |
+
"hidden__lm": "ac4ce184d0e69365d00ee2394c0fdc28a2b2dc2da34f18fd6cedba5ad527c3f5",
|
| 279 |
+
"noise__initial_standard_normal": "d001ab2ad141e3a6b9668a1bcca4c6b187193cda7f242af45e944290bc3333ba",
|
| 280 |
+
"output__atom_pad_mask": "ffcb8e7cdbac0c7d728416672f665bc6d49144d6e89bd98cf8f9d1759f01db34",
|
| 281 |
+
"output__distogram_logits": "bafa6b4e7323c0940ed9d16e246a305c5551f67641c50bd8c20df36d93ad4c3f",
|
| 282 |
+
"output__entity_id": "60d8b4ed60f591fead6ac23089395eac185d930d1a10522e6965a7718ef48f46",
|
| 283 |
+
"output__residue_index": "da07d96adab4a6aa0306b553e729a31fbb975dd41be21dc4742433e24d917251",
|
| 284 |
+
"output__sample_atom_coords": "3cdf266474e330a2796b904a09743be82ca0df8b20faabc23ac646371a659058",
|
| 285 |
+
"projection__base_z_mlp_input": "7e820c092585b5651010235016c77cc64e0765ee968b4b8046a26aa9c92e6b37"
|
| 286 |
+
},
|
| 287 |
+
"tensor_keys": [
|
| 288 |
+
"feature__asym_id",
|
| 289 |
+
"feature__atom_attention_mask",
|
| 290 |
+
"feature__atom_to_token",
|
| 291 |
+
"feature__deletion_mean",
|
| 292 |
+
"feature__deletion_value",
|
| 293 |
+
"feature__distogram_atom_idx",
|
| 294 |
+
"feature__entity_id",
|
| 295 |
+
"feature__has_deletion",
|
| 296 |
+
"feature__input_ids",
|
| 297 |
+
"feature__mol_type",
|
| 298 |
+
"feature__msa",
|
| 299 |
+
"feature__msa_attention_mask",
|
| 300 |
+
"feature__ref_atom_name_chars",
|
| 301 |
+
"feature__ref_charge",
|
| 302 |
+
"feature__ref_element",
|
| 303 |
+
"feature__ref_pos",
|
| 304 |
+
"feature__ref_space_uid",
|
| 305 |
+
"feature__res_type",
|
| 306 |
+
"feature__residue_index",
|
| 307 |
+
"feature__sym_id",
|
| 308 |
+
"feature__token_attention_mask",
|
| 309 |
+
"feature__token_bonds",
|
| 310 |
+
"feature__token_index",
|
| 311 |
+
"hidden__lm",
|
| 312 |
+
"noise__initial_standard_normal",
|
| 313 |
+
"output__atom_pad_mask",
|
| 314 |
+
"output__distogram_logits",
|
| 315 |
+
"output__entity_id",
|
| 316 |
+
"output__residue_index",
|
| 317 |
+
"output__sample_atom_coords",
|
| 318 |
+
"projection__base_z_mlp_input"
|
| 319 |
+
]
|
| 320 |
+
}
|
docs/validation/esmfold2_small_dependencies.json
ADDED
|
@@ -0,0 +1,365 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"compiled_standard_artifact": {
|
| 3 |
+
"files": [
|
| 4 |
+
{
|
| 5 |
+
"path": "LICENSES/FastPLMs-Apache-2.0.txt",
|
| 6 |
+
"present": true,
|
| 7 |
+
"sha256": "2d2b50c7b1414bff1189a1db1f0cfb92e3e064b50f4c2b1019827b683e1b629a"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"path": "LICENSES/biohub-esm/LICENSE.md",
|
| 11 |
+
"present": true,
|
| 12 |
+
"sha256": "b63df9ca1dd96b3b21eec226b51b236d0bd152ac20eafc43aad46bf832b48d8a"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"path": "LICENSES/biohub-esm/THIRD_PARTY_NOTICE.md",
|
| 16 |
+
"present": true,
|
| 17 |
+
"sha256": "5bff8515ba4e0f53abdc43714c180b79c5b606160497d98de741a369cb9b6a23"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"path": "LICENSES/biohub-transformers/LICENSE",
|
| 21 |
+
"present": true,
|
| 22 |
+
"sha256": "77fd4710def9ec3c0f6225800e0235f15a425abd4a8b03559127fcd782612049"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"path": "THIRD_PARTY_NOTICES.md",
|
| 26 |
+
"present": true,
|
| 27 |
+
"sha256": "25704b3c76404696cae52e7fca13088d329f70f412687340351259e86cd62baa"
|
| 28 |
+
}
|
| 29 |
+
],
|
| 30 |
+
"license_files": [
|
| 31 |
+
"LICENSES/FastPLMs-Apache-2.0.txt",
|
| 32 |
+
"LICENSES/biohub-esm/LICENSE.md",
|
| 33 |
+
"LICENSES/biohub-esm/THIRD_PARTY_NOTICE.md",
|
| 34 |
+
"LICENSES/biohub-transformers/LICENSE",
|
| 35 |
+
"THIRD_PARTY_NOTICES.md"
|
| 36 |
+
],
|
| 37 |
+
"path": "dist/hub/ESMplusplus_small",
|
| 38 |
+
"source_metadata": {
|
| 39 |
+
"checkpoint_license": "MIT",
|
| 40 |
+
"redistributable": true,
|
| 41 |
+
"weights_license_status": "resolved"
|
| 42 |
+
},
|
| 43 |
+
"source_upstream_ids": [
|
| 44 |
+
"biohub-esm",
|
| 45 |
+
"biohub-transformers"
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"models": [
|
| 49 |
+
{
|
| 50 |
+
"backbone_legal_upstreams": [
|
| 51 |
+
"biohub-esm",
|
| 52 |
+
"biohub-transformers"
|
| 53 |
+
],
|
| 54 |
+
"folding_checkpoint": {
|
| 55 |
+
"files": [
|
| 56 |
+
{
|
| 57 |
+
"expected": "git-sha1:8c9a04fe22b0e5fca77bc4e2861a12c9494ef4d4",
|
| 58 |
+
"matches": true,
|
| 59 |
+
"observed": "git-sha1:8c9a04fe22b0e5fca77bc4e2861a12c9494ef4d4",
|
| 60 |
+
"path": "config.json",
|
| 61 |
+
"present": true
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"expected": "sha256:44d6797c5efebf24753d502b40950e0874871c96ceea14f2d7f7e39cebac67fd",
|
| 65 |
+
"matches": true,
|
| 66 |
+
"observed": "sha256:44d6797c5efebf24753d502b40950e0874871c96ceea14f2d7f7e39cebac67fd",
|
| 67 |
+
"path": "model.safetensors",
|
| 68 |
+
"present": true
|
| 69 |
+
}
|
| 70 |
+
],
|
| 71 |
+
"snapshot": "artifacts/esmfold2-small/fold300",
|
| 72 |
+
"source": {
|
| 73 |
+
"files": {
|
| 74 |
+
"config.json": "git-sha1:8c9a04fe22b0e5fca77bc4e2861a12c9494ef4d4",
|
| 75 |
+
"model.safetensors": "sha256:44d6797c5efebf24753d502b40950e0874871c96ceea14f2d7f7e39cebac67fd"
|
| 76 |
+
},
|
| 77 |
+
"repo_id": "biohub/ESMFold2-Experimental-Fast-base300M-step1500k",
|
| 78 |
+
"revision": "21531e59002c9205284715e28ee802dafb430637"
|
| 79 |
+
}
|
| 80 |
+
},
|
| 81 |
+
"legal_upstreams": [
|
| 82 |
+
"biohub-esm",
|
| 83 |
+
"biohub-transformers",
|
| 84 |
+
"protein-ttt"
|
| 85 |
+
],
|
| 86 |
+
"model_id": "esmfold2_300",
|
| 87 |
+
"native_backbone": {
|
| 88 |
+
"files": [
|
| 89 |
+
{
|
| 90 |
+
"expected": "git-sha1:7fe728a0eb3fb81b24491d6cc1de816bf7797c27",
|
| 91 |
+
"matches": true,
|
| 92 |
+
"observed": "git-sha1:7fe728a0eb3fb81b24491d6cc1de816bf7797c27",
|
| 93 |
+
"path": "config.json",
|
| 94 |
+
"present": true
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"expected": "sha256:8bd6cacf9b5a92d51954b64b20407f1f9f564a7e4849b8663470784d2a8b7ed2",
|
| 98 |
+
"matches": true,
|
| 99 |
+
"observed": "sha256:8bd6cacf9b5a92d51954b64b20407f1f9f564a7e4849b8663470784d2a8b7ed2",
|
| 100 |
+
"path": "model.safetensors",
|
| 101 |
+
"present": true
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"expected": "git-sha1:81c797f56768b22dec0301fa771f018b7e43e98c",
|
| 105 |
+
"matches": true,
|
| 106 |
+
"observed": "git-sha1:81c797f56768b22dec0301fa771f018b7e43e98c",
|
| 107 |
+
"path": "tokenizer.json",
|
| 108 |
+
"present": true
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"expected": "git-sha1:f49f57b24a1c93bd544974811e8ecbd61b7fae89",
|
| 112 |
+
"matches": true,
|
| 113 |
+
"observed": "git-sha1:f49f57b24a1c93bd544974811e8ecbd61b7fae89",
|
| 114 |
+
"path": "tokenizer_config.json",
|
| 115 |
+
"present": true
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"expected": "git-sha1:c907ee1dc19b24241749b32d665c291c7e6e8e4b",
|
| 119 |
+
"matches": true,
|
| 120 |
+
"observed": "git-sha1:c907ee1dc19b24241749b32d665c291c7e6e8e4b",
|
| 121 |
+
"path": "special_tokens_map.json",
|
| 122 |
+
"present": true
|
| 123 |
+
}
|
| 124 |
+
],
|
| 125 |
+
"snapshot": "artifacts/esmfold2-small/backbone300",
|
| 126 |
+
"source": {
|
| 127 |
+
"files": {
|
| 128 |
+
"config.json": "git-sha1:7fe728a0eb3fb81b24491d6cc1de816bf7797c27",
|
| 129 |
+
"model.safetensors": "sha256:8bd6cacf9b5a92d51954b64b20407f1f9f564a7e4849b8663470784d2a8b7ed2",
|
| 130 |
+
"special_tokens_map.json": "git-sha1:c907ee1dc19b24241749b32d665c291c7e6e8e4b",
|
| 131 |
+
"tokenizer.json": "git-sha1:81c797f56768b22dec0301fa771f018b7e43e98c",
|
| 132 |
+
"tokenizer_config.json": "git-sha1:f49f57b24a1c93bd544974811e8ecbd61b7fae89"
|
| 133 |
+
},
|
| 134 |
+
"repo_id": "biohub/ESMC-300M-1500000",
|
| 135 |
+
"revision": "56803b6378b82e16c3b24aac49d1fce4445540b7"
|
| 136 |
+
}
|
| 137 |
+
},
|
| 138 |
+
"standard_backbone": {
|
| 139 |
+
"model_id": "esmc_small",
|
| 140 |
+
"required_for_comparison": [
|
| 141 |
+
"config.json",
|
| 142 |
+
"model.safetensors"
|
| 143 |
+
],
|
| 144 |
+
"snapshot": "artifacts/esmfold2-small/standard300",
|
| 145 |
+
"source": {
|
| 146 |
+
"files": {
|
| 147 |
+
"config.json": "git-sha1:df2f44187157b0cc371c48c887b77b1783679201",
|
| 148 |
+
"model.safetensors": "sha256:d099223765bc4f1ae8d6c7e18561ce41df1d54073fdc5327ef0a229235a8f52a",
|
| 149 |
+
"special_tokens_map.json": "git-sha1:c907ee1dc19b24241749b32d665c291c7e6e8e4b",
|
| 150 |
+
"tokenizer.json": "git-sha1:f49735e56cebab0e791aeaae777757b7fd114f71",
|
| 151 |
+
"tokenizer_config.json": "git-sha1:2985ed2b8aa8ecfb1d12f53f47d2b8a44cc21756"
|
| 152 |
+
},
|
| 153 |
+
"repo_id": "Synthyra/ESMplusplus_small",
|
| 154 |
+
"revision": "46c5f7d562e47d4c14165b424c71ab7db008e6fb"
|
| 155 |
+
}
|
| 156 |
+
}
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"backbone_legal_upstreams": [
|
| 160 |
+
"biohub-esm",
|
| 161 |
+
"biohub-transformers"
|
| 162 |
+
],
|
| 163 |
+
"folding_checkpoint": {
|
| 164 |
+
"files": [
|
| 165 |
+
{
|
| 166 |
+
"expected": "git-sha1:95517e555f17a1eca4b68866c89033a1f6916a5d",
|
| 167 |
+
"matches": true,
|
| 168 |
+
"observed": "git-sha1:95517e555f17a1eca4b68866c89033a1f6916a5d",
|
| 169 |
+
"path": "config.json",
|
| 170 |
+
"present": true
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"expected": "sha256:11a53c1b4700b6c62a5a464fc3ec7076160c19e8584157f88e13275116cfd602",
|
| 174 |
+
"matches": true,
|
| 175 |
+
"observed": "sha256:11a53c1b4700b6c62a5a464fc3ec7076160c19e8584157f88e13275116cfd602",
|
| 176 |
+
"path": "model.safetensors",
|
| 177 |
+
"present": true
|
| 178 |
+
}
|
| 179 |
+
],
|
| 180 |
+
"snapshot": "artifacts/esmfold2-small/fold600",
|
| 181 |
+
"source": {
|
| 182 |
+
"files": {
|
| 183 |
+
"config.json": "git-sha1:95517e555f17a1eca4b68866c89033a1f6916a5d",
|
| 184 |
+
"model.safetensors": "sha256:11a53c1b4700b6c62a5a464fc3ec7076160c19e8584157f88e13275116cfd602"
|
| 185 |
+
},
|
| 186 |
+
"repo_id": "biohub/ESMFold2-Experimental-Fast-base600M-step1500k",
|
| 187 |
+
"revision": "15cf2d6648692f6c17cee1297d8a285476fffa9b"
|
| 188 |
+
}
|
| 189 |
+
},
|
| 190 |
+
"legal_upstreams": [
|
| 191 |
+
"biohub-esm",
|
| 192 |
+
"biohub-transformers",
|
| 193 |
+
"protein-ttt"
|
| 194 |
+
],
|
| 195 |
+
"model_id": "esmfold2_600",
|
| 196 |
+
"native_backbone": {
|
| 197 |
+
"files": [
|
| 198 |
+
{
|
| 199 |
+
"expected": "git-sha1:ec29f6009b21d710f64bf1c058f3a9710833d692",
|
| 200 |
+
"matches": true,
|
| 201 |
+
"observed": "git-sha1:ec29f6009b21d710f64bf1c058f3a9710833d692",
|
| 202 |
+
"path": "config.json",
|
| 203 |
+
"present": true
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"expected": "sha256:d6869f5ae0f11e5dc829b195e062e87cfcc2f851a08a5edbaf5d1083ae7f76cc",
|
| 207 |
+
"matches": true,
|
| 208 |
+
"observed": "sha256:d6869f5ae0f11e5dc829b195e062e87cfcc2f851a08a5edbaf5d1083ae7f76cc",
|
| 209 |
+
"path": "model.safetensors",
|
| 210 |
+
"present": true
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"expected": "git-sha1:81c797f56768b22dec0301fa771f018b7e43e98c",
|
| 214 |
+
"matches": true,
|
| 215 |
+
"observed": "git-sha1:81c797f56768b22dec0301fa771f018b7e43e98c",
|
| 216 |
+
"path": "tokenizer.json",
|
| 217 |
+
"present": true
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"expected": "git-sha1:f49f57b24a1c93bd544974811e8ecbd61b7fae89",
|
| 221 |
+
"matches": true,
|
| 222 |
+
"observed": "git-sha1:f49f57b24a1c93bd544974811e8ecbd61b7fae89",
|
| 223 |
+
"path": "tokenizer_config.json",
|
| 224 |
+
"present": true
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"expected": "git-sha1:c907ee1dc19b24241749b32d665c291c7e6e8e4b",
|
| 228 |
+
"matches": true,
|
| 229 |
+
"observed": "git-sha1:c907ee1dc19b24241749b32d665c291c7e6e8e4b",
|
| 230 |
+
"path": "special_tokens_map.json",
|
| 231 |
+
"present": true
|
| 232 |
+
}
|
| 233 |
+
],
|
| 234 |
+
"snapshot": "artifacts/esmfold2-small/backbone600",
|
| 235 |
+
"source": {
|
| 236 |
+
"files": {
|
| 237 |
+
"config.json": "git-sha1:ec29f6009b21d710f64bf1c058f3a9710833d692",
|
| 238 |
+
"model.safetensors": "sha256:d6869f5ae0f11e5dc829b195e062e87cfcc2f851a08a5edbaf5d1083ae7f76cc",
|
| 239 |
+
"special_tokens_map.json": "git-sha1:c907ee1dc19b24241749b32d665c291c7e6e8e4b",
|
| 240 |
+
"tokenizer.json": "git-sha1:81c797f56768b22dec0301fa771f018b7e43e98c",
|
| 241 |
+
"tokenizer_config.json": "git-sha1:f49f57b24a1c93bd544974811e8ecbd61b7fae89"
|
| 242 |
+
},
|
| 243 |
+
"repo_id": "biohub/ESMC-600M-1500000",
|
| 244 |
+
"revision": "21af9cc429af76ebda6c48074fb624db4735aaaf"
|
| 245 |
+
}
|
| 246 |
+
},
|
| 247 |
+
"standard_backbone": {
|
| 248 |
+
"model_id": "esmc_large",
|
| 249 |
+
"required_for_comparison": [
|
| 250 |
+
"config.json",
|
| 251 |
+
"model.safetensors"
|
| 252 |
+
],
|
| 253 |
+
"snapshot": "artifacts/esmfold2-small/standard600",
|
| 254 |
+
"source": {
|
| 255 |
+
"files": {
|
| 256 |
+
"config.json": "git-sha1:5736371902fe5d04e2859be30ac7dbd31b271b25",
|
| 257 |
+
"model.safetensors": "sha256:4aff3f8c5de68c4d3e3824eb2c478e4a47355d3f849f3c745e5c8a5ee6cff851",
|
| 258 |
+
"special_tokens_map.json": "git-sha1:c907ee1dc19b24241749b32d665c291c7e6e8e4b",
|
| 259 |
+
"tokenizer.json": "git-sha1:f49735e56cebab0e791aeaae777757b7fd114f71",
|
| 260 |
+
"tokenizer_config.json": "git-sha1:2985ed2b8aa8ecfb1d12f53f47d2b8a44cc21756"
|
| 261 |
+
},
|
| 262 |
+
"repo_id": "Synthyra/ESMplusplus_large",
|
| 263 |
+
"revision": "f813401638b3fddab09748aec1ad2bf537aa4208"
|
| 264 |
+
}
|
| 265 |
+
}
|
| 266 |
+
}
|
| 267 |
+
],
|
| 268 |
+
"repository_legal_files": [
|
| 269 |
+
{
|
| 270 |
+
"expected": "sha256:2d2b50c7b1414bff1189a1db1f0cfb92e3e064b50f4c2b1019827b683e1b629a",
|
| 271 |
+
"matches": true,
|
| 272 |
+
"observed": "sha256:2d2b50c7b1414bff1189a1db1f0cfb92e3e064b50f4c2b1019827b683e1b629a",
|
| 273 |
+
"path": "LICENSE"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"expected": "sha256:d35e506b728868b52290672d54a89c6aade09529af99dbc8a4db72d9e9ca3460",
|
| 277 |
+
"matches": true,
|
| 278 |
+
"observed": "sha256:d35e506b728868b52290672d54a89c6aade09529af99dbc8a4db72d9e9ca3460",
|
| 279 |
+
"path": "THIRD_PARTY_NOTICES.md"
|
| 280 |
+
}
|
| 281 |
+
],
|
| 282 |
+
"schema_version": 1,
|
| 283 |
+
"scope": "static manifest, local snapshot, and legal inventory verification; no inference executed",
|
| 284 |
+
"status": "passed",
|
| 285 |
+
"upstream_legal_inventory": [
|
| 286 |
+
{
|
| 287 |
+
"canonical_files": [
|
| 288 |
+
{
|
| 289 |
+
"expected": "sha256:b63df9ca1dd96b3b21eec226b51b236d0bd152ac20eafc43aad46bf832b48d8a",
|
| 290 |
+
"matches": true,
|
| 291 |
+
"observed": "sha256:b63df9ca1dd96b3b21eec226b51b236d0bd152ac20eafc43aad46bf832b48d8a",
|
| 292 |
+
"path": "vendor/upstream/biohub-esm/LICENSE.md"
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"expected": "sha256:5bff8515ba4e0f53abdc43714c180b79c5b606160497d98de741a369cb9b6a23",
|
| 296 |
+
"matches": true,
|
| 297 |
+
"observed": "sha256:5bff8515ba4e0f53abdc43714c180b79c5b606160497d98de741a369cb9b6a23",
|
| 298 |
+
"path": "vendor/upstream/biohub-esm/THIRD_PARTY_NOTICE.md"
|
| 299 |
+
}
|
| 300 |
+
],
|
| 301 |
+
"distribution_files": [
|
| 302 |
+
{
|
| 303 |
+
"expected": "sha256:b63df9ca1dd96b3b21eec226b51b236d0bd152ac20eafc43aad46bf832b48d8a",
|
| 304 |
+
"matches": true,
|
| 305 |
+
"observed": "sha256:b63df9ca1dd96b3b21eec226b51b236d0bd152ac20eafc43aad46bf832b48d8a",
|
| 306 |
+
"path": "LICENSES/biohub-esm/LICENSE.md"
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"expected": "sha256:5bff8515ba4e0f53abdc43714c180b79c5b606160497d98de741a369cb9b6a23",
|
| 310 |
+
"matches": true,
|
| 311 |
+
"observed": "sha256:5bff8515ba4e0f53abdc43714c180b79c5b606160497d98de741a369cb9b6a23",
|
| 312 |
+
"path": "LICENSES/biohub-esm/THIRD_PARTY_NOTICE.md"
|
| 313 |
+
}
|
| 314 |
+
],
|
| 315 |
+
"id": "biohub-esm",
|
| 316 |
+
"license": "MIT"
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"canonical_files": [
|
| 320 |
+
{
|
| 321 |
+
"expected": "sha256:77fd4710def9ec3c0f6225800e0235f15a425abd4a8b03559127fcd782612049",
|
| 322 |
+
"matches": true,
|
| 323 |
+
"observed": "sha256:77fd4710def9ec3c0f6225800e0235f15a425abd4a8b03559127fcd782612049",
|
| 324 |
+
"path": "vendor/upstream/biohub-transformers/LICENSE"
|
| 325 |
+
}
|
| 326 |
+
],
|
| 327 |
+
"distribution_files": [
|
| 328 |
+
{
|
| 329 |
+
"expected": "sha256:77fd4710def9ec3c0f6225800e0235f15a425abd4a8b03559127fcd782612049",
|
| 330 |
+
"matches": true,
|
| 331 |
+
"observed": "sha256:77fd4710def9ec3c0f6225800e0235f15a425abd4a8b03559127fcd782612049",
|
| 332 |
+
"path": "LICENSES/biohub-transformers/LICENSE"
|
| 333 |
+
}
|
| 334 |
+
],
|
| 335 |
+
"id": "biohub-transformers",
|
| 336 |
+
"license": "Apache-2.0"
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"canonical_files": [
|
| 340 |
+
{
|
| 341 |
+
"expected": "sha256:bb01e7d5554f9e2e117172e56551452f68a7818df7bc8e71cd7a776a1d4ba3df",
|
| 342 |
+
"matches": true,
|
| 343 |
+
"observed": "sha256:bb01e7d5554f9e2e117172e56551452f68a7818df7bc8e71cd7a776a1d4ba3df",
|
| 344 |
+
"path": "vendor/upstream/protein-ttt/LICENSE"
|
| 345 |
+
}
|
| 346 |
+
],
|
| 347 |
+
"distribution_files": [
|
| 348 |
+
{
|
| 349 |
+
"expected": "sha256:bb01e7d5554f9e2e117172e56551452f68a7818df7bc8e71cd7a776a1d4ba3df",
|
| 350 |
+
"matches": true,
|
| 351 |
+
"observed": "sha256:bb01e7d5554f9e2e117172e56551452f68a7818df7bc8e71cd7a776a1d4ba3df",
|
| 352 |
+
"path": "LICENSES/protein-ttt/LICENSE"
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"expected": "sha256:dc641c37353c2efd50ccbdb316ca4aae495ec02c1563e0e15bac92f75fc482e5",
|
| 356 |
+
"matches": true,
|
| 357 |
+
"observed": "sha256:dc641c37353c2efd50ccbdb316ca4aae495ec02c1563e0e15bac92f75fc482e5",
|
| 358 |
+
"path": "LICENSES/protein-ttt/SOURCE_RECORD.md"
|
| 359 |
+
}
|
| 360 |
+
],
|
| 361 |
+
"id": "protein-ttt",
|
| 362 |
+
"license": "MIT"
|
| 363 |
+
}
|
| 364 |
+
]
|
| 365 |
+
}
|
docs/validation/esmfold2_small_publication.json
ADDED
|
@@ -0,0 +1,918 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"esmfold2_300": {
|
| 3 |
+
"checkpoint_revision": "a38a62ae930d157484b331c2bf4241684573adba",
|
| 4 |
+
"files": {
|
| 5 |
+
".gitattributes": {
|
| 6 |
+
"blob_id": "a6344aac8c09253b3b630fb776ae94478aa0275b",
|
| 7 |
+
"sha256": null,
|
| 8 |
+
"size": 1519
|
| 9 |
+
},
|
| 10 |
+
"LICENSES/FastPLMs-Apache-2.0.txt": {
|
| 11 |
+
"blob_id": "66c354fb5c07a2de923f8de7cfe1e869dac39200",
|
| 12 |
+
"sha256": null,
|
| 13 |
+
"size": 11601
|
| 14 |
+
},
|
| 15 |
+
"LICENSES/biohub-esm/LICENSE.md": {
|
| 16 |
+
"blob_id": "d6021558652f83cd373d2273f16d9cf402134287",
|
| 17 |
+
"sha256": null,
|
| 18 |
+
"size": 1095
|
| 19 |
+
},
|
| 20 |
+
"LICENSES/biohub-esm/THIRD_PARTY_NOTICE.md": {
|
| 21 |
+
"blob_id": "56d8280e67083eb023fda21b0091f61ea6bdab33",
|
| 22 |
+
"sha256": null,
|
| 23 |
+
"size": 948
|
| 24 |
+
},
|
| 25 |
+
"LICENSES/biohub-transformers/LICENSE": {
|
| 26 |
+
"blob_id": "68b7d66c97d66c58de883ed0c451af2b3183e6f3",
|
| 27 |
+
"sha256": null,
|
| 28 |
+
"size": 11418
|
| 29 |
+
},
|
| 30 |
+
"LICENSES/protein-ttt/LICENSE": {
|
| 31 |
+
"blob_id": "2e8ce69ee735b7021ac28defffdfecb43d287db6",
|
| 32 |
+
"sha256": null,
|
| 33 |
+
"size": 1071
|
| 34 |
+
},
|
| 35 |
+
"LICENSES/protein-ttt/SOURCE_RECORD.md": {
|
| 36 |
+
"blob_id": "b218841986dc236e71f4f124a8f1b0d668ca36b1",
|
| 37 |
+
"sha256": null,
|
| 38 |
+
"size": 393
|
| 39 |
+
},
|
| 40 |
+
"README.md": {
|
| 41 |
+
"blob_id": "5810ac6e678c7fda998eda66259c03d64ab8b4df",
|
| 42 |
+
"sha256": null,
|
| 43 |
+
"size": 8747
|
| 44 |
+
},
|
| 45 |
+
"THIRD_PARTY_NOTICES.md": {
|
| 46 |
+
"blob_id": "23e1ddc075d5f693ba8c1184427da8c8d070c5e8",
|
| 47 |
+
"sha256": null,
|
| 48 |
+
"size": 4770
|
| 49 |
+
},
|
| 50 |
+
"config.json": {
|
| 51 |
+
"blob_id": "47ec20cf8b234c3b41d6f3ae1bdfe95d4eb4849e",
|
| 52 |
+
"sha256": null,
|
| 53 |
+
"size": 2955
|
| 54 |
+
},
|
| 55 |
+
"fastplms/__init__.py": {
|
| 56 |
+
"blob_id": "c5eebf713f357493cce628d01762dd91279ed6da",
|
| 57 |
+
"sha256": null,
|
| 58 |
+
"size": 1857
|
| 59 |
+
},
|
| 60 |
+
"fastplms/attention/__init__.py": {
|
| 61 |
+
"blob_id": "c54da914ec96b371f45b088091bc5eba9ec042b6",
|
| 62 |
+
"sha256": null,
|
| 63 |
+
"size": 1916
|
| 64 |
+
},
|
| 65 |
+
"fastplms/attention/_core.py": {
|
| 66 |
+
"blob_id": "200d3d93bee777e23dc54e8ed83c399a03ce7d4c",
|
| 67 |
+
"sha256": null,
|
| 68 |
+
"size": 32003
|
| 69 |
+
},
|
| 70 |
+
"fastplms/attention/_kernel_lock.py": {
|
| 71 |
+
"blob_id": "a859f57c9af23eb30743234d333c2f4ffbdf0406",
|
| 72 |
+
"sha256": null,
|
| 73 |
+
"size": 7062
|
| 74 |
+
},
|
| 75 |
+
"fastplms/attention/interfaces.py": {
|
| 76 |
+
"blob_id": "7d219c8145fa8532a2a405f32d176f7bbf90dad5",
|
| 77 |
+
"sha256": null,
|
| 78 |
+
"size": 10282
|
| 79 |
+
},
|
| 80 |
+
"fastplms/embeddings/__init__.py": {
|
| 81 |
+
"blob_id": "dd1ddd5abe67511a6fffadd502152ecc619785b1",
|
| 82 |
+
"sha256": null,
|
| 83 |
+
"size": 1505
|
| 84 |
+
},
|
| 85 |
+
"fastplms/embeddings/pooling.py": {
|
| 86 |
+
"blob_id": "08d577c0e03c8a41d0c5e9ca924a6eb0cfd307a8",
|
| 87 |
+
"sha256": null,
|
| 88 |
+
"size": 9875
|
| 89 |
+
},
|
| 90 |
+
"fastplms/embeddings/runner.py": {
|
| 91 |
+
"blob_id": "200082f7742b04334455cc68ae7d67f7ffd6a589",
|
| 92 |
+
"sha256": null,
|
| 93 |
+
"size": 67610
|
| 94 |
+
},
|
| 95 |
+
"fastplms/embeddings/storage.py": {
|
| 96 |
+
"blob_id": "7fc4d1d02284bd5ccf1f7a0e330fba0d4a8449f3",
|
| 97 |
+
"sha256": null,
|
| 98 |
+
"size": 66426
|
| 99 |
+
},
|
| 100 |
+
"fastplms/embeddings/types.py": {
|
| 101 |
+
"blob_id": "5166ebd2149db563a2a305f1d866b535d478b5d5",
|
| 102 |
+
"sha256": null,
|
| 103 |
+
"size": 6463
|
| 104 |
+
},
|
| 105 |
+
"fastplms/models.toml": {
|
| 106 |
+
"blob_id": "21e126f7f4a76085fdb2c9750ac5c81d5e294bb9",
|
| 107 |
+
"sha256": null,
|
| 108 |
+
"size": 82900
|
| 109 |
+
},
|
| 110 |
+
"fastplms/models/__init__.py": {
|
| 111 |
+
"blob_id": "340b1a15b14b256253ce91ab3eb3114a394ac8e9",
|
| 112 |
+
"sha256": null,
|
| 113 |
+
"size": 336
|
| 114 |
+
},
|
| 115 |
+
"fastplms/models/_esm_rotary.py": {
|
| 116 |
+
"blob_id": "57b3c5c29efb2a4a26755c24bc49cf9872cc5eea",
|
| 117 |
+
"sha256": null,
|
| 118 |
+
"size": 3375
|
| 119 |
+
},
|
| 120 |
+
"fastplms/models/classification_probe.py": {
|
| 121 |
+
"blob_id": "61ab5d77ddcadbdc87e3b7d200f4541b28389a3e",
|
| 122 |
+
"sha256": null,
|
| 123 |
+
"size": 20018
|
| 124 |
+
},
|
| 125 |
+
"fastplms/models/esm_plusplus/__init__.py": {
|
| 126 |
+
"blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
|
| 127 |
+
"sha256": null,
|
| 128 |
+
"size": 0
|
| 129 |
+
},
|
| 130 |
+
"fastplms/models/esm_plusplus/modeling_esm_plusplus.py": {
|
| 131 |
+
"blob_id": "d07fa56f11d7d534bd07532c76fe548a5fe57b5e",
|
| 132 |
+
"sha256": null,
|
| 133 |
+
"size": 79508
|
| 134 |
+
},
|
| 135 |
+
"fastplms/models/esm_plusplus/modeling_esm_plusplus_sae.py": {
|
| 136 |
+
"blob_id": "a74514f3c9e8d8974cd470c4a3d9700033dc087f",
|
| 137 |
+
"sha256": null,
|
| 138 |
+
"size": 9994
|
| 139 |
+
},
|
| 140 |
+
"fastplms/models/esmfold2/__init__.py": {
|
| 141 |
+
"blob_id": "6868ae5312cab54842dd34ff5a6c649d4974a7bd",
|
| 142 |
+
"sha256": null,
|
| 143 |
+
"size": 2029
|
| 144 |
+
},
|
| 145 |
+
"fastplms/models/esmfold2/attention.py": {
|
| 146 |
+
"blob_id": "5823fc67550fd0fdbb1bcb7d5f0aa143d1a78c79",
|
| 147 |
+
"sha256": null,
|
| 148 |
+
"size": 1603
|
| 149 |
+
},
|
| 150 |
+
"fastplms/models/esmfold2/configuration_esmfold2.py": {
|
| 151 |
+
"blob_id": "405a809c64cd16de990b147cd5b8117b9df16f5e",
|
| 152 |
+
"sha256": null,
|
| 153 |
+
"size": 12740
|
| 154 |
+
},
|
| 155 |
+
"fastplms/models/esmfold2/embedding.py": {
|
| 156 |
+
"blob_id": "e22160f1f45ae92c08ebb42d81409f59874d036e",
|
| 157 |
+
"sha256": null,
|
| 158 |
+
"size": 4408
|
| 159 |
+
},
|
| 160 |
+
"fastplms/models/esmfold2/esmfold2_affine3d.py": {
|
| 161 |
+
"blob_id": "17c47f2fbbbd90bf8006b58f0b0a537499b4fd23",
|
| 162 |
+
"sha256": null,
|
| 163 |
+
"size": 20401
|
| 164 |
+
},
|
| 165 |
+
"fastplms/models/esmfold2/esmfold2_aligner.py": {
|
| 166 |
+
"blob_id": "a23b9d6d6b727ba020cef08f9208281e65b02393",
|
| 167 |
+
"sha256": null,
|
| 168 |
+
"size": 2696
|
| 169 |
+
},
|
| 170 |
+
"fastplms/models/esmfold2/esmfold2_atom_indexer.py": {
|
| 171 |
+
"blob_id": "676cbde76427c6c64672c0fe4e991457cdf57d70",
|
| 172 |
+
"sha256": null,
|
| 173 |
+
"size": 920
|
| 174 |
+
},
|
| 175 |
+
"fastplms/models/esmfold2/esmfold2_conformers.py": {
|
| 176 |
+
"blob_id": "ddd0e9b55e4175aa0d144c7330ecfcd1d3d902d4",
|
| 177 |
+
"sha256": null,
|
| 178 |
+
"size": 16121
|
| 179 |
+
},
|
| 180 |
+
"fastplms/models/esmfold2/esmfold2_constants.py": {
|
| 181 |
+
"blob_id": "df0709620fda4f5cdf91b69f6eff2d3cd61e9b19",
|
| 182 |
+
"sha256": null,
|
| 183 |
+
"size": 6060
|
| 184 |
+
},
|
| 185 |
+
"fastplms/models/esmfold2/esmfold2_constants_esm3.py": {
|
| 186 |
+
"blob_id": "4c044111bb9e5f18d11b207a3b9d2c0a75f83fc5",
|
| 187 |
+
"sha256": null,
|
| 188 |
+
"size": 2913
|
| 189 |
+
},
|
| 190 |
+
"fastplms/models/esmfold2/esmfold2_input_builder.py": {
|
| 191 |
+
"blob_id": "ca51bc2c91fd4c1e4139f7bcca71898e38e23065",
|
| 192 |
+
"sha256": null,
|
| 193 |
+
"size": 6859
|
| 194 |
+
},
|
| 195 |
+
"fastplms/models/esmfold2/esmfold2_metrics.py": {
|
| 196 |
+
"blob_id": "fcd665167967a7524b7de15bff5afcc9e4c63bf6",
|
| 197 |
+
"sha256": null,
|
| 198 |
+
"size": 8161
|
| 199 |
+
},
|
| 200 |
+
"fastplms/models/esmfold2/esmfold2_misc.py": {
|
| 201 |
+
"blob_id": "022edaf3916ab22b21363018e3cbf54963440c0e",
|
| 202 |
+
"sha256": null,
|
| 203 |
+
"size": 13490
|
| 204 |
+
},
|
| 205 |
+
"fastplms/models/esmfold2/esmfold2_mmcif_parsing.py": {
|
| 206 |
+
"blob_id": "caa4a04d76bf48212f6476008d360640ec6202f4",
|
| 207 |
+
"sha256": null,
|
| 208 |
+
"size": 16574
|
| 209 |
+
},
|
| 210 |
+
"fastplms/models/esmfold2/esmfold2_molecular_complex.py": {
|
| 211 |
+
"blob_id": "3c8921534302e524a9cc3e11242a6c54f16a53e5",
|
| 212 |
+
"sha256": null,
|
| 213 |
+
"size": 40861
|
| 214 |
+
},
|
| 215 |
+
"fastplms/models/esmfold2/esmfold2_msa.py": {
|
| 216 |
+
"blob_id": "56c625556d3096e5ac060e1f4571577043d9eb15",
|
| 217 |
+
"sha256": null,
|
| 218 |
+
"size": 20583
|
| 219 |
+
},
|
| 220 |
+
"fastplms/models/esmfold2/esmfold2_msa_filter_sequences.py": {
|
| 221 |
+
"blob_id": "bc13db7bee2398d291265e6f5a2e95752b2be61e",
|
| 222 |
+
"sha256": null,
|
| 223 |
+
"size": 3790
|
| 224 |
+
},
|
| 225 |
+
"fastplms/models/esmfold2/esmfold2_normalize_coordinates.py": {
|
| 226 |
+
"blob_id": "45e065247f9b1ac048c697d9b10c0a14605ee8e9",
|
| 227 |
+
"sha256": null,
|
| 228 |
+
"size": 2546
|
| 229 |
+
},
|
| 230 |
+
"fastplms/models/esmfold2/esmfold2_output.py": {
|
| 231 |
+
"blob_id": "97c846a73358dc5ab25506037ec77f6786441ef4",
|
| 232 |
+
"sha256": null,
|
| 233 |
+
"size": 7467
|
| 234 |
+
},
|
| 235 |
+
"fastplms/models/esmfold2/esmfold2_paired_msa.py": {
|
| 236 |
+
"blob_id": "44f050b37c83ae70cf70b532380eb11c94a608a3",
|
| 237 |
+
"sha256": null,
|
| 238 |
+
"size": 9425
|
| 239 |
+
},
|
| 240 |
+
"fastplms/models/esmfold2/esmfold2_parsing.py": {
|
| 241 |
+
"blob_id": "f906d1ff2804c726daf283d6b323f44b43d2a662",
|
| 242 |
+
"sha256": null,
|
| 243 |
+
"size": 3803
|
| 244 |
+
},
|
| 245 |
+
"fastplms/models/esmfold2/esmfold2_predicted_aligned_error.py": {
|
| 246 |
+
"blob_id": "d6ab3e74beb4ae86d22fb7d879126f5b23a1096e",
|
| 247 |
+
"sha256": null,
|
| 248 |
+
"size": 4037
|
| 249 |
+
},
|
| 250 |
+
"fastplms/models/esmfold2/esmfold2_prepare_input.py": {
|
| 251 |
+
"blob_id": "870c45754d5e3d41d1f0db90ffb56eec2a5eb3fd",
|
| 252 |
+
"sha256": null,
|
| 253 |
+
"size": 40735
|
| 254 |
+
},
|
| 255 |
+
"fastplms/models/esmfold2/esmfold2_processor.py": {
|
| 256 |
+
"blob_id": "ba2192ac5bcbab2a0e6bb955a6d10914929b7e66",
|
| 257 |
+
"sha256": null,
|
| 258 |
+
"size": 11890
|
| 259 |
+
},
|
| 260 |
+
"fastplms/models/esmfold2/esmfold2_protein_chain.py": {
|
| 261 |
+
"blob_id": "acaaaf585e354204bb99916f9d2b2f515c58ea29",
|
| 262 |
+
"sha256": null,
|
| 263 |
+
"size": 58313
|
| 264 |
+
},
|
| 265 |
+
"fastplms/models/esmfold2/esmfold2_protein_complex.py": {
|
| 266 |
+
"blob_id": "688ea5ce68efecdcc522e1ec4015d60d12bf782a",
|
| 267 |
+
"sha256": null,
|
| 268 |
+
"size": 49763
|
| 269 |
+
},
|
| 270 |
+
"fastplms/models/esmfold2/esmfold2_protein_structure.py": {
|
| 271 |
+
"blob_id": "1d41330753a1d2d82194f77004645d162bda3617",
|
| 272 |
+
"sha256": null,
|
| 273 |
+
"size": 8565
|
| 274 |
+
},
|
| 275 |
+
"fastplms/models/esmfold2/esmfold2_residue_constants.py": {
|
| 276 |
+
"blob_id": "42655c58c794c2862036bc993a4970989afbbf05",
|
| 277 |
+
"sha256": null,
|
| 278 |
+
"size": 32919
|
| 279 |
+
},
|
| 280 |
+
"fastplms/models/esmfold2/esmfold2_sequential_dataclass.py": {
|
| 281 |
+
"blob_id": "97b1a47c3c65d51625541f41abfbd0821617301a",
|
| 282 |
+
"sha256": null,
|
| 283 |
+
"size": 3928
|
| 284 |
+
},
|
| 285 |
+
"fastplms/models/esmfold2/esmfold2_system.py": {
|
| 286 |
+
"blob_id": "23b69dc10fae713e3b7be76fd9475ab054a58913",
|
| 287 |
+
"sha256": null,
|
| 288 |
+
"size": 1600
|
| 289 |
+
},
|
| 290 |
+
"fastplms/models/esmfold2/esmfold2_types.py": {
|
| 291 |
+
"blob_id": "38d581ec65c1f918063c271f15b5a71ae1fe7c99",
|
| 292 |
+
"sha256": null,
|
| 293 |
+
"size": 875
|
| 294 |
+
},
|
| 295 |
+
"fastplms/models/esmfold2/esmfold2_utils_types.py": {
|
| 296 |
+
"blob_id": "13590243d386bc83fa3c01bb28f8ed6fb79762f2",
|
| 297 |
+
"sha256": null,
|
| 298 |
+
"size": 1058
|
| 299 |
+
},
|
| 300 |
+
"fastplms/models/esmfold2/modeling_esmfold2.py": {
|
| 301 |
+
"blob_id": "2afc02b24c7b2124b2fe360c114d4279f7f7ca47",
|
| 302 |
+
"sha256": null,
|
| 303 |
+
"size": 80431
|
| 304 |
+
},
|
| 305 |
+
"fastplms/models/esmfold2/modeling_esmfold2_classification.py": {
|
| 306 |
+
"blob_id": "40ef916274039d645951ce86268e70381a10e588",
|
| 307 |
+
"sha256": null,
|
| 308 |
+
"size": 9096
|
| 309 |
+
},
|
| 310 |
+
"fastplms/models/esmfold2/modeling_esmfold2_common.py": {
|
| 311 |
+
"blob_id": "40e1b9aa46d9ca3704d28e5f65310d5cc4f84754",
|
| 312 |
+
"sha256": null,
|
| 313 |
+
"size": 105595
|
| 314 |
+
},
|
| 315 |
+
"fastplms/models/esmfold2/modeling_esmfold2_experimental.py": {
|
| 316 |
+
"blob_id": "ad90ba7c7d91ba6e87189afb7347e02edc105a07",
|
| 317 |
+
"sha256": null,
|
| 318 |
+
"size": 42198
|
| 319 |
+
},
|
| 320 |
+
"fastplms/models/esmfold2/protein_reference_geometry.json": {
|
| 321 |
+
"blob_id": "5cab64b9eaafe3fb4d4bcb37131ae2202587be5a",
|
| 322 |
+
"sha256": null,
|
| 323 |
+
"size": 11364
|
| 324 |
+
},
|
| 325 |
+
"fastplms/models/esmfold2/protein_utils.py": {
|
| 326 |
+
"blob_id": "1d7d0eaa25d0f4285056c0a8a7eb7ea7f2bd54ec",
|
| 327 |
+
"sha256": null,
|
| 328 |
+
"size": 7649
|
| 329 |
+
},
|
| 330 |
+
"fastplms/models/esmfold2/reproducibility.py": {
|
| 331 |
+
"blob_id": "92194cec1867567899ff7fd26646961ac44bd607",
|
| 332 |
+
"sha256": null,
|
| 333 |
+
"size": 1743
|
| 334 |
+
},
|
| 335 |
+
"fastplms/models/ttt.py": {
|
| 336 |
+
"blob_id": "56b4dbae55b65f1d6a9d86111a22815c103d0162",
|
| 337 |
+
"sha256": null,
|
| 338 |
+
"size": 37757
|
| 339 |
+
},
|
| 340 |
+
"fastplms/registry.py": {
|
| 341 |
+
"blob_id": "94c1caaa3a2ffd46c281e2cad8c26d324f215ad8",
|
| 342 |
+
"sha256": null,
|
| 343 |
+
"size": 64242
|
| 344 |
+
},
|
| 345 |
+
"fastplms/runtime.py": {
|
| 346 |
+
"blob_id": "49e60dbbe93b8b0f0d48a4814727dc587edc83b2",
|
| 347 |
+
"sha256": null,
|
| 348 |
+
"size": 2541
|
| 349 |
+
},
|
| 350 |
+
"fastplms_bundle.py": {
|
| 351 |
+
"blob_id": "c881bff49269cff54b4f789dc983fd4a202312bd",
|
| 352 |
+
"sha256": null,
|
| 353 |
+
"size": 395508
|
| 354 |
+
},
|
| 355 |
+
"model.safetensors": {
|
| 356 |
+
"blob_id": "7af653a4e7da8b90dd9307c25a0a5cb12b10ea4c",
|
| 357 |
+
"sha256": "44d6797c5efebf24753d502b40950e0874871c96ceea14f2d7f7e39cebac67fd",
|
| 358 |
+
"size": 684606540
|
| 359 |
+
},
|
| 360 |
+
"modeling_fastplms.py": {
|
| 361 |
+
"blob_id": "9acc2057146ace08bf93cbecf5cb730d04ce270e",
|
| 362 |
+
"sha256": null,
|
| 363 |
+
"size": 7992
|
| 364 |
+
},
|
| 365 |
+
"preparation-record.json": {
|
| 366 |
+
"blob_id": "50ba6323f07ed0d99f65cefbc3989d7b461fe5ee",
|
| 367 |
+
"sha256": null,
|
| 368 |
+
"size": 24327
|
| 369 |
+
},
|
| 370 |
+
"requirements.txt": {
|
| 371 |
+
"blob_id": "b4be1462b36dc7139d6020d9d36991392e277870",
|
| 372 |
+
"sha256": null,
|
| 373 |
+
"size": 450
|
| 374 |
+
}
|
| 375 |
+
},
|
| 376 |
+
"remote_verification": {
|
| 377 |
+
"files": {
|
| 378 |
+
"LICENSES/FastPLMs-Apache-2.0.txt": "git-sha1:66c354fb5c07a2de923f8de7cfe1e869dac39200",
|
| 379 |
+
"LICENSES/biohub-esm/LICENSE.md": "git-sha1:d6021558652f83cd373d2273f16d9cf402134287",
|
| 380 |
+
"LICENSES/biohub-esm/THIRD_PARTY_NOTICE.md": "git-sha1:56d8280e67083eb023fda21b0091f61ea6bdab33",
|
| 381 |
+
"LICENSES/biohub-transformers/LICENSE": "git-sha1:68b7d66c97d66c58de883ed0c451af2b3183e6f3",
|
| 382 |
+
"LICENSES/protein-ttt/LICENSE": "git-sha1:2e8ce69ee735b7021ac28defffdfecb43d287db6",
|
| 383 |
+
"LICENSES/protein-ttt/SOURCE_RECORD.md": "git-sha1:b218841986dc236e71f4f124a8f1b0d668ca36b1",
|
| 384 |
+
"README.md": "git-sha1:84eb38fd1832777619c2d4210e3d12eab55cc95c",
|
| 385 |
+
"THIRD_PARTY_NOTICES.md": "git-sha1:23e1ddc075d5f693ba8c1184427da8c8d070c5e8",
|
| 386 |
+
"config.json": "git-sha1:8701935b9d6b7af0ce13b9cfdc5c2559bb8d0cd5",
|
| 387 |
+
"fastplms/__init__.py": "git-sha1:c5eebf713f357493cce628d01762dd91279ed6da",
|
| 388 |
+
"fastplms/attention/__init__.py": "git-sha1:c54da914ec96b371f45b088091bc5eba9ec042b6",
|
| 389 |
+
"fastplms/attention/_core.py": "git-sha1:200d3d93bee777e23dc54e8ed83c399a03ce7d4c",
|
| 390 |
+
"fastplms/attention/_kernel_lock.py": "git-sha1:a859f57c9af23eb30743234d333c2f4ffbdf0406",
|
| 391 |
+
"fastplms/attention/interfaces.py": "git-sha1:7d219c8145fa8532a2a405f32d176f7bbf90dad5",
|
| 392 |
+
"fastplms/embeddings/__init__.py": "git-sha1:dd1ddd5abe67511a6fffadd502152ecc619785b1",
|
| 393 |
+
"fastplms/embeddings/pooling.py": "git-sha1:08d577c0e03c8a41d0c5e9ca924a6eb0cfd307a8",
|
| 394 |
+
"fastplms/embeddings/runner.py": "git-sha1:200082f7742b04334455cc68ae7d67f7ffd6a589",
|
| 395 |
+
"fastplms/embeddings/storage.py": "git-sha1:7fc4d1d02284bd5ccf1f7a0e330fba0d4a8449f3",
|
| 396 |
+
"fastplms/embeddings/types.py": "git-sha1:5166ebd2149db563a2a305f1d866b535d478b5d5",
|
| 397 |
+
"fastplms/models.toml": "git-sha1:b59b0e0b0a64836560e1aa4b353dd037f2c887bc",
|
| 398 |
+
"fastplms/models/__init__.py": "git-sha1:340b1a15b14b256253ce91ab3eb3114a394ac8e9",
|
| 399 |
+
"fastplms/models/_esm_rotary.py": "git-sha1:57b3c5c29efb2a4a26755c24bc49cf9872cc5eea",
|
| 400 |
+
"fastplms/models/classification_probe.py": "git-sha1:61ab5d77ddcadbdc87e3b7d200f4541b28389a3e",
|
| 401 |
+
"fastplms/models/esm_plusplus/__init__.py": "git-sha1:e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
|
| 402 |
+
"fastplms/models/esm_plusplus/modeling_esm_plusplus.py": "git-sha1:d07fa56f11d7d534bd07532c76fe548a5fe57b5e",
|
| 403 |
+
"fastplms/models/esm_plusplus/modeling_esm_plusplus_sae.py": "git-sha1:a74514f3c9e8d8974cd470c4a3d9700033dc087f",
|
| 404 |
+
"fastplms/models/esmfold2/__init__.py": "git-sha1:6868ae5312cab54842dd34ff5a6c649d4974a7bd",
|
| 405 |
+
"fastplms/models/esmfold2/attention.py": "git-sha1:5823fc67550fd0fdbb1bcb7d5f0aa143d1a78c79",
|
| 406 |
+
"fastplms/models/esmfold2/configuration_esmfold2.py": "git-sha1:405a809c64cd16de990b147cd5b8117b9df16f5e",
|
| 407 |
+
"fastplms/models/esmfold2/embedding.py": "git-sha1:e22160f1f45ae92c08ebb42d81409f59874d036e",
|
| 408 |
+
"fastplms/models/esmfold2/esmfold2_affine3d.py": "git-sha1:17c47f2fbbbd90bf8006b58f0b0a537499b4fd23",
|
| 409 |
+
"fastplms/models/esmfold2/esmfold2_aligner.py": "git-sha1:a23b9d6d6b727ba020cef08f9208281e65b02393",
|
| 410 |
+
"fastplms/models/esmfold2/esmfold2_atom_indexer.py": "git-sha1:676cbde76427c6c64672c0fe4e991457cdf57d70",
|
| 411 |
+
"fastplms/models/esmfold2/esmfold2_conformers.py": "git-sha1:ddd0e9b55e4175aa0d144c7330ecfcd1d3d902d4",
|
| 412 |
+
"fastplms/models/esmfold2/esmfold2_constants.py": "git-sha1:df0709620fda4f5cdf91b69f6eff2d3cd61e9b19",
|
| 413 |
+
"fastplms/models/esmfold2/esmfold2_constants_esm3.py": "git-sha1:4c044111bb9e5f18d11b207a3b9d2c0a75f83fc5",
|
| 414 |
+
"fastplms/models/esmfold2/esmfold2_input_builder.py": "git-sha1:ca51bc2c91fd4c1e4139f7bcca71898e38e23065",
|
| 415 |
+
"fastplms/models/esmfold2/esmfold2_metrics.py": "git-sha1:fcd665167967a7524b7de15bff5afcc9e4c63bf6",
|
| 416 |
+
"fastplms/models/esmfold2/esmfold2_misc.py": "git-sha1:022edaf3916ab22b21363018e3cbf54963440c0e",
|
| 417 |
+
"fastplms/models/esmfold2/esmfold2_mmcif_parsing.py": "git-sha1:caa4a04d76bf48212f6476008d360640ec6202f4",
|
| 418 |
+
"fastplms/models/esmfold2/esmfold2_molecular_complex.py": "git-sha1:3c8921534302e524a9cc3e11242a6c54f16a53e5",
|
| 419 |
+
"fastplms/models/esmfold2/esmfold2_msa.py": "git-sha1:56c625556d3096e5ac060e1f4571577043d9eb15",
|
| 420 |
+
"fastplms/models/esmfold2/esmfold2_msa_filter_sequences.py": "git-sha1:bc13db7bee2398d291265e6f5a2e95752b2be61e",
|
| 421 |
+
"fastplms/models/esmfold2/esmfold2_normalize_coordinates.py": "git-sha1:45e065247f9b1ac048c697d9b10c0a14605ee8e9",
|
| 422 |
+
"fastplms/models/esmfold2/esmfold2_output.py": "git-sha1:97c846a73358dc5ab25506037ec77f6786441ef4",
|
| 423 |
+
"fastplms/models/esmfold2/esmfold2_paired_msa.py": "git-sha1:44f050b37c83ae70cf70b532380eb11c94a608a3",
|
| 424 |
+
"fastplms/models/esmfold2/esmfold2_parsing.py": "git-sha1:f906d1ff2804c726daf283d6b323f44b43d2a662",
|
| 425 |
+
"fastplms/models/esmfold2/esmfold2_predicted_aligned_error.py": "git-sha1:d6ab3e74beb4ae86d22fb7d879126f5b23a1096e",
|
| 426 |
+
"fastplms/models/esmfold2/esmfold2_prepare_input.py": "git-sha1:870c45754d5e3d41d1f0db90ffb56eec2a5eb3fd",
|
| 427 |
+
"fastplms/models/esmfold2/esmfold2_processor.py": "git-sha1:ba2192ac5bcbab2a0e6bb955a6d10914929b7e66",
|
| 428 |
+
"fastplms/models/esmfold2/esmfold2_protein_chain.py": "git-sha1:acaaaf585e354204bb99916f9d2b2f515c58ea29",
|
| 429 |
+
"fastplms/models/esmfold2/esmfold2_protein_complex.py": "git-sha1:688ea5ce68efecdcc522e1ec4015d60d12bf782a",
|
| 430 |
+
"fastplms/models/esmfold2/esmfold2_protein_structure.py": "git-sha1:1d41330753a1d2d82194f77004645d162bda3617",
|
| 431 |
+
"fastplms/models/esmfold2/esmfold2_residue_constants.py": "git-sha1:42655c58c794c2862036bc993a4970989afbbf05",
|
| 432 |
+
"fastplms/models/esmfold2/esmfold2_sequential_dataclass.py": "git-sha1:97b1a47c3c65d51625541f41abfbd0821617301a",
|
| 433 |
+
"fastplms/models/esmfold2/esmfold2_system.py": "git-sha1:23b69dc10fae713e3b7be76fd9475ab054a58913",
|
| 434 |
+
"fastplms/models/esmfold2/esmfold2_types.py": "git-sha1:38d581ec65c1f918063c271f15b5a71ae1fe7c99",
|
| 435 |
+
"fastplms/models/esmfold2/esmfold2_utils_types.py": "git-sha1:13590243d386bc83fa3c01bb28f8ed6fb79762f2",
|
| 436 |
+
"fastplms/models/esmfold2/modeling_esmfold2.py": "git-sha1:2afc02b24c7b2124b2fe360c114d4279f7f7ca47",
|
| 437 |
+
"fastplms/models/esmfold2/modeling_esmfold2_classification.py": "git-sha1:40ef916274039d645951ce86268e70381a10e588",
|
| 438 |
+
"fastplms/models/esmfold2/modeling_esmfold2_common.py": "git-sha1:40e1b9aa46d9ca3704d28e5f65310d5cc4f84754",
|
| 439 |
+
"fastplms/models/esmfold2/modeling_esmfold2_experimental.py": "git-sha1:ad90ba7c7d91ba6e87189afb7347e02edc105a07",
|
| 440 |
+
"fastplms/models/esmfold2/protein_reference_geometry.json": "git-sha1:5cab64b9eaafe3fb4d4bcb37131ae2202587be5a",
|
| 441 |
+
"fastplms/models/esmfold2/protein_utils.py": "git-sha1:1d7d0eaa25d0f4285056c0a8a7eb7ea7f2bd54ec",
|
| 442 |
+
"fastplms/models/esmfold2/reproducibility.py": "git-sha1:92194cec1867567899ff7fd26646961ac44bd607",
|
| 443 |
+
"fastplms/models/ttt.py": "git-sha1:56b4dbae55b65f1d6a9d86111a22815c103d0162",
|
| 444 |
+
"fastplms/registry.py": "git-sha1:94c1caaa3a2ffd46c281e2cad8c26d324f215ad8",
|
| 445 |
+
"fastplms/runtime.py": "git-sha1:49e60dbbe93b8b0f0d48a4814727dc587edc83b2",
|
| 446 |
+
"fastplms_bundle.py": "git-sha1:7680f1a17ca06befc43ca0a2608fcc94fb3cef18",
|
| 447 |
+
"model.safetensors": "sha256:44d6797c5efebf24753d502b40950e0874871c96ceea14f2d7f7e39cebac67fd",
|
| 448 |
+
"modeling_fastplms.py": "git-sha1:70de8475cfc53606be00abf455fd37eec683097d",
|
| 449 |
+
"preparation-record.json": "git-sha1:7d8abc1916406766055b6cfc9250453f8d5067f2",
|
| 450 |
+
"requirements.txt": "git-sha1:b4be1462b36dc7139d6020d9d36991392e277870"
|
| 451 |
+
},
|
| 452 |
+
"remote_only_files": [
|
| 453 |
+
".gitattributes"
|
| 454 |
+
],
|
| 455 |
+
"status": "passed"
|
| 456 |
+
},
|
| 457 |
+
"repository": "Synthyra/ESMFold2-300",
|
| 458 |
+
"runtime_revision": "d28d60c7ebe32c793d7e5387b258df3f2b3d093d"
|
| 459 |
+
},
|
| 460 |
+
"esmfold2_600": {
|
| 461 |
+
"checkpoint_revision": "71c67d0b2b73dc245ea7c3cc0d0476439a882d08",
|
| 462 |
+
"files": {
|
| 463 |
+
".gitattributes": {
|
| 464 |
+
"blob_id": "a6344aac8c09253b3b630fb776ae94478aa0275b",
|
| 465 |
+
"sha256": null,
|
| 466 |
+
"size": 1519
|
| 467 |
+
},
|
| 468 |
+
"LICENSES/FastPLMs-Apache-2.0.txt": {
|
| 469 |
+
"blob_id": "66c354fb5c07a2de923f8de7cfe1e869dac39200",
|
| 470 |
+
"sha256": null,
|
| 471 |
+
"size": 11601
|
| 472 |
+
},
|
| 473 |
+
"LICENSES/biohub-esm/LICENSE.md": {
|
| 474 |
+
"blob_id": "d6021558652f83cd373d2273f16d9cf402134287",
|
| 475 |
+
"sha256": null,
|
| 476 |
+
"size": 1095
|
| 477 |
+
},
|
| 478 |
+
"LICENSES/biohub-esm/THIRD_PARTY_NOTICE.md": {
|
| 479 |
+
"blob_id": "56d8280e67083eb023fda21b0091f61ea6bdab33",
|
| 480 |
+
"sha256": null,
|
| 481 |
+
"size": 948
|
| 482 |
+
},
|
| 483 |
+
"LICENSES/biohub-transformers/LICENSE": {
|
| 484 |
+
"blob_id": "68b7d66c97d66c58de883ed0c451af2b3183e6f3",
|
| 485 |
+
"sha256": null,
|
| 486 |
+
"size": 11418
|
| 487 |
+
},
|
| 488 |
+
"LICENSES/protein-ttt/LICENSE": {
|
| 489 |
+
"blob_id": "2e8ce69ee735b7021ac28defffdfecb43d287db6",
|
| 490 |
+
"sha256": null,
|
| 491 |
+
"size": 1071
|
| 492 |
+
},
|
| 493 |
+
"LICENSES/protein-ttt/SOURCE_RECORD.md": {
|
| 494 |
+
"blob_id": "b218841986dc236e71f4f124a8f1b0d668ca36b1",
|
| 495 |
+
"sha256": null,
|
| 496 |
+
"size": 393
|
| 497 |
+
},
|
| 498 |
+
"README.md": {
|
| 499 |
+
"blob_id": "ed68901248fe4853c9afc8c0559f94308275f8fb",
|
| 500 |
+
"sha256": null,
|
| 501 |
+
"size": 8784
|
| 502 |
+
},
|
| 503 |
+
"THIRD_PARTY_NOTICES.md": {
|
| 504 |
+
"blob_id": "23e1ddc075d5f693ba8c1184427da8c8d070c5e8",
|
| 505 |
+
"sha256": null,
|
| 506 |
+
"size": 4770
|
| 507 |
+
},
|
| 508 |
+
"config.json": {
|
| 509 |
+
"blob_id": "8e271837cbdada96c4974c8e543f84065e0f06f1",
|
| 510 |
+
"sha256": null,
|
| 511 |
+
"size": 2956
|
| 512 |
+
},
|
| 513 |
+
"fastplms/__init__.py": {
|
| 514 |
+
"blob_id": "c5eebf713f357493cce628d01762dd91279ed6da",
|
| 515 |
+
"sha256": null,
|
| 516 |
+
"size": 1857
|
| 517 |
+
},
|
| 518 |
+
"fastplms/attention/__init__.py": {
|
| 519 |
+
"blob_id": "c54da914ec96b371f45b088091bc5eba9ec042b6",
|
| 520 |
+
"sha256": null,
|
| 521 |
+
"size": 1916
|
| 522 |
+
},
|
| 523 |
+
"fastplms/attention/_core.py": {
|
| 524 |
+
"blob_id": "200d3d93bee777e23dc54e8ed83c399a03ce7d4c",
|
| 525 |
+
"sha256": null,
|
| 526 |
+
"size": 32003
|
| 527 |
+
},
|
| 528 |
+
"fastplms/attention/_kernel_lock.py": {
|
| 529 |
+
"blob_id": "a859f57c9af23eb30743234d333c2f4ffbdf0406",
|
| 530 |
+
"sha256": null,
|
| 531 |
+
"size": 7062
|
| 532 |
+
},
|
| 533 |
+
"fastplms/attention/interfaces.py": {
|
| 534 |
+
"blob_id": "7d219c8145fa8532a2a405f32d176f7bbf90dad5",
|
| 535 |
+
"sha256": null,
|
| 536 |
+
"size": 10282
|
| 537 |
+
},
|
| 538 |
+
"fastplms/embeddings/__init__.py": {
|
| 539 |
+
"blob_id": "dd1ddd5abe67511a6fffadd502152ecc619785b1",
|
| 540 |
+
"sha256": null,
|
| 541 |
+
"size": 1505
|
| 542 |
+
},
|
| 543 |
+
"fastplms/embeddings/pooling.py": {
|
| 544 |
+
"blob_id": "08d577c0e03c8a41d0c5e9ca924a6eb0cfd307a8",
|
| 545 |
+
"sha256": null,
|
| 546 |
+
"size": 9875
|
| 547 |
+
},
|
| 548 |
+
"fastplms/embeddings/runner.py": {
|
| 549 |
+
"blob_id": "200082f7742b04334455cc68ae7d67f7ffd6a589",
|
| 550 |
+
"sha256": null,
|
| 551 |
+
"size": 67610
|
| 552 |
+
},
|
| 553 |
+
"fastplms/embeddings/storage.py": {
|
| 554 |
+
"blob_id": "7fc4d1d02284bd5ccf1f7a0e330fba0d4a8449f3",
|
| 555 |
+
"sha256": null,
|
| 556 |
+
"size": 66426
|
| 557 |
+
},
|
| 558 |
+
"fastplms/embeddings/types.py": {
|
| 559 |
+
"blob_id": "5166ebd2149db563a2a305f1d866b535d478b5d5",
|
| 560 |
+
"sha256": null,
|
| 561 |
+
"size": 6463
|
| 562 |
+
},
|
| 563 |
+
"fastplms/models.toml": {
|
| 564 |
+
"blob_id": "21e126f7f4a76085fdb2c9750ac5c81d5e294bb9",
|
| 565 |
+
"sha256": null,
|
| 566 |
+
"size": 82900
|
| 567 |
+
},
|
| 568 |
+
"fastplms/models/__init__.py": {
|
| 569 |
+
"blob_id": "340b1a15b14b256253ce91ab3eb3114a394ac8e9",
|
| 570 |
+
"sha256": null,
|
| 571 |
+
"size": 336
|
| 572 |
+
},
|
| 573 |
+
"fastplms/models/_esm_rotary.py": {
|
| 574 |
+
"blob_id": "57b3c5c29efb2a4a26755c24bc49cf9872cc5eea",
|
| 575 |
+
"sha256": null,
|
| 576 |
+
"size": 3375
|
| 577 |
+
},
|
| 578 |
+
"fastplms/models/classification_probe.py": {
|
| 579 |
+
"blob_id": "61ab5d77ddcadbdc87e3b7d200f4541b28389a3e",
|
| 580 |
+
"sha256": null,
|
| 581 |
+
"size": 20018
|
| 582 |
+
},
|
| 583 |
+
"fastplms/models/esm_plusplus/__init__.py": {
|
| 584 |
+
"blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
|
| 585 |
+
"sha256": null,
|
| 586 |
+
"size": 0
|
| 587 |
+
},
|
| 588 |
+
"fastplms/models/esm_plusplus/modeling_esm_plusplus.py": {
|
| 589 |
+
"blob_id": "d07fa56f11d7d534bd07532c76fe548a5fe57b5e",
|
| 590 |
+
"sha256": null,
|
| 591 |
+
"size": 79508
|
| 592 |
+
},
|
| 593 |
+
"fastplms/models/esm_plusplus/modeling_esm_plusplus_sae.py": {
|
| 594 |
+
"blob_id": "a74514f3c9e8d8974cd470c4a3d9700033dc087f",
|
| 595 |
+
"sha256": null,
|
| 596 |
+
"size": 9994
|
| 597 |
+
},
|
| 598 |
+
"fastplms/models/esmfold2/__init__.py": {
|
| 599 |
+
"blob_id": "6868ae5312cab54842dd34ff5a6c649d4974a7bd",
|
| 600 |
+
"sha256": null,
|
| 601 |
+
"size": 2029
|
| 602 |
+
},
|
| 603 |
+
"fastplms/models/esmfold2/attention.py": {
|
| 604 |
+
"blob_id": "5823fc67550fd0fdbb1bcb7d5f0aa143d1a78c79",
|
| 605 |
+
"sha256": null,
|
| 606 |
+
"size": 1603
|
| 607 |
+
},
|
| 608 |
+
"fastplms/models/esmfold2/configuration_esmfold2.py": {
|
| 609 |
+
"blob_id": "405a809c64cd16de990b147cd5b8117b9df16f5e",
|
| 610 |
+
"sha256": null,
|
| 611 |
+
"size": 12740
|
| 612 |
+
},
|
| 613 |
+
"fastplms/models/esmfold2/embedding.py": {
|
| 614 |
+
"blob_id": "e22160f1f45ae92c08ebb42d81409f59874d036e",
|
| 615 |
+
"sha256": null,
|
| 616 |
+
"size": 4408
|
| 617 |
+
},
|
| 618 |
+
"fastplms/models/esmfold2/esmfold2_affine3d.py": {
|
| 619 |
+
"blob_id": "17c47f2fbbbd90bf8006b58f0b0a537499b4fd23",
|
| 620 |
+
"sha256": null,
|
| 621 |
+
"size": 20401
|
| 622 |
+
},
|
| 623 |
+
"fastplms/models/esmfold2/esmfold2_aligner.py": {
|
| 624 |
+
"blob_id": "a23b9d6d6b727ba020cef08f9208281e65b02393",
|
| 625 |
+
"sha256": null,
|
| 626 |
+
"size": 2696
|
| 627 |
+
},
|
| 628 |
+
"fastplms/models/esmfold2/esmfold2_atom_indexer.py": {
|
| 629 |
+
"blob_id": "676cbde76427c6c64672c0fe4e991457cdf57d70",
|
| 630 |
+
"sha256": null,
|
| 631 |
+
"size": 920
|
| 632 |
+
},
|
| 633 |
+
"fastplms/models/esmfold2/esmfold2_conformers.py": {
|
| 634 |
+
"blob_id": "ddd0e9b55e4175aa0d144c7330ecfcd1d3d902d4",
|
| 635 |
+
"sha256": null,
|
| 636 |
+
"size": 16121
|
| 637 |
+
},
|
| 638 |
+
"fastplms/models/esmfold2/esmfold2_constants.py": {
|
| 639 |
+
"blob_id": "df0709620fda4f5cdf91b69f6eff2d3cd61e9b19",
|
| 640 |
+
"sha256": null,
|
| 641 |
+
"size": 6060
|
| 642 |
+
},
|
| 643 |
+
"fastplms/models/esmfold2/esmfold2_constants_esm3.py": {
|
| 644 |
+
"blob_id": "4c044111bb9e5f18d11b207a3b9d2c0a75f83fc5",
|
| 645 |
+
"sha256": null,
|
| 646 |
+
"size": 2913
|
| 647 |
+
},
|
| 648 |
+
"fastplms/models/esmfold2/esmfold2_input_builder.py": {
|
| 649 |
+
"blob_id": "ca51bc2c91fd4c1e4139f7bcca71898e38e23065",
|
| 650 |
+
"sha256": null,
|
| 651 |
+
"size": 6859
|
| 652 |
+
},
|
| 653 |
+
"fastplms/models/esmfold2/esmfold2_metrics.py": {
|
| 654 |
+
"blob_id": "fcd665167967a7524b7de15bff5afcc9e4c63bf6",
|
| 655 |
+
"sha256": null,
|
| 656 |
+
"size": 8161
|
| 657 |
+
},
|
| 658 |
+
"fastplms/models/esmfold2/esmfold2_misc.py": {
|
| 659 |
+
"blob_id": "022edaf3916ab22b21363018e3cbf54963440c0e",
|
| 660 |
+
"sha256": null,
|
| 661 |
+
"size": 13490
|
| 662 |
+
},
|
| 663 |
+
"fastplms/models/esmfold2/esmfold2_mmcif_parsing.py": {
|
| 664 |
+
"blob_id": "caa4a04d76bf48212f6476008d360640ec6202f4",
|
| 665 |
+
"sha256": null,
|
| 666 |
+
"size": 16574
|
| 667 |
+
},
|
| 668 |
+
"fastplms/models/esmfold2/esmfold2_molecular_complex.py": {
|
| 669 |
+
"blob_id": "3c8921534302e524a9cc3e11242a6c54f16a53e5",
|
| 670 |
+
"sha256": null,
|
| 671 |
+
"size": 40861
|
| 672 |
+
},
|
| 673 |
+
"fastplms/models/esmfold2/esmfold2_msa.py": {
|
| 674 |
+
"blob_id": "56c625556d3096e5ac060e1f4571577043d9eb15",
|
| 675 |
+
"sha256": null,
|
| 676 |
+
"size": 20583
|
| 677 |
+
},
|
| 678 |
+
"fastplms/models/esmfold2/esmfold2_msa_filter_sequences.py": {
|
| 679 |
+
"blob_id": "bc13db7bee2398d291265e6f5a2e95752b2be61e",
|
| 680 |
+
"sha256": null,
|
| 681 |
+
"size": 3790
|
| 682 |
+
},
|
| 683 |
+
"fastplms/models/esmfold2/esmfold2_normalize_coordinates.py": {
|
| 684 |
+
"blob_id": "45e065247f9b1ac048c697d9b10c0a14605ee8e9",
|
| 685 |
+
"sha256": null,
|
| 686 |
+
"size": 2546
|
| 687 |
+
},
|
| 688 |
+
"fastplms/models/esmfold2/esmfold2_output.py": {
|
| 689 |
+
"blob_id": "97c846a73358dc5ab25506037ec77f6786441ef4",
|
| 690 |
+
"sha256": null,
|
| 691 |
+
"size": 7467
|
| 692 |
+
},
|
| 693 |
+
"fastplms/models/esmfold2/esmfold2_paired_msa.py": {
|
| 694 |
+
"blob_id": "44f050b37c83ae70cf70b532380eb11c94a608a3",
|
| 695 |
+
"sha256": null,
|
| 696 |
+
"size": 9425
|
| 697 |
+
},
|
| 698 |
+
"fastplms/models/esmfold2/esmfold2_parsing.py": {
|
| 699 |
+
"blob_id": "f906d1ff2804c726daf283d6b323f44b43d2a662",
|
| 700 |
+
"sha256": null,
|
| 701 |
+
"size": 3803
|
| 702 |
+
},
|
| 703 |
+
"fastplms/models/esmfold2/esmfold2_predicted_aligned_error.py": {
|
| 704 |
+
"blob_id": "d6ab3e74beb4ae86d22fb7d879126f5b23a1096e",
|
| 705 |
+
"sha256": null,
|
| 706 |
+
"size": 4037
|
| 707 |
+
},
|
| 708 |
+
"fastplms/models/esmfold2/esmfold2_prepare_input.py": {
|
| 709 |
+
"blob_id": "870c45754d5e3d41d1f0db90ffb56eec2a5eb3fd",
|
| 710 |
+
"sha256": null,
|
| 711 |
+
"size": 40735
|
| 712 |
+
},
|
| 713 |
+
"fastplms/models/esmfold2/esmfold2_processor.py": {
|
| 714 |
+
"blob_id": "ba2192ac5bcbab2a0e6bb955a6d10914929b7e66",
|
| 715 |
+
"sha256": null,
|
| 716 |
+
"size": 11890
|
| 717 |
+
},
|
| 718 |
+
"fastplms/models/esmfold2/esmfold2_protein_chain.py": {
|
| 719 |
+
"blob_id": "acaaaf585e354204bb99916f9d2b2f515c58ea29",
|
| 720 |
+
"sha256": null,
|
| 721 |
+
"size": 58313
|
| 722 |
+
},
|
| 723 |
+
"fastplms/models/esmfold2/esmfold2_protein_complex.py": {
|
| 724 |
+
"blob_id": "688ea5ce68efecdcc522e1ec4015d60d12bf782a",
|
| 725 |
+
"sha256": null,
|
| 726 |
+
"size": 49763
|
| 727 |
+
},
|
| 728 |
+
"fastplms/models/esmfold2/esmfold2_protein_structure.py": {
|
| 729 |
+
"blob_id": "1d41330753a1d2d82194f77004645d162bda3617",
|
| 730 |
+
"sha256": null,
|
| 731 |
+
"size": 8565
|
| 732 |
+
},
|
| 733 |
+
"fastplms/models/esmfold2/esmfold2_residue_constants.py": {
|
| 734 |
+
"blob_id": "42655c58c794c2862036bc993a4970989afbbf05",
|
| 735 |
+
"sha256": null,
|
| 736 |
+
"size": 32919
|
| 737 |
+
},
|
| 738 |
+
"fastplms/models/esmfold2/esmfold2_sequential_dataclass.py": {
|
| 739 |
+
"blob_id": "97b1a47c3c65d51625541f41abfbd0821617301a",
|
| 740 |
+
"sha256": null,
|
| 741 |
+
"size": 3928
|
| 742 |
+
},
|
| 743 |
+
"fastplms/models/esmfold2/esmfold2_system.py": {
|
| 744 |
+
"blob_id": "23b69dc10fae713e3b7be76fd9475ab054a58913",
|
| 745 |
+
"sha256": null,
|
| 746 |
+
"size": 1600
|
| 747 |
+
},
|
| 748 |
+
"fastplms/models/esmfold2/esmfold2_types.py": {
|
| 749 |
+
"blob_id": "38d581ec65c1f918063c271f15b5a71ae1fe7c99",
|
| 750 |
+
"sha256": null,
|
| 751 |
+
"size": 875
|
| 752 |
+
},
|
| 753 |
+
"fastplms/models/esmfold2/esmfold2_utils_types.py": {
|
| 754 |
+
"blob_id": "13590243d386bc83fa3c01bb28f8ed6fb79762f2",
|
| 755 |
+
"sha256": null,
|
| 756 |
+
"size": 1058
|
| 757 |
+
},
|
| 758 |
+
"fastplms/models/esmfold2/modeling_esmfold2.py": {
|
| 759 |
+
"blob_id": "2afc02b24c7b2124b2fe360c114d4279f7f7ca47",
|
| 760 |
+
"sha256": null,
|
| 761 |
+
"size": 80431
|
| 762 |
+
},
|
| 763 |
+
"fastplms/models/esmfold2/modeling_esmfold2_classification.py": {
|
| 764 |
+
"blob_id": "40ef916274039d645951ce86268e70381a10e588",
|
| 765 |
+
"sha256": null,
|
| 766 |
+
"size": 9096
|
| 767 |
+
},
|
| 768 |
+
"fastplms/models/esmfold2/modeling_esmfold2_common.py": {
|
| 769 |
+
"blob_id": "40e1b9aa46d9ca3704d28e5f65310d5cc4f84754",
|
| 770 |
+
"sha256": null,
|
| 771 |
+
"size": 105595
|
| 772 |
+
},
|
| 773 |
+
"fastplms/models/esmfold2/modeling_esmfold2_experimental.py": {
|
| 774 |
+
"blob_id": "ad90ba7c7d91ba6e87189afb7347e02edc105a07",
|
| 775 |
+
"sha256": null,
|
| 776 |
+
"size": 42198
|
| 777 |
+
},
|
| 778 |
+
"fastplms/models/esmfold2/protein_reference_geometry.json": {
|
| 779 |
+
"blob_id": "5cab64b9eaafe3fb4d4bcb37131ae2202587be5a",
|
| 780 |
+
"sha256": null,
|
| 781 |
+
"size": 11364
|
| 782 |
+
},
|
| 783 |
+
"fastplms/models/esmfold2/protein_utils.py": {
|
| 784 |
+
"blob_id": "1d7d0eaa25d0f4285056c0a8a7eb7ea7f2bd54ec",
|
| 785 |
+
"sha256": null,
|
| 786 |
+
"size": 7649
|
| 787 |
+
},
|
| 788 |
+
"fastplms/models/esmfold2/reproducibility.py": {
|
| 789 |
+
"blob_id": "92194cec1867567899ff7fd26646961ac44bd607",
|
| 790 |
+
"sha256": null,
|
| 791 |
+
"size": 1743
|
| 792 |
+
},
|
| 793 |
+
"fastplms/models/ttt.py": {
|
| 794 |
+
"blob_id": "56b4dbae55b65f1d6a9d86111a22815c103d0162",
|
| 795 |
+
"sha256": null,
|
| 796 |
+
"size": 37757
|
| 797 |
+
},
|
| 798 |
+
"fastplms/registry.py": {
|
| 799 |
+
"blob_id": "94c1caaa3a2ffd46c281e2cad8c26d324f215ad8",
|
| 800 |
+
"sha256": null,
|
| 801 |
+
"size": 64242
|
| 802 |
+
},
|
| 803 |
+
"fastplms/runtime.py": {
|
| 804 |
+
"blob_id": "49e60dbbe93b8b0f0d48a4814727dc587edc83b2",
|
| 805 |
+
"sha256": null,
|
| 806 |
+
"size": 2541
|
| 807 |
+
},
|
| 808 |
+
"fastplms_bundle.py": {
|
| 809 |
+
"blob_id": "c881bff49269cff54b4f789dc983fd4a202312bd",
|
| 810 |
+
"sha256": null,
|
| 811 |
+
"size": 395508
|
| 812 |
+
},
|
| 813 |
+
"model.safetensors": {
|
| 814 |
+
"blob_id": "d9225c09e2f6378872db29cdcfc36ac4e67d8eda",
|
| 815 |
+
"sha256": "11a53c1b4700b6c62a5a464fc3ec7076160c19e8584157f88e13275116cfd602",
|
| 816 |
+
"size": 684804708
|
| 817 |
+
},
|
| 818 |
+
"modeling_fastplms.py": {
|
| 819 |
+
"blob_id": "9acc2057146ace08bf93cbecf5cb730d04ce270e",
|
| 820 |
+
"sha256": null,
|
| 821 |
+
"size": 7992
|
| 822 |
+
},
|
| 823 |
+
"preparation-record.json": {
|
| 824 |
+
"blob_id": "2d67018c172c86cda8c99a1a41ff1e80a6e99753",
|
| 825 |
+
"sha256": null,
|
| 826 |
+
"size": 24327
|
| 827 |
+
},
|
| 828 |
+
"requirements.txt": {
|
| 829 |
+
"blob_id": "07d30a5623e40adeb30d564a7dda27edabe97861",
|
| 830 |
+
"sha256": null,
|
| 831 |
+
"size": 450
|
| 832 |
+
}
|
| 833 |
+
},
|
| 834 |
+
"remote_verification": {
|
| 835 |
+
"files": {
|
| 836 |
+
"LICENSES/FastPLMs-Apache-2.0.txt": "git-sha1:66c354fb5c07a2de923f8de7cfe1e869dac39200",
|
| 837 |
+
"LICENSES/biohub-esm/LICENSE.md": "git-sha1:d6021558652f83cd373d2273f16d9cf402134287",
|
| 838 |
+
"LICENSES/biohub-esm/THIRD_PARTY_NOTICE.md": "git-sha1:56d8280e67083eb023fda21b0091f61ea6bdab33",
|
| 839 |
+
"LICENSES/biohub-transformers/LICENSE": "git-sha1:68b7d66c97d66c58de883ed0c451af2b3183e6f3",
|
| 840 |
+
"LICENSES/protein-ttt/LICENSE": "git-sha1:2e8ce69ee735b7021ac28defffdfecb43d287db6",
|
| 841 |
+
"LICENSES/protein-ttt/SOURCE_RECORD.md": "git-sha1:b218841986dc236e71f4f124a8f1b0d668ca36b1",
|
| 842 |
+
"README.md": "git-sha1:08fe3df48019e4ccd480e7660c244df9d0a4ecdd",
|
| 843 |
+
"THIRD_PARTY_NOTICES.md": "git-sha1:23e1ddc075d5f693ba8c1184427da8c8d070c5e8",
|
| 844 |
+
"config.json": "git-sha1:8dfaf7dff1d16b6e8912b5d55a7199eda0c5b443",
|
| 845 |
+
"fastplms/__init__.py": "git-sha1:c5eebf713f357493cce628d01762dd91279ed6da",
|
| 846 |
+
"fastplms/attention/__init__.py": "git-sha1:c54da914ec96b371f45b088091bc5eba9ec042b6",
|
| 847 |
+
"fastplms/attention/_core.py": "git-sha1:200d3d93bee777e23dc54e8ed83c399a03ce7d4c",
|
| 848 |
+
"fastplms/attention/_kernel_lock.py": "git-sha1:a859f57c9af23eb30743234d333c2f4ffbdf0406",
|
| 849 |
+
"fastplms/attention/interfaces.py": "git-sha1:7d219c8145fa8532a2a405f32d176f7bbf90dad5",
|
| 850 |
+
"fastplms/embeddings/__init__.py": "git-sha1:dd1ddd5abe67511a6fffadd502152ecc619785b1",
|
| 851 |
+
"fastplms/embeddings/pooling.py": "git-sha1:08d577c0e03c8a41d0c5e9ca924a6eb0cfd307a8",
|
| 852 |
+
"fastplms/embeddings/runner.py": "git-sha1:200082f7742b04334455cc68ae7d67f7ffd6a589",
|
| 853 |
+
"fastplms/embeddings/storage.py": "git-sha1:7fc4d1d02284bd5ccf1f7a0e330fba0d4a8449f3",
|
| 854 |
+
"fastplms/embeddings/types.py": "git-sha1:5166ebd2149db563a2a305f1d866b535d478b5d5",
|
| 855 |
+
"fastplms/models.toml": "git-sha1:b59b0e0b0a64836560e1aa4b353dd037f2c887bc",
|
| 856 |
+
"fastplms/models/__init__.py": "git-sha1:340b1a15b14b256253ce91ab3eb3114a394ac8e9",
|
| 857 |
+
"fastplms/models/_esm_rotary.py": "git-sha1:57b3c5c29efb2a4a26755c24bc49cf9872cc5eea",
|
| 858 |
+
"fastplms/models/classification_probe.py": "git-sha1:61ab5d77ddcadbdc87e3b7d200f4541b28389a3e",
|
| 859 |
+
"fastplms/models/esm_plusplus/__init__.py": "git-sha1:e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
|
| 860 |
+
"fastplms/models/esm_plusplus/modeling_esm_plusplus.py": "git-sha1:d07fa56f11d7d534bd07532c76fe548a5fe57b5e",
|
| 861 |
+
"fastplms/models/esm_plusplus/modeling_esm_plusplus_sae.py": "git-sha1:a74514f3c9e8d8974cd470c4a3d9700033dc087f",
|
| 862 |
+
"fastplms/models/esmfold2/__init__.py": "git-sha1:6868ae5312cab54842dd34ff5a6c649d4974a7bd",
|
| 863 |
+
"fastplms/models/esmfold2/attention.py": "git-sha1:5823fc67550fd0fdbb1bcb7d5f0aa143d1a78c79",
|
| 864 |
+
"fastplms/models/esmfold2/configuration_esmfold2.py": "git-sha1:405a809c64cd16de990b147cd5b8117b9df16f5e",
|
| 865 |
+
"fastplms/models/esmfold2/embedding.py": "git-sha1:e22160f1f45ae92c08ebb42d81409f59874d036e",
|
| 866 |
+
"fastplms/models/esmfold2/esmfold2_affine3d.py": "git-sha1:17c47f2fbbbd90bf8006b58f0b0a537499b4fd23",
|
| 867 |
+
"fastplms/models/esmfold2/esmfold2_aligner.py": "git-sha1:a23b9d6d6b727ba020cef08f9208281e65b02393",
|
| 868 |
+
"fastplms/models/esmfold2/esmfold2_atom_indexer.py": "git-sha1:676cbde76427c6c64672c0fe4e991457cdf57d70",
|
| 869 |
+
"fastplms/models/esmfold2/esmfold2_conformers.py": "git-sha1:ddd0e9b55e4175aa0d144c7330ecfcd1d3d902d4",
|
| 870 |
+
"fastplms/models/esmfold2/esmfold2_constants.py": "git-sha1:df0709620fda4f5cdf91b69f6eff2d3cd61e9b19",
|
| 871 |
+
"fastplms/models/esmfold2/esmfold2_constants_esm3.py": "git-sha1:4c044111bb9e5f18d11b207a3b9d2c0a75f83fc5",
|
| 872 |
+
"fastplms/models/esmfold2/esmfold2_input_builder.py": "git-sha1:ca51bc2c91fd4c1e4139f7bcca71898e38e23065",
|
| 873 |
+
"fastplms/models/esmfold2/esmfold2_metrics.py": "git-sha1:fcd665167967a7524b7de15bff5afcc9e4c63bf6",
|
| 874 |
+
"fastplms/models/esmfold2/esmfold2_misc.py": "git-sha1:022edaf3916ab22b21363018e3cbf54963440c0e",
|
| 875 |
+
"fastplms/models/esmfold2/esmfold2_mmcif_parsing.py": "git-sha1:caa4a04d76bf48212f6476008d360640ec6202f4",
|
| 876 |
+
"fastplms/models/esmfold2/esmfold2_molecular_complex.py": "git-sha1:3c8921534302e524a9cc3e11242a6c54f16a53e5",
|
| 877 |
+
"fastplms/models/esmfold2/esmfold2_msa.py": "git-sha1:56c625556d3096e5ac060e1f4571577043d9eb15",
|
| 878 |
+
"fastplms/models/esmfold2/esmfold2_msa_filter_sequences.py": "git-sha1:bc13db7bee2398d291265e6f5a2e95752b2be61e",
|
| 879 |
+
"fastplms/models/esmfold2/esmfold2_normalize_coordinates.py": "git-sha1:45e065247f9b1ac048c697d9b10c0a14605ee8e9",
|
| 880 |
+
"fastplms/models/esmfold2/esmfold2_output.py": "git-sha1:97c846a73358dc5ab25506037ec77f6786441ef4",
|
| 881 |
+
"fastplms/models/esmfold2/esmfold2_paired_msa.py": "git-sha1:44f050b37c83ae70cf70b532380eb11c94a608a3",
|
| 882 |
+
"fastplms/models/esmfold2/esmfold2_parsing.py": "git-sha1:f906d1ff2804c726daf283d6b323f44b43d2a662",
|
| 883 |
+
"fastplms/models/esmfold2/esmfold2_predicted_aligned_error.py": "git-sha1:d6ab3e74beb4ae86d22fb7d879126f5b23a1096e",
|
| 884 |
+
"fastplms/models/esmfold2/esmfold2_prepare_input.py": "git-sha1:870c45754d5e3d41d1f0db90ffb56eec2a5eb3fd",
|
| 885 |
+
"fastplms/models/esmfold2/esmfold2_processor.py": "git-sha1:ba2192ac5bcbab2a0e6bb955a6d10914929b7e66",
|
| 886 |
+
"fastplms/models/esmfold2/esmfold2_protein_chain.py": "git-sha1:acaaaf585e354204bb99916f9d2b2f515c58ea29",
|
| 887 |
+
"fastplms/models/esmfold2/esmfold2_protein_complex.py": "git-sha1:688ea5ce68efecdcc522e1ec4015d60d12bf782a",
|
| 888 |
+
"fastplms/models/esmfold2/esmfold2_protein_structure.py": "git-sha1:1d41330753a1d2d82194f77004645d162bda3617",
|
| 889 |
+
"fastplms/models/esmfold2/esmfold2_residue_constants.py": "git-sha1:42655c58c794c2862036bc993a4970989afbbf05",
|
| 890 |
+
"fastplms/models/esmfold2/esmfold2_sequential_dataclass.py": "git-sha1:97b1a47c3c65d51625541f41abfbd0821617301a",
|
| 891 |
+
"fastplms/models/esmfold2/esmfold2_system.py": "git-sha1:23b69dc10fae713e3b7be76fd9475ab054a58913",
|
| 892 |
+
"fastplms/models/esmfold2/esmfold2_types.py": "git-sha1:38d581ec65c1f918063c271f15b5a71ae1fe7c99",
|
| 893 |
+
"fastplms/models/esmfold2/esmfold2_utils_types.py": "git-sha1:13590243d386bc83fa3c01bb28f8ed6fb79762f2",
|
| 894 |
+
"fastplms/models/esmfold2/modeling_esmfold2.py": "git-sha1:2afc02b24c7b2124b2fe360c114d4279f7f7ca47",
|
| 895 |
+
"fastplms/models/esmfold2/modeling_esmfold2_classification.py": "git-sha1:40ef916274039d645951ce86268e70381a10e588",
|
| 896 |
+
"fastplms/models/esmfold2/modeling_esmfold2_common.py": "git-sha1:40e1b9aa46d9ca3704d28e5f65310d5cc4f84754",
|
| 897 |
+
"fastplms/models/esmfold2/modeling_esmfold2_experimental.py": "git-sha1:ad90ba7c7d91ba6e87189afb7347e02edc105a07",
|
| 898 |
+
"fastplms/models/esmfold2/protein_reference_geometry.json": "git-sha1:5cab64b9eaafe3fb4d4bcb37131ae2202587be5a",
|
| 899 |
+
"fastplms/models/esmfold2/protein_utils.py": "git-sha1:1d7d0eaa25d0f4285056c0a8a7eb7ea7f2bd54ec",
|
| 900 |
+
"fastplms/models/esmfold2/reproducibility.py": "git-sha1:92194cec1867567899ff7fd26646961ac44bd607",
|
| 901 |
+
"fastplms/models/ttt.py": "git-sha1:56b4dbae55b65f1d6a9d86111a22815c103d0162",
|
| 902 |
+
"fastplms/registry.py": "git-sha1:94c1caaa3a2ffd46c281e2cad8c26d324f215ad8",
|
| 903 |
+
"fastplms/runtime.py": "git-sha1:49e60dbbe93b8b0f0d48a4814727dc587edc83b2",
|
| 904 |
+
"fastplms_bundle.py": "git-sha1:7680f1a17ca06befc43ca0a2608fcc94fb3cef18",
|
| 905 |
+
"model.safetensors": "sha256:11a53c1b4700b6c62a5a464fc3ec7076160c19e8584157f88e13275116cfd602",
|
| 906 |
+
"modeling_fastplms.py": "git-sha1:70de8475cfc53606be00abf455fd37eec683097d",
|
| 907 |
+
"preparation-record.json": "git-sha1:4a352f390ee82b08dd9f904ba6a802960cadf092",
|
| 908 |
+
"requirements.txt": "git-sha1:07d30a5623e40adeb30d564a7dda27edabe97861"
|
| 909 |
+
},
|
| 910 |
+
"remote_only_files": [
|
| 911 |
+
".gitattributes"
|
| 912 |
+
],
|
| 913 |
+
"status": "passed"
|
| 914 |
+
},
|
| 915 |
+
"repository": "Synthyra/ESMFold2-600",
|
| 916 |
+
"runtime_revision": "8fee248af8267a0778ca995500c7a3630a315791"
|
| 917 |
+
}
|
| 918 |
+
}
|
docs/validation/fastplms_files_only_publication.json
ADDED
|
@@ -0,0 +1,287 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repositories": {
|
| 3 |
+
"Synthyra/ANKH2_large": {
|
| 4 |
+
"file_count": 24,
|
| 5 |
+
"parent_commit": "3d2326bf761b7191426848d129384207f3f5a2aa",
|
| 6 |
+
"payload_inventory_sha256": "de4d7c4e1a4ec82384a65007a3fcc929bb91c5c74b85c552235ff953e60a4ef0",
|
| 7 |
+
"preexisting_unplanned_files_preserved": true,
|
| 8 |
+
"revision": "d9b59682d63dd7e34fcb5c84a7cff3bfa2a8aafc",
|
| 9 |
+
"status": "verified",
|
| 10 |
+
"weights_uploaded": false
|
| 11 |
+
},
|
| 12 |
+
"Synthyra/ANKH3_large": {
|
| 13 |
+
"file_count": 24,
|
| 14 |
+
"parent_commit": "d70cb7a62a92c4441083c6ec6e86344bf20055ec",
|
| 15 |
+
"payload_inventory_sha256": "857ea703bb7d16ff8bea50e96d92cf207c625fb22eadaadc9c043828242795c8",
|
| 16 |
+
"preexisting_unplanned_files_preserved": true,
|
| 17 |
+
"revision": "b75d8138a0c5c6ba36b0d0c93f2452e1b5339b36",
|
| 18 |
+
"status": "verified",
|
| 19 |
+
"weights_uploaded": false
|
| 20 |
+
},
|
| 21 |
+
"Synthyra/ANKH3_xl": {
|
| 22 |
+
"file_count": 24,
|
| 23 |
+
"parent_commit": "77bc4b74b31f61de746a47c0bfa16b198d56e13d",
|
| 24 |
+
"payload_inventory_sha256": "ca79e78bc43aee5b7c57cd9dc9279b900366e14ccc26cbd7968830768158ae90",
|
| 25 |
+
"preexisting_unplanned_files_preserved": true,
|
| 26 |
+
"revision": "42613c1b98b3c5a1fe3bab33b48bb9bd9e68f8e3",
|
| 27 |
+
"status": "verified",
|
| 28 |
+
"weights_uploaded": false
|
| 29 |
+
},
|
| 30 |
+
"Synthyra/ANKH_base": {
|
| 31 |
+
"file_count": 24,
|
| 32 |
+
"parent_commit": "e2bd7bc21c75a7bfdf94f57bc59a984c97b4b30f",
|
| 33 |
+
"payload_inventory_sha256": "48f2f8c2c656e55750b5d17d1fabe47224ac7ac8eafe43bf119085f9ade76185",
|
| 34 |
+
"preexisting_unplanned_files_preserved": true,
|
| 35 |
+
"revision": "f40a119553dfcda3ab735dd09484a1560d2db5b8",
|
| 36 |
+
"status": "verified",
|
| 37 |
+
"weights_uploaded": false
|
| 38 |
+
},
|
| 39 |
+
"Synthyra/ANKH_large": {
|
| 40 |
+
"file_count": 24,
|
| 41 |
+
"parent_commit": "d0d4d0ed2ce25e711012de600ecca9c9b0c8cf4d",
|
| 42 |
+
"payload_inventory_sha256": "743b6b30771c5d1241814cf1be3a2dbb6fbad5c660f73177707724133617d98c",
|
| 43 |
+
"preexisting_unplanned_files_preserved": true,
|
| 44 |
+
"revision": "a6ea45ab2ed56eb1ca7958bf89663b9d2baff501",
|
| 45 |
+
"status": "verified",
|
| 46 |
+
"weights_uploaded": false
|
| 47 |
+
},
|
| 48 |
+
"Synthyra/Boltz2": {
|
| 49 |
+
"file_count": 42,
|
| 50 |
+
"parent_commit": "b113c040093ad4202674580f55b46814bad54913",
|
| 51 |
+
"payload_inventory_sha256": "d58abf232cfdbbacef80df963cc39f74862c985ec8469401033acc54c95a2f64",
|
| 52 |
+
"preexisting_unplanned_files_preserved": true,
|
| 53 |
+
"revision": "a645a8cf6cea56ddb9bdaa655209fe8cb4446f75",
|
| 54 |
+
"status": "verified",
|
| 55 |
+
"weights_uploaded": false
|
| 56 |
+
},
|
| 57 |
+
"Synthyra/DPLM-150M": {
|
| 58 |
+
"file_count": 28,
|
| 59 |
+
"parent_commit": "883e1186c64112750e801522a4fb95e0706fb0b0",
|
| 60 |
+
"payload_inventory_sha256": "1e18c317a2eaf06ba4dbaa8855b2baaf851d43b6b4440b1996257b7cc9315a55",
|
| 61 |
+
"preexisting_unplanned_files_preserved": true,
|
| 62 |
+
"revision": "19fb5f1ca0f325814a4e521bcb3460eaa3a83372",
|
| 63 |
+
"status": "verified",
|
| 64 |
+
"weights_uploaded": false
|
| 65 |
+
},
|
| 66 |
+
"Synthyra/DPLM-3B": {
|
| 67 |
+
"file_count": 28,
|
| 68 |
+
"parent_commit": "2c967047adc88f448bd76ac1f1ff1195729e8fc4",
|
| 69 |
+
"payload_inventory_sha256": "d3fb668afe7feca0f756c448dd8ba877b7406b88e27fc75592c0a7e560cc86f0",
|
| 70 |
+
"preexisting_unplanned_files_preserved": true,
|
| 71 |
+
"revision": "4579785e45957253193d063318b2846b05043dfe",
|
| 72 |
+
"status": "verified",
|
| 73 |
+
"weights_uploaded": false
|
| 74 |
+
},
|
| 75 |
+
"Synthyra/DPLM-650M": {
|
| 76 |
+
"file_count": 28,
|
| 77 |
+
"parent_commit": "ba107afa26aadc6f33c0ff16e1363c77449a2c06",
|
| 78 |
+
"payload_inventory_sha256": "c193a753b9764d492e35ec39bf05cecac54002bf86a132f5f88007b5f35a89c8",
|
| 79 |
+
"preexisting_unplanned_files_preserved": true,
|
| 80 |
+
"revision": "8c44bfc24f69a5a17c5eccd14fd86cfd607de33a",
|
| 81 |
+
"status": "verified",
|
| 82 |
+
"weights_uploaded": false
|
| 83 |
+
},
|
| 84 |
+
"Synthyra/DPLM2-150M": {
|
| 85 |
+
"file_count": 28,
|
| 86 |
+
"parent_commit": "0ae77d8cf4b700370a7301a5126e265ade8eaa4c",
|
| 87 |
+
"payload_inventory_sha256": "d1ffce66dd04d106ee95a091e798dcbcb6fd3a685f9142c9a36081943cf4c23a",
|
| 88 |
+
"preexisting_unplanned_files_preserved": true,
|
| 89 |
+
"revision": "f4e673b03b81c567977d940a1eca61e3b098a351",
|
| 90 |
+
"status": "verified",
|
| 91 |
+
"weights_uploaded": false
|
| 92 |
+
},
|
| 93 |
+
"Synthyra/DPLM2-3B": {
|
| 94 |
+
"file_count": 28,
|
| 95 |
+
"parent_commit": "2a6d9eb62c4bd39fba61ba48ce3de40842d214bb",
|
| 96 |
+
"payload_inventory_sha256": "c5b24fc9461e2ab4f2fd2d15bffddee85bbbe484f1baf38320af17efa288c06d",
|
| 97 |
+
"preexisting_unplanned_files_preserved": true,
|
| 98 |
+
"revision": "8485010e3e164f4419a715f25d578cc7e138510b",
|
| 99 |
+
"status": "verified",
|
| 100 |
+
"weights_uploaded": false
|
| 101 |
+
},
|
| 102 |
+
"Synthyra/DPLM2-650M": {
|
| 103 |
+
"file_count": 28,
|
| 104 |
+
"parent_commit": "eb5dcbf6db8857f9c662a6dd23c71b595f636d6d",
|
| 105 |
+
"payload_inventory_sha256": "ea6e66207074bb3f9f9117dfe393a7b29155c047d694718a9b5d26cfca6d3ae2",
|
| 106 |
+
"preexisting_unplanned_files_preserved": true,
|
| 107 |
+
"revision": "153fb74cf4a6b01fb4a2d9683357c1632664e37e",
|
| 108 |
+
"status": "verified",
|
| 109 |
+
"weights_uploaded": false
|
| 110 |
+
},
|
| 111 |
+
"Synthyra/ESM2-150M": {
|
| 112 |
+
"file_count": 27,
|
| 113 |
+
"parent_commit": "774a3c15a7200018fd8631ecfdc47886c7bfa365",
|
| 114 |
+
"payload_inventory_sha256": "f5978073a409b996854d05e26507d3725b379ebc3b5d19c2322225b846eb905b",
|
| 115 |
+
"preexisting_unplanned_files_preserved": true,
|
| 116 |
+
"revision": "179cac223ee83200036cea2856347737d67c0761",
|
| 117 |
+
"status": "verified",
|
| 118 |
+
"weights_uploaded": false
|
| 119 |
+
},
|
| 120 |
+
"Synthyra/ESM2-35M": {
|
| 121 |
+
"file_count": 27,
|
| 122 |
+
"parent_commit": "57f308b38416ccee233783455bbd9ebae788d5cd",
|
| 123 |
+
"payload_inventory_sha256": "96c29a1321fd21838dfcf9b0a89401a7650eed0d50e3fb6851e75c3537b97cf1",
|
| 124 |
+
"preexisting_unplanned_files_preserved": true,
|
| 125 |
+
"revision": "9c8b454531efa1c523864e18e3eeefa1fe8c7646",
|
| 126 |
+
"status": "verified",
|
| 127 |
+
"weights_uploaded": false
|
| 128 |
+
},
|
| 129 |
+
"Synthyra/ESM2-3B": {
|
| 130 |
+
"file_count": 27,
|
| 131 |
+
"parent_commit": "27d49d90a827f0a90706ff1589d904413d8b202e",
|
| 132 |
+
"payload_inventory_sha256": "f76370a1d384811fc6476b15eae4cee656803fd17bb81c9d2bf1a29b8879ff9e",
|
| 133 |
+
"preexisting_unplanned_files_preserved": true,
|
| 134 |
+
"revision": "e8cada13553e1fc781c8255033fc6ea46a6d2898",
|
| 135 |
+
"status": "verified",
|
| 136 |
+
"weights_uploaded": false
|
| 137 |
+
},
|
| 138 |
+
"Synthyra/ESM2-650M": {
|
| 139 |
+
"file_count": 27,
|
| 140 |
+
"parent_commit": "9a750c5cc0cc0eea73960e922924e27f3bd21671",
|
| 141 |
+
"payload_inventory_sha256": "6f670ce27ea2f64fb0af983beb7b8bc40a119fc1a678c50f39982c2f1e628ddc",
|
| 142 |
+
"preexisting_unplanned_files_preserved": true,
|
| 143 |
+
"revision": "ae65ddc003f890828005f6f668f8bf2ba257e47b",
|
| 144 |
+
"status": "verified",
|
| 145 |
+
"weights_uploaded": false
|
| 146 |
+
},
|
| 147 |
+
"Synthyra/ESM2-8M": {
|
| 148 |
+
"file_count": 27,
|
| 149 |
+
"parent_commit": "c9daa0d25d95fd6f9486423c78eb015e17cdd3bc",
|
| 150 |
+
"payload_inventory_sha256": "d2067e110f108db219511b979d6a8054a7471a01bdae184c08ceb978ed9a6e9e",
|
| 151 |
+
"preexisting_unplanned_files_preserved": true,
|
| 152 |
+
"revision": "ff7e075759664d70a2da9053458780039e3c2ed0",
|
| 153 |
+
"status": "verified",
|
| 154 |
+
"weights_uploaded": false
|
| 155 |
+
},
|
| 156 |
+
"Synthyra/ESM3_small": {
|
| 157 |
+
"file_count": 26,
|
| 158 |
+
"parent_commit": "7e94ea4a31369bcbb5b9130a20d7e6fa00ebfbed",
|
| 159 |
+
"payload_inventory_sha256": "78c6fd88691b083258a371588141195d50ef280b1b917314147cca5284c6bcc6",
|
| 160 |
+
"preexisting_unplanned_files_preserved": true,
|
| 161 |
+
"revision": "d256c1de04cffc0bfa19961826893476679187bc",
|
| 162 |
+
"status": "verified",
|
| 163 |
+
"weights_uploaded": false
|
| 164 |
+
},
|
| 165 |
+
"Synthyra/ESMFold2": {
|
| 166 |
+
"file_count": 70,
|
| 167 |
+
"parent_commit": "8cbb1a458d1a5522ad3227e9fd6e33e9c685f4b0",
|
| 168 |
+
"payload_inventory_sha256": "39b09dcc2421129491d92582b89fede36c0feb5f2fa61c018b73f739d5f830d3",
|
| 169 |
+
"preexisting_unplanned_files_preserved": true,
|
| 170 |
+
"revision": "bf621880c648ce1e5a446e38ae96ddfe7dd01ad3",
|
| 171 |
+
"status": "verified",
|
| 172 |
+
"weights_uploaded": false
|
| 173 |
+
},
|
| 174 |
+
"Synthyra/ESMFold2-300": {
|
| 175 |
+
"file_count": 70,
|
| 176 |
+
"parent_commit": "c5ab9623368b223111791a6c7017e6dfdc95da46",
|
| 177 |
+
"payload_inventory_sha256": "846b1c0067b0c7586d1715cb472d4938aef8f20b21c488c642e181da7ef13b62",
|
| 178 |
+
"preexisting_unplanned_files_preserved": true,
|
| 179 |
+
"revision": "c5ab9623368b223111791a6c7017e6dfdc95da46",
|
| 180 |
+
"status": "verified",
|
| 181 |
+
"weights_uploaded": false
|
| 182 |
+
},
|
| 183 |
+
"Synthyra/ESMFold2-600": {
|
| 184 |
+
"file_count": 70,
|
| 185 |
+
"parent_commit": "d41470d3654c8dbace5440f3a04b876c00dea156",
|
| 186 |
+
"payload_inventory_sha256": "c6e235a7782eff184e628714d1a591b502d27391784373fa31dfa6a646fe7745",
|
| 187 |
+
"preexisting_unplanned_files_preserved": true,
|
| 188 |
+
"revision": "d41470d3654c8dbace5440f3a04b876c00dea156",
|
| 189 |
+
"status": "verified",
|
| 190 |
+
"weights_uploaded": false
|
| 191 |
+
},
|
| 192 |
+
"Synthyra/ESMFold2-Experimental-Cutoff2025": {
|
| 193 |
+
"file_count": 70,
|
| 194 |
+
"parent_commit": "e54f18a884b8af0daa0a8a4d426578a87b74c377",
|
| 195 |
+
"payload_inventory_sha256": "10b4285f8a054c78273b79005d7577d29cde02776bca45df80e7692551d71770",
|
| 196 |
+
"preexisting_unplanned_files_preserved": true,
|
| 197 |
+
"revision": "1b27f54745da61e854daaf2e10a4d5f255dd3142",
|
| 198 |
+
"status": "verified",
|
| 199 |
+
"weights_uploaded": false
|
| 200 |
+
},
|
| 201 |
+
"Synthyra/ESMFold2-Experimental-Fast-Cutoff2025": {
|
| 202 |
+
"file_count": 70,
|
| 203 |
+
"parent_commit": "5baf568063ee6c32049322a036daa4d066d663a2",
|
| 204 |
+
"payload_inventory_sha256": "b74e98d603e788e64af157d1b9e18f9e1c94702a2bb5a3953244f0f63a53a103",
|
| 205 |
+
"preexisting_unplanned_files_preserved": true,
|
| 206 |
+
"revision": "0a4b01798627d3c20fd62d76a24241f61a7ecc15",
|
| 207 |
+
"status": "verified",
|
| 208 |
+
"weights_uploaded": false
|
| 209 |
+
},
|
| 210 |
+
"Synthyra/ESMFold2-Fast": {
|
| 211 |
+
"file_count": 70,
|
| 212 |
+
"parent_commit": "7e22b0b9da19bf689c047c261e6536154db2e8f6",
|
| 213 |
+
"payload_inventory_sha256": "c7abc4a3a53933aa3c3b6efa4210660f369ccef1f67d4ec6c1cf87ae6e22066c",
|
| 214 |
+
"preexisting_unplanned_files_preserved": true,
|
| 215 |
+
"revision": "2b49d4e0a9de62d077ebf15e6be8c4372f7901a1",
|
| 216 |
+
"status": "verified",
|
| 217 |
+
"weights_uploaded": false
|
| 218 |
+
},
|
| 219 |
+
"Synthyra/ESMplusplus_6B": {
|
| 220 |
+
"file_count": 28,
|
| 221 |
+
"parent_commit": "52d7fa0a1c9ff9e020adeca6d119095ca6fc6534",
|
| 222 |
+
"payload_inventory_sha256": "867808ce7d96b4117514b394439894efd9f4d589e525bc67ee07131cd01ee55a",
|
| 223 |
+
"preexisting_unplanned_files_preserved": true,
|
| 224 |
+
"revision": "737c1e136621891948a36cd7677e0530fe53941d",
|
| 225 |
+
"status": "verified",
|
| 226 |
+
"weights_uploaded": false
|
| 227 |
+
},
|
| 228 |
+
"Synthyra/ESMplusplus_large": {
|
| 229 |
+
"file_count": 28,
|
| 230 |
+
"parent_commit": "f6e853bee5f36e782ed629d0443676d6fd193db2",
|
| 231 |
+
"payload_inventory_sha256": "d128cf4a75a944d0dee61eaeee33e46f7ae8991737533a1b30c7e01b71768409",
|
| 232 |
+
"preexisting_unplanned_files_preserved": true,
|
| 233 |
+
"revision": "870277ffac8f764a0365b8ac7ec8ec6c5b8c04be",
|
| 234 |
+
"status": "verified",
|
| 235 |
+
"weights_uploaded": false
|
| 236 |
+
},
|
| 237 |
+
"Synthyra/ESMplusplus_small": {
|
| 238 |
+
"file_count": 28,
|
| 239 |
+
"parent_commit": "1d0433141def7dcebb3478599e0a16b855f261eb",
|
| 240 |
+
"payload_inventory_sha256": "0a4474802975cfb7c362827ec697a9bb0bcebc62c4ee4aec6c699e1f2d4dbb21",
|
| 241 |
+
"preexisting_unplanned_files_preserved": true,
|
| 242 |
+
"revision": "1f3f2556de0edcf72f444bb1f3ffc770259dc7dd",
|
| 243 |
+
"status": "verified",
|
| 244 |
+
"weights_uploaded": false
|
| 245 |
+
},
|
| 246 |
+
"Synthyra/FastESMFold": {
|
| 247 |
+
"file_count": 29,
|
| 248 |
+
"parent_commit": "6577ccb452f2a65d708749cd9f2835f972cbdb18",
|
| 249 |
+
"payload_inventory_sha256": "bdeaf9fa404db6733b904ca997ac6cb4d0b28f37b35907e97467a3ea0037bb21",
|
| 250 |
+
"preexisting_unplanned_files_preserved": true,
|
| 251 |
+
"revision": "2dbf79321c4e9079bf24f7f09d398aae5084076c",
|
| 252 |
+
"status": "verified",
|
| 253 |
+
"weights_uploaded": false
|
| 254 |
+
},
|
| 255 |
+
"Synthyra/Profluent-E1-150M": {
|
| 256 |
+
"file_count": 34,
|
| 257 |
+
"parent_commit": "b7e94194bae727a7287f608e9bc6f7cf90330595",
|
| 258 |
+
"payload_inventory_sha256": "2ebca96f0e821f18520db7566bc7a069d1aded9d5b11bdfa6cdfba89c346298a",
|
| 259 |
+
"preexisting_unplanned_files_preserved": true,
|
| 260 |
+
"revision": "1d5e45c603143a07cbc58e4a63eda13e2b5ffb9f",
|
| 261 |
+
"status": "verified",
|
| 262 |
+
"weights_uploaded": false
|
| 263 |
+
},
|
| 264 |
+
"Synthyra/Profluent-E1-300M": {
|
| 265 |
+
"file_count": 34,
|
| 266 |
+
"parent_commit": "e6328a8377927e18adc22aca81f7f87234d68ed8",
|
| 267 |
+
"payload_inventory_sha256": "24cc2f2f5d3f00aa4f12f37a20824d1c99f22c218d37305c8b3f4f1e4771d6cc",
|
| 268 |
+
"preexisting_unplanned_files_preserved": true,
|
| 269 |
+
"revision": "aa3fd2772da7c7a0380af72ea4a3183a76ddb8e2",
|
| 270 |
+
"status": "verified",
|
| 271 |
+
"weights_uploaded": false
|
| 272 |
+
},
|
| 273 |
+
"Synthyra/Profluent-E1-600M": {
|
| 274 |
+
"file_count": 34,
|
| 275 |
+
"parent_commit": "1de4e7629a06050171b62205bcd61c9379c1a5b7",
|
| 276 |
+
"payload_inventory_sha256": "fc453584594e0a1edb9bdb429bfb2c0bc24b8025ddf1564ba5d943ee61fdad3e",
|
| 277 |
+
"preexisting_unplanned_files_preserved": true,
|
| 278 |
+
"revision": "cd397c1e84fa87b07df01b02bcf65606250d2f40",
|
| 279 |
+
"status": "verified",
|
| 280 |
+
"weights_uploaded": false
|
| 281 |
+
}
|
| 282 |
+
},
|
| 283 |
+
"schema_version": 1,
|
| 284 |
+
"scope": "files-only",
|
| 285 |
+
"source_git_commit": "ad6285534d43bddfb904a73bf79a0eaa2bc8a4bb",
|
| 286 |
+
"status": "verified"
|
| 287 |
+
}
|
tests/goldens/ankh2_large.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:9286bed4ecbc4f7113024919d16ec9719b0c0748",
|
| 5 |
+
"generation_config.json": "git-sha1:91f792e452403d46e170e206f9e50be5ddef9b9a",
|
| 6 |
+
"pytorch_model.bin": "sha256:2df583f28f111276ee22a7b76007f4297e9a69766d60bccd9c8d7169c06ac606",
|
| 7 |
+
"special_tokens_map.json": "git-sha1:55b145827029ae9672e50d4bb368540daacce791",
|
| 8 |
+
"tokenizer.json": "git-sha1:212c5ef08819fa2463c6289ba4ef7db30e715c0a",
|
| 9 |
+
"tokenizer_config.json": "git-sha1:854e5db75dae8b1e9dd39c5bae80dae5508b3e25"
|
| 10 |
+
},
|
| 11 |
+
"repo_id": "ElnaggarLab/ankh2-ext2",
|
| 12 |
+
"revision": "aa9b9fa72288c47d9f618ce80c011e24b54e17a8"
|
| 13 |
+
},
|
| 14 |
+
"environment": {
|
| 15 |
+
"details": {
|
| 16 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 17 |
+
"cuda_runtime": "13.0",
|
| 18 |
+
"packages": "{\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"ankh\":\"1.10.0\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"biopython\":\"1.80\",\"certifi\":\"2026.6.17\",\"charset-normalizer\":\"3.4.9\",\"cuda-bindings\":\"13.0.3\",\"cuda-pathfinder\":\"1.2.2\",\"cuda-toolkit\":\"13.0.3.0\",\"datasets\":\"2.20.0\",\"dill\":\"0.3.8\",\"exceptiongroup\":\"1.3.1\",\"filelock\":\"3.29.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"hf-xet\":\"1.5.1\",\"huggingface_hub\":\"0.36.2\",\"idna\":\"3.18\",\"iniconfig\":\"2.3.0\",\"jinja2\":\"3.1.6\",\"markupsafe\":\"3.0.3\",\"mpmath\":\"1.3.0\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"networkx\":\"3.4.2\",\"numpy\":\"1.26.4\",\"nvidia-cublas\":\"13.1.1.3\",\"nvidia-cuda-cupti\":\"13.0.85\",\"nvidia-cuda-nvrtc\":\"13.0.88\",\"nvidia-cuda-runtime\":\"13.0.96\",\"nvidia-cudnn-cu13\":\"9.20.0.48\",\"nvidia-cufft\":\"12.0.0.61\",\"nvidia-cufile\":\"1.15.1.6\",\"nvidia-curand\":\"10.4.0.35\",\"nvidia-cusolver\":\"12.0.4.66\",\"nvidia-cusparse\":\"12.6.3.3\",\"nvidia-cusparselt-cu13\":\"0.8.1\",\"nvidia-nccl-cu13\":\"2.29.7\",\"nvidia-nvjitlink\":\"13.2.78\",\"nvidia-nvshmem-cu13\":\"3.4.5\",\"nvidia-nvtx\":\"13.0.85\",\"packaging\":\"26.2\",\"pandas\":\"2.3.3\",\"pip\":\"26.1.1\",\"pluggy\":\"1.6.0\",\"propcache\":\"0.5.2\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pygments\":\"2.20.0\",\"pytest\":\"8.4.2\",\"python-dateutil\":\"2.9.0.post0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"safetensors\":\"0.6.2\",\"sentencepiece\":\"0.1.99\",\"setuptools\":\"78.1.0\",\"six\":\"1.17.0\",\"sympy\":\"1.14.0\",\"tokenizers\":\"0.13.3\",\"tomli\":\"2.4.1\",\"torch\":\"2.13.0+cu130\",\"tqdm\":\"4.68.4\",\"transformers\":\"4.25.1\",\"triton\":\"3.7.1\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"2.7.0\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 19 |
+
"python": "3.10.12",
|
| 20 |
+
"torch": "2.13.0+cu130"
|
| 21 |
+
},
|
| 22 |
+
"fingerprint": "8b5a3c1563644f6c019f497de8a3d707c8f8711499e601e310810f1a599ae5d7"
|
| 23 |
+
},
|
| 24 |
+
"generation_command": [
|
| 25 |
+
"python",
|
| 26 |
+
"-m",
|
| 27 |
+
"tools.goldens",
|
| 28 |
+
"--native-root",
|
| 29 |
+
"artifacts/reference",
|
| 30 |
+
"--output-root",
|
| 31 |
+
"tests/goldens",
|
| 32 |
+
"--model",
|
| 33 |
+
"ankh2_large"
|
| 34 |
+
],
|
| 35 |
+
"input_fingerprint": "8b9b29613bd3a3455c5d5c47eb884cd698a52d8621ae1906571a4a4c97a80ee1",
|
| 36 |
+
"model_id": "ankh2_large",
|
| 37 |
+
"schema_version": 1,
|
| 38 |
+
"source_files": {
|
| 39 |
+
"native/bf16.safetensors": "d654e6701d0c8192dc96c76e4a10b621c193fe085d07db636ecf58a52f62ccbd",
|
| 40 |
+
"native/metadata.json": "4cf9ad9fe3064e24334d7966346f65cfcd3935cb2166769b6a87631ea843a7bb"
|
| 41 |
+
},
|
| 42 |
+
"sources": [
|
| 43 |
+
{
|
| 44 |
+
"id": "ankh",
|
| 45 |
+
"revision": "02b4e25ce5389b9e771c9df6e546c62af1216f8e",
|
| 46 |
+
"url": "https://github.com/agemagician/Ankh.git"
|
| 47 |
+
}
|
| 48 |
+
],
|
| 49 |
+
"tensor_file": {
|
| 50 |
+
"path": "ankh2_large.safetensors",
|
| 51 |
+
"sha256": "25fe1569f55c635fab8fa49c1d62a889a35a2a738bad921f5764a85b58fd4b5d"
|
| 52 |
+
},
|
| 53 |
+
"tensors": {
|
| 54 |
+
"input__attention_mask": {
|
| 55 |
+
"dtype": "int64",
|
| 56 |
+
"sha256": "37b3e21090fc901d75954c7a7d000a6359ab4bbc9dd0bf8354c5634f1bc70a45",
|
| 57 |
+
"shape": [
|
| 58 |
+
3,
|
| 59 |
+
62
|
| 60 |
+
]
|
| 61 |
+
},
|
| 62 |
+
"input__input_ids": {
|
| 63 |
+
"dtype": "int64",
|
| 64 |
+
"sha256": "0c1af56968fd959dbdd7ff32df0e44986766d188b1dc4fbcb0028558e9094b95",
|
| 65 |
+
"shape": [
|
| 66 |
+
3,
|
| 67 |
+
62
|
| 68 |
+
]
|
| 69 |
+
},
|
| 70 |
+
"output__last_hidden_state": {
|
| 71 |
+
"dtype": "bfloat16",
|
| 72 |
+
"sha256": "c4eeec90380d66d51664c6375677e8bf87442db8a859c16ef39b6cd4520bec76",
|
| 73 |
+
"shape": [
|
| 74 |
+
3,
|
| 75 |
+
62,
|
| 76 |
+
1536
|
| 77 |
+
]
|
| 78 |
+
},
|
| 79 |
+
"residue_mask": {
|
| 80 |
+
"dtype": "bool",
|
| 81 |
+
"sha256": "5cdc874e7bff8e7a0a5752d0a4e9c46e6575f188f6ced645f33930d174a90f78",
|
| 82 |
+
"shape": [
|
| 83 |
+
3,
|
| 84 |
+
62
|
| 85 |
+
]
|
| 86 |
+
}
|
| 87 |
+
}
|
| 88 |
+
}
|
tests/goldens/ankh2_large.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25fe1569f55c635fab8fa49c1d62a889a35a2a738bad921f5764a85b58fd4b5d
|
| 3 |
+
size 574922
|
tests/goldens/ankh3_large.json
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:f5278f77d158cdd8a173df888e3ed365e84a80a3",
|
| 5 |
+
"generation_config.json": "git-sha1:5767cc0cacebfd06884eb27ae1c796d3ca829fd2",
|
| 6 |
+
"pytorch_model.bin": "sha256:26321a345e07a25b21c6c41b651c4db91b420892e52c0dcbc55bd7a8f510f95b",
|
| 7 |
+
"special_tokens_map.json": "git-sha1:d596919b7fa2a197edd441ec3ec4685ecacd2de4",
|
| 8 |
+
"spiece.model": "sha256:f2b5e1bbd110b71ca9b2878e1fcd3265610076ecc97bd696e8a745c9bacc54e0",
|
| 9 |
+
"tokenizer.json": "git-sha1:90f0c94b43c81496b3ca81e3ec1c092ef2dd7fca",
|
| 10 |
+
"tokenizer_config.json": "git-sha1:0e699eebfa778698473b4faf1e66ef363b93fb21"
|
| 11 |
+
},
|
| 12 |
+
"repo_id": "ElnaggarLab/ankh3-large",
|
| 13 |
+
"revision": "2be091622e8a393f0ef21735070084123c874b6e"
|
| 14 |
+
},
|
| 15 |
+
"environment": {
|
| 16 |
+
"details": {
|
| 17 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 18 |
+
"cuda_runtime": "13.0",
|
| 19 |
+
"packages": "{\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"ankh\":\"1.10.0\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"biopython\":\"1.80\",\"certifi\":\"2026.6.17\",\"charset-normalizer\":\"3.4.9\",\"cuda-bindings\":\"13.0.3\",\"cuda-pathfinder\":\"1.2.2\",\"cuda-toolkit\":\"13.0.3.0\",\"datasets\":\"2.20.0\",\"dill\":\"0.3.8\",\"exceptiongroup\":\"1.3.1\",\"filelock\":\"3.29.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"hf-xet\":\"1.5.1\",\"huggingface_hub\":\"0.36.2\",\"idna\":\"3.18\",\"iniconfig\":\"2.3.0\",\"jinja2\":\"3.1.6\",\"markupsafe\":\"3.0.3\",\"mpmath\":\"1.3.0\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"networkx\":\"3.4.2\",\"numpy\":\"1.26.4\",\"nvidia-cublas\":\"13.1.1.3\",\"nvidia-cuda-cupti\":\"13.0.85\",\"nvidia-cuda-nvrtc\":\"13.0.88\",\"nvidia-cuda-runtime\":\"13.0.96\",\"nvidia-cudnn-cu13\":\"9.20.0.48\",\"nvidia-cufft\":\"12.0.0.61\",\"nvidia-cufile\":\"1.15.1.6\",\"nvidia-curand\":\"10.4.0.35\",\"nvidia-cusolver\":\"12.0.4.66\",\"nvidia-cusparse\":\"12.6.3.3\",\"nvidia-cusparselt-cu13\":\"0.8.1\",\"nvidia-nccl-cu13\":\"2.29.7\",\"nvidia-nvjitlink\":\"13.2.78\",\"nvidia-nvshmem-cu13\":\"3.4.5\",\"nvidia-nvtx\":\"13.0.85\",\"packaging\":\"26.2\",\"pandas\":\"2.3.3\",\"pip\":\"26.1.1\",\"pluggy\":\"1.6.0\",\"propcache\":\"0.5.2\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pygments\":\"2.20.0\",\"pytest\":\"8.4.2\",\"python-dateutil\":\"2.9.0.post0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"safetensors\":\"0.6.2\",\"sentencepiece\":\"0.1.99\",\"setuptools\":\"78.1.0\",\"six\":\"1.17.0\",\"sympy\":\"1.14.0\",\"tokenizers\":\"0.13.3\",\"tomli\":\"2.4.1\",\"torch\":\"2.13.0+cu130\",\"tqdm\":\"4.68.4\",\"transformers\":\"4.25.1\",\"triton\":\"3.7.1\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"2.7.0\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 20 |
+
"python": "3.10.12",
|
| 21 |
+
"torch": "2.13.0+cu130"
|
| 22 |
+
},
|
| 23 |
+
"fingerprint": "8b5a3c1563644f6c019f497de8a3d707c8f8711499e601e310810f1a599ae5d7"
|
| 24 |
+
},
|
| 25 |
+
"generation_command": [
|
| 26 |
+
"python",
|
| 27 |
+
"-m",
|
| 28 |
+
"tools.goldens",
|
| 29 |
+
"--native-root",
|
| 30 |
+
"artifacts/reference",
|
| 31 |
+
"--output-root",
|
| 32 |
+
"tests/goldens",
|
| 33 |
+
"--model",
|
| 34 |
+
"ankh3_large"
|
| 35 |
+
],
|
| 36 |
+
"input_fingerprint": "b73a37c76776436e87d9bd8fcc17ae05c35abbc80a7ae7f040c988076d64c84f",
|
| 37 |
+
"model_id": "ankh3_large",
|
| 38 |
+
"schema_version": 1,
|
| 39 |
+
"source_files": {
|
| 40 |
+
"native/bf16.safetensors": "aad644cae1b174d673e101106bfb80cd9ef001741ab34778af69d52d32e47d65",
|
| 41 |
+
"native/metadata.json": "2c02d3d68eab4c42966f59dc7f04ad2a0009834792791a74bb0115b68fbdf2a4"
|
| 42 |
+
},
|
| 43 |
+
"sources": [
|
| 44 |
+
{
|
| 45 |
+
"id": "ankh",
|
| 46 |
+
"revision": "02b4e25ce5389b9e771c9df6e546c62af1216f8e",
|
| 47 |
+
"url": "https://github.com/agemagician/Ankh.git"
|
| 48 |
+
}
|
| 49 |
+
],
|
| 50 |
+
"tensor_file": {
|
| 51 |
+
"path": "ankh3_large.safetensors",
|
| 52 |
+
"sha256": "e5c494ac418e0a2fe7bdad1376676d48960d58ec9e044d19bfffccb8c3288513"
|
| 53 |
+
},
|
| 54 |
+
"tensors": {
|
| 55 |
+
"input__attention_mask": {
|
| 56 |
+
"dtype": "int64",
|
| 57 |
+
"sha256": "37b3e21090fc901d75954c7a7d000a6359ab4bbc9dd0bf8354c5634f1bc70a45",
|
| 58 |
+
"shape": [
|
| 59 |
+
3,
|
| 60 |
+
62
|
| 61 |
+
]
|
| 62 |
+
},
|
| 63 |
+
"input__input_ids": {
|
| 64 |
+
"dtype": "int64",
|
| 65 |
+
"sha256": "1cdcea1bb937d17b0c44561161af3fff45b6ec5b267746426571460a1a27d8d0",
|
| 66 |
+
"shape": [
|
| 67 |
+
3,
|
| 68 |
+
62
|
| 69 |
+
]
|
| 70 |
+
},
|
| 71 |
+
"output__last_hidden_state": {
|
| 72 |
+
"dtype": "bfloat16",
|
| 73 |
+
"sha256": "7d86ab8cf5d96de8c426bdea5c3d0272dd69ad927bb745c903be3bd09f6b2eab",
|
| 74 |
+
"shape": [
|
| 75 |
+
3,
|
| 76 |
+
62,
|
| 77 |
+
1536
|
| 78 |
+
]
|
| 79 |
+
},
|
| 80 |
+
"residue_mask": {
|
| 81 |
+
"dtype": "bool",
|
| 82 |
+
"sha256": "5cdc874e7bff8e7a0a5752d0a4e9c46e6575f188f6ced645f33930d174a90f78",
|
| 83 |
+
"shape": [
|
| 84 |
+
3,
|
| 85 |
+
62
|
| 86 |
+
]
|
| 87 |
+
}
|
| 88 |
+
}
|
| 89 |
+
}
|
tests/goldens/ankh3_large.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5c494ac418e0a2fe7bdad1376676d48960d58ec9e044d19bfffccb8c3288513
|
| 3 |
+
size 574922
|
tests/goldens/ankh3_xl.json
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:f8997040e8913df75fd2eebe71a2a8eb750ed0d0",
|
| 5 |
+
"generation_config.json": "git-sha1:91f792e452403d46e170e206f9e50be5ddef9b9a",
|
| 6 |
+
"pytorch_model-00001-of-00003.bin": "sha256:2c9793cbee16697cd4149debe07d3a27143e280f6e970fa46042aae820fea981",
|
| 7 |
+
"pytorch_model-00002-of-00003.bin": "sha256:31c5a860e414513c829ae52affb0970d7cef2c0545df2d6e1338b6806ab7174b",
|
| 8 |
+
"pytorch_model-00003-of-00003.bin": "sha256:055a853bdd3623db95a637935aa299427e837cd8ea69fc04708b0262508bec75",
|
| 9 |
+
"special_tokens_map.json": "git-sha1:d596919b7fa2a197edd441ec3ec4685ecacd2de4",
|
| 10 |
+
"spiece.model": "sha256:f2b5e1bbd110b71ca9b2878e1fcd3265610076ecc97bd696e8a745c9bacc54e0",
|
| 11 |
+
"tokenizer.json": "git-sha1:90f0c94b43c81496b3ca81e3ec1c092ef2dd7fca",
|
| 12 |
+
"tokenizer_config.json": "git-sha1:0e699eebfa778698473b4faf1e66ef363b93fb21"
|
| 13 |
+
},
|
| 14 |
+
"repo_id": "ElnaggarLab/ankh3-xl",
|
| 15 |
+
"revision": "e00113df5c95ef71df7ea3f5a73d56bd00e473a4"
|
| 16 |
+
},
|
| 17 |
+
"environment": {
|
| 18 |
+
"details": {
|
| 19 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 20 |
+
"cuda_runtime": "13.0",
|
| 21 |
+
"packages": "{\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"ankh\":\"1.10.0\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"biopython\":\"1.80\",\"certifi\":\"2026.6.17\",\"charset-normalizer\":\"3.4.9\",\"cuda-bindings\":\"13.0.3\",\"cuda-pathfinder\":\"1.2.2\",\"cuda-toolkit\":\"13.0.3.0\",\"datasets\":\"2.20.0\",\"dill\":\"0.3.8\",\"exceptiongroup\":\"1.3.1\",\"filelock\":\"3.29.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"hf-xet\":\"1.5.1\",\"huggingface_hub\":\"0.36.2\",\"idna\":\"3.18\",\"iniconfig\":\"2.3.0\",\"jinja2\":\"3.1.6\",\"markupsafe\":\"3.0.3\",\"mpmath\":\"1.3.0\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"networkx\":\"3.4.2\",\"numpy\":\"1.26.4\",\"nvidia-cublas\":\"13.1.1.3\",\"nvidia-cuda-cupti\":\"13.0.85\",\"nvidia-cuda-nvrtc\":\"13.0.88\",\"nvidia-cuda-runtime\":\"13.0.96\",\"nvidia-cudnn-cu13\":\"9.20.0.48\",\"nvidia-cufft\":\"12.0.0.61\",\"nvidia-cufile\":\"1.15.1.6\",\"nvidia-curand\":\"10.4.0.35\",\"nvidia-cusolver\":\"12.0.4.66\",\"nvidia-cusparse\":\"12.6.3.3\",\"nvidia-cusparselt-cu13\":\"0.8.1\",\"nvidia-nccl-cu13\":\"2.29.7\",\"nvidia-nvjitlink\":\"13.2.78\",\"nvidia-nvshmem-cu13\":\"3.4.5\",\"nvidia-nvtx\":\"13.0.85\",\"packaging\":\"26.2\",\"pandas\":\"2.3.3\",\"pip\":\"26.1.1\",\"pluggy\":\"1.6.0\",\"propcache\":\"0.5.2\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pygments\":\"2.20.0\",\"pytest\":\"8.4.2\",\"python-dateutil\":\"2.9.0.post0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"safetensors\":\"0.6.2\",\"sentencepiece\":\"0.1.99\",\"setuptools\":\"78.1.0\",\"six\":\"1.17.0\",\"sympy\":\"1.14.0\",\"tokenizers\":\"0.13.3\",\"tomli\":\"2.4.1\",\"torch\":\"2.13.0+cu130\",\"tqdm\":\"4.68.4\",\"transformers\":\"4.25.1\",\"triton\":\"3.7.1\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"2.7.0\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 22 |
+
"python": "3.10.12",
|
| 23 |
+
"torch": "2.13.0+cu130"
|
| 24 |
+
},
|
| 25 |
+
"fingerprint": "8b5a3c1563644f6c019f497de8a3d707c8f8711499e601e310810f1a599ae5d7"
|
| 26 |
+
},
|
| 27 |
+
"generation_command": [
|
| 28 |
+
"python",
|
| 29 |
+
"-m",
|
| 30 |
+
"tools.goldens",
|
| 31 |
+
"--native-root",
|
| 32 |
+
"artifacts/reference",
|
| 33 |
+
"--output-root",
|
| 34 |
+
"tests/goldens",
|
| 35 |
+
"--model",
|
| 36 |
+
"ankh3_xl"
|
| 37 |
+
],
|
| 38 |
+
"input_fingerprint": "b73a37c76776436e87d9bd8fcc17ae05c35abbc80a7ae7f040c988076d64c84f",
|
| 39 |
+
"model_id": "ankh3_xl",
|
| 40 |
+
"schema_version": 1,
|
| 41 |
+
"source_files": {
|
| 42 |
+
"native/bf16.safetensors": "3307d0435454226f44000413a575bb685e201680bf574ba47f290c8352233b3a",
|
| 43 |
+
"native/metadata.json": "089d03fceb1e71caabfacf47bd33e72edb3be6264d17e57f84c5f38b95205cef"
|
| 44 |
+
},
|
| 45 |
+
"sources": [
|
| 46 |
+
{
|
| 47 |
+
"id": "ankh",
|
| 48 |
+
"revision": "02b4e25ce5389b9e771c9df6e546c62af1216f8e",
|
| 49 |
+
"url": "https://github.com/agemagician/Ankh.git"
|
| 50 |
+
}
|
| 51 |
+
],
|
| 52 |
+
"tensor_file": {
|
| 53 |
+
"path": "ankh3_xl.safetensors",
|
| 54 |
+
"sha256": "72d34567d0228cb6f1ee701c578ed4039fead4346e3f161a52e0e74df28dc8ae"
|
| 55 |
+
},
|
| 56 |
+
"tensors": {
|
| 57 |
+
"input__attention_mask": {
|
| 58 |
+
"dtype": "int64",
|
| 59 |
+
"sha256": "37b3e21090fc901d75954c7a7d000a6359ab4bbc9dd0bf8354c5634f1bc70a45",
|
| 60 |
+
"shape": [
|
| 61 |
+
3,
|
| 62 |
+
62
|
| 63 |
+
]
|
| 64 |
+
},
|
| 65 |
+
"input__input_ids": {
|
| 66 |
+
"dtype": "int64",
|
| 67 |
+
"sha256": "1cdcea1bb937d17b0c44561161af3fff45b6ec5b267746426571460a1a27d8d0",
|
| 68 |
+
"shape": [
|
| 69 |
+
3,
|
| 70 |
+
62
|
| 71 |
+
]
|
| 72 |
+
},
|
| 73 |
+
"output__last_hidden_state": {
|
| 74 |
+
"dtype": "bfloat16",
|
| 75 |
+
"sha256": "53fd63cc76e94c690b358d18cc69a41be2ce8895009687183d79277d998d6a17",
|
| 76 |
+
"shape": [
|
| 77 |
+
3,
|
| 78 |
+
62,
|
| 79 |
+
2560
|
| 80 |
+
]
|
| 81 |
+
},
|
| 82 |
+
"residue_mask": {
|
| 83 |
+
"dtype": "bool",
|
| 84 |
+
"sha256": "5cdc874e7bff8e7a0a5752d0a4e9c46e6575f188f6ced645f33930d174a90f78",
|
| 85 |
+
"shape": [
|
| 86 |
+
3,
|
| 87 |
+
62
|
| 88 |
+
]
|
| 89 |
+
}
|
| 90 |
+
}
|
| 91 |
+
}
|
tests/goldens/ankh3_xl.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72d34567d0228cb6f1ee701c578ed4039fead4346e3f161a52e0e74df28dc8ae
|
| 3 |
+
size 955850
|
tests/goldens/ankh_base.json
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:abd44a36b5469e9a7cb019e4059b5ac1392d8422",
|
| 5 |
+
"pytorch_model.bin": "sha256:9b2a886374f0ff4a893f4e7a989deed76bb2458c8998bd5202ea8e97d92ddcc3",
|
| 6 |
+
"special_tokens_map.json": "git-sha1:55b145827029ae9672e50d4bb368540daacce791",
|
| 7 |
+
"tokenizer.json": "git-sha1:212c5ef08819fa2463c6289ba4ef7db30e715c0a",
|
| 8 |
+
"tokenizer_config.json": "git-sha1:a8a872ae3441e7cc85ce19210dff1e4c5d2d7bd0"
|
| 9 |
+
},
|
| 10 |
+
"repo_id": "ElnaggarLab/ankh-base",
|
| 11 |
+
"revision": "d99cb6b966530dfc2ae96bc69d9255c2a07308b0"
|
| 12 |
+
},
|
| 13 |
+
"environment": {
|
| 14 |
+
"details": {
|
| 15 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 16 |
+
"cuda_runtime": "13.0",
|
| 17 |
+
"packages": "{\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"ankh\":\"1.10.0\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"biopython\":\"1.80\",\"certifi\":\"2026.6.17\",\"charset-normalizer\":\"3.4.9\",\"cuda-bindings\":\"13.0.3\",\"cuda-pathfinder\":\"1.2.2\",\"cuda-toolkit\":\"13.0.3.0\",\"datasets\":\"2.20.0\",\"dill\":\"0.3.8\",\"exceptiongroup\":\"1.3.1\",\"filelock\":\"3.29.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"hf-xet\":\"1.5.1\",\"huggingface_hub\":\"0.36.2\",\"idna\":\"3.18\",\"iniconfig\":\"2.3.0\",\"jinja2\":\"3.1.6\",\"markupsafe\":\"3.0.3\",\"mpmath\":\"1.3.0\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"networkx\":\"3.4.2\",\"numpy\":\"1.26.4\",\"nvidia-cublas\":\"13.1.1.3\",\"nvidia-cuda-cupti\":\"13.0.85\",\"nvidia-cuda-nvrtc\":\"13.0.88\",\"nvidia-cuda-runtime\":\"13.0.96\",\"nvidia-cudnn-cu13\":\"9.20.0.48\",\"nvidia-cufft\":\"12.0.0.61\",\"nvidia-cufile\":\"1.15.1.6\",\"nvidia-curand\":\"10.4.0.35\",\"nvidia-cusolver\":\"12.0.4.66\",\"nvidia-cusparse\":\"12.6.3.3\",\"nvidia-cusparselt-cu13\":\"0.8.1\",\"nvidia-nccl-cu13\":\"2.29.7\",\"nvidia-nvjitlink\":\"13.2.78\",\"nvidia-nvshmem-cu13\":\"3.4.5\",\"nvidia-nvtx\":\"13.0.85\",\"packaging\":\"26.2\",\"pandas\":\"2.3.3\",\"pip\":\"26.1.1\",\"pluggy\":\"1.6.0\",\"propcache\":\"0.5.2\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pygments\":\"2.20.0\",\"pytest\":\"8.4.2\",\"python-dateutil\":\"2.9.0.post0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"safetensors\":\"0.6.2\",\"sentencepiece\":\"0.1.99\",\"setuptools\":\"78.1.0\",\"six\":\"1.17.0\",\"sympy\":\"1.14.0\",\"tokenizers\":\"0.13.3\",\"tomli\":\"2.4.1\",\"torch\":\"2.13.0+cu130\",\"tqdm\":\"4.68.4\",\"transformers\":\"4.25.1\",\"triton\":\"3.7.1\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"2.7.0\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 18 |
+
"python": "3.10.12",
|
| 19 |
+
"torch": "2.13.0+cu130"
|
| 20 |
+
},
|
| 21 |
+
"fingerprint": "8b5a3c1563644f6c019f497de8a3d707c8f8711499e601e310810f1a599ae5d7"
|
| 22 |
+
},
|
| 23 |
+
"generation_command": [
|
| 24 |
+
"python",
|
| 25 |
+
"-m",
|
| 26 |
+
"tools.goldens",
|
| 27 |
+
"--native-root",
|
| 28 |
+
"artifacts/reference",
|
| 29 |
+
"--output-root",
|
| 30 |
+
"tests/goldens",
|
| 31 |
+
"--model",
|
| 32 |
+
"ankh_base"
|
| 33 |
+
],
|
| 34 |
+
"input_fingerprint": "8b9b29613bd3a3455c5d5c47eb884cd698a52d8621ae1906571a4a4c97a80ee1",
|
| 35 |
+
"model_id": "ankh_base",
|
| 36 |
+
"schema_version": 1,
|
| 37 |
+
"source_files": {
|
| 38 |
+
"native/bf16.safetensors": "22e13c549d75b3de39021a31672c1db64a3b645e0c0346db64fbc5d7ad71f5ba",
|
| 39 |
+
"native/metadata.json": "8635555caa1ed3d8d57c41f35184142af565ca2a2dff51584dc2897a717c5f4b"
|
| 40 |
+
},
|
| 41 |
+
"sources": [
|
| 42 |
+
{
|
| 43 |
+
"id": "ankh",
|
| 44 |
+
"revision": "02b4e25ce5389b9e771c9df6e546c62af1216f8e",
|
| 45 |
+
"url": "https://github.com/agemagician/Ankh.git"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"tensor_file": {
|
| 49 |
+
"path": "ankh_base.safetensors",
|
| 50 |
+
"sha256": "f0e78aa15d11749e0c64ff57f9e88c51cec6538a0adf8951f839df70cc708b65"
|
| 51 |
+
},
|
| 52 |
+
"tensors": {
|
| 53 |
+
"input__attention_mask": {
|
| 54 |
+
"dtype": "int64",
|
| 55 |
+
"sha256": "37b3e21090fc901d75954c7a7d000a6359ab4bbc9dd0bf8354c5634f1bc70a45",
|
| 56 |
+
"shape": [
|
| 57 |
+
3,
|
| 58 |
+
62
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"input__input_ids": {
|
| 62 |
+
"dtype": "int64",
|
| 63 |
+
"sha256": "0c1af56968fd959dbdd7ff32df0e44986766d188b1dc4fbcb0028558e9094b95",
|
| 64 |
+
"shape": [
|
| 65 |
+
3,
|
| 66 |
+
62
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"output__last_hidden_state": {
|
| 70 |
+
"dtype": "bfloat16",
|
| 71 |
+
"sha256": "643463daebb89c00b0469b4e7b02d08ec0bc9c4561f2be4c1c5e9441ff82177a",
|
| 72 |
+
"shape": [
|
| 73 |
+
3,
|
| 74 |
+
62,
|
| 75 |
+
768
|
| 76 |
+
]
|
| 77 |
+
},
|
| 78 |
+
"residue_mask": {
|
| 79 |
+
"dtype": "bool",
|
| 80 |
+
"sha256": "5cdc874e7bff8e7a0a5752d0a4e9c46e6575f188f6ced645f33930d174a90f78",
|
| 81 |
+
"shape": [
|
| 82 |
+
3,
|
| 83 |
+
62
|
| 84 |
+
]
|
| 85 |
+
}
|
| 86 |
+
}
|
| 87 |
+
}
|
tests/goldens/ankh_base.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0e78aa15d11749e0c64ff57f9e88c51cec6538a0adf8951f839df70cc708b65
|
| 3 |
+
size 289226
|
tests/goldens/ankh_large.json
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:1abf33e52ee3d6be67d780ec57d32ac2b27b5306",
|
| 5 |
+
"pytorch_model.bin": "sha256:517b6e8b279dedcb477af240b35c46bd6eb3307723eb281e60d4b2c8a87b889b",
|
| 6 |
+
"special_tokens_map.json": "git-sha1:55b145827029ae9672e50d4bb368540daacce791",
|
| 7 |
+
"tokenizer.json": "git-sha1:212c5ef08819fa2463c6289ba4ef7db30e715c0a",
|
| 8 |
+
"tokenizer_config.json": "git-sha1:d7fe02ba6f2b18d9ccfa19ac129c9fdc9ec24d09"
|
| 9 |
+
},
|
| 10 |
+
"repo_id": "ElnaggarLab/ankh-large",
|
| 11 |
+
"revision": "74b371dbfa3ee0a05d32ae74df0c2e0b82d6b9a6"
|
| 12 |
+
},
|
| 13 |
+
"environment": {
|
| 14 |
+
"details": {
|
| 15 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 16 |
+
"cuda_runtime": "13.0",
|
| 17 |
+
"packages": "{\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"ankh\":\"1.10.0\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"biopython\":\"1.80\",\"certifi\":\"2026.6.17\",\"charset-normalizer\":\"3.4.9\",\"cuda-bindings\":\"13.0.3\",\"cuda-pathfinder\":\"1.2.2\",\"cuda-toolkit\":\"13.0.3.0\",\"datasets\":\"2.20.0\",\"dill\":\"0.3.8\",\"exceptiongroup\":\"1.3.1\",\"filelock\":\"3.29.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"hf-xet\":\"1.5.1\",\"huggingface_hub\":\"0.36.2\",\"idna\":\"3.18\",\"iniconfig\":\"2.3.0\",\"jinja2\":\"3.1.6\",\"markupsafe\":\"3.0.3\",\"mpmath\":\"1.3.0\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"networkx\":\"3.4.2\",\"numpy\":\"1.26.4\",\"nvidia-cublas\":\"13.1.1.3\",\"nvidia-cuda-cupti\":\"13.0.85\",\"nvidia-cuda-nvrtc\":\"13.0.88\",\"nvidia-cuda-runtime\":\"13.0.96\",\"nvidia-cudnn-cu13\":\"9.20.0.48\",\"nvidia-cufft\":\"12.0.0.61\",\"nvidia-cufile\":\"1.15.1.6\",\"nvidia-curand\":\"10.4.0.35\",\"nvidia-cusolver\":\"12.0.4.66\",\"nvidia-cusparse\":\"12.6.3.3\",\"nvidia-cusparselt-cu13\":\"0.8.1\",\"nvidia-nccl-cu13\":\"2.29.7\",\"nvidia-nvjitlink\":\"13.2.78\",\"nvidia-nvshmem-cu13\":\"3.4.5\",\"nvidia-nvtx\":\"13.0.85\",\"packaging\":\"26.2\",\"pandas\":\"2.3.3\",\"pip\":\"26.1.1\",\"pluggy\":\"1.6.0\",\"propcache\":\"0.5.2\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pygments\":\"2.20.0\",\"pytest\":\"8.4.2\",\"python-dateutil\":\"2.9.0.post0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"safetensors\":\"0.6.2\",\"sentencepiece\":\"0.1.99\",\"setuptools\":\"78.1.0\",\"six\":\"1.17.0\",\"sympy\":\"1.14.0\",\"tokenizers\":\"0.13.3\",\"tomli\":\"2.4.1\",\"torch\":\"2.13.0+cu130\",\"tqdm\":\"4.68.4\",\"transformers\":\"4.25.1\",\"triton\":\"3.7.1\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"2.7.0\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 18 |
+
"python": "3.10.12",
|
| 19 |
+
"torch": "2.13.0+cu130"
|
| 20 |
+
},
|
| 21 |
+
"fingerprint": "8b5a3c1563644f6c019f497de8a3d707c8f8711499e601e310810f1a599ae5d7"
|
| 22 |
+
},
|
| 23 |
+
"generation_command": [
|
| 24 |
+
"python",
|
| 25 |
+
"-m",
|
| 26 |
+
"tools.goldens",
|
| 27 |
+
"--native-root",
|
| 28 |
+
"artifacts/reference",
|
| 29 |
+
"--output-root",
|
| 30 |
+
"tests/goldens",
|
| 31 |
+
"--model",
|
| 32 |
+
"ankh_large"
|
| 33 |
+
],
|
| 34 |
+
"input_fingerprint": "8b9b29613bd3a3455c5d5c47eb884cd698a52d8621ae1906571a4a4c97a80ee1",
|
| 35 |
+
"model_id": "ankh_large",
|
| 36 |
+
"schema_version": 1,
|
| 37 |
+
"source_files": {
|
| 38 |
+
"native/bf16.safetensors": "fdba8593cfb54ee4532e8f9fef7d5df110d66d245797ba37bb5c24049d918c2e",
|
| 39 |
+
"native/metadata.json": "7df438c5257521541034e7b8e8190c0c4f4cd31d6fb2b00c4f2c502296f68244"
|
| 40 |
+
},
|
| 41 |
+
"sources": [
|
| 42 |
+
{
|
| 43 |
+
"id": "ankh",
|
| 44 |
+
"revision": "02b4e25ce5389b9e771c9df6e546c62af1216f8e",
|
| 45 |
+
"url": "https://github.com/agemagician/Ankh.git"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"tensor_file": {
|
| 49 |
+
"path": "ankh_large.safetensors",
|
| 50 |
+
"sha256": "3fb8d3ac27716d15a9ea92aeef6acf2b977bcc887d9b535000539e523673459b"
|
| 51 |
+
},
|
| 52 |
+
"tensors": {
|
| 53 |
+
"input__attention_mask": {
|
| 54 |
+
"dtype": "int64",
|
| 55 |
+
"sha256": "37b3e21090fc901d75954c7a7d000a6359ab4bbc9dd0bf8354c5634f1bc70a45",
|
| 56 |
+
"shape": [
|
| 57 |
+
3,
|
| 58 |
+
62
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"input__input_ids": {
|
| 62 |
+
"dtype": "int64",
|
| 63 |
+
"sha256": "0c1af56968fd959dbdd7ff32df0e44986766d188b1dc4fbcb0028558e9094b95",
|
| 64 |
+
"shape": [
|
| 65 |
+
3,
|
| 66 |
+
62
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"output__last_hidden_state": {
|
| 70 |
+
"dtype": "bfloat16",
|
| 71 |
+
"sha256": "b8f603b15932d06c2aad9baabf6e7811ecf937589078a078ad79745414b21733",
|
| 72 |
+
"shape": [
|
| 73 |
+
3,
|
| 74 |
+
62,
|
| 75 |
+
1536
|
| 76 |
+
]
|
| 77 |
+
},
|
| 78 |
+
"residue_mask": {
|
| 79 |
+
"dtype": "bool",
|
| 80 |
+
"sha256": "5cdc874e7bff8e7a0a5752d0a4e9c46e6575f188f6ced645f33930d174a90f78",
|
| 81 |
+
"shape": [
|
| 82 |
+
3,
|
| 83 |
+
62
|
| 84 |
+
]
|
| 85 |
+
}
|
| 86 |
+
}
|
| 87 |
+
}
|
tests/goldens/ankh_large.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fb8d3ac27716d15a9ea92aeef6acf2b977bcc887d9b535000539e523673459b
|
| 3 |
+
size 574922
|
tests/goldens/dplm2_150m.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:20f1e55c64fdc4d1d30f7b1df64b6167fa23dc7c",
|
| 5 |
+
"pytorch_model.bin": "sha256:be7f5cf9e421f59fcc437e63ce1c7391099a314a4e9a4f10b8688785fa581238",
|
| 6 |
+
"special_tokens_map.json": "git-sha1:eb760e9f49a55145bbe0c64922d4ec2d3de1692a",
|
| 7 |
+
"tokenizer_config.json": "git-sha1:fc8c21760dcff173955afb106859e5f015d4f757",
|
| 8 |
+
"vocab.txt": "git-sha1:e133a3abd4350ddc3fc62548e162c8df7e62cf37"
|
| 9 |
+
},
|
| 10 |
+
"repo_id": "airkingbd/dplm2_150m",
|
| 11 |
+
"revision": "3451d984d06497f835ed49634bd68c9dfb54d730"
|
| 12 |
+
},
|
| 13 |
+
"environment": {
|
| 14 |
+
"details": {
|
| 15 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 16 |
+
"cuda_runtime": "12.1",
|
| 17 |
+
"packages": "{\"absl-py\":\"2.5.0\",\"accelerate\":\"1.14.0\",\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"alembic\":\"1.18.5\",\"annotated-types\":\"0.7.0\",\"antlr4-python3-runtime\":\"4.9.3\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"autopage\":\"0.6.0\",\"backports.strenum\":\"1.3.1\",\"biopython\":\"1.79\",\"biotite\":\"1.2.0\",\"biotraj\":\"1.2.2\",\"black\":\"26.5.1\",\"byprot\":\"1.0.0\",\"certifi\":\"2026.6.17\",\"cfgv\":\"3.5.0\",\"cftime\":\"1.6.5\",\"charset-normalizer\":\"2.1.1\",\"click\":\"8.4.2\",\"cliff\":\"4.14.0\",\"cmaes\":\"0.13.0\",\"cmd2\":\"3.5.1\",\"colorlog\":\"6.10.1\",\"contourpy\":\"1.3.2\",\"cycler\":\"0.12.1\",\"datasets\":\"2.20.0\",\"debugpy\":\"1.8.21\",\"deepspeed\":\"0.14.4\",\"dill\":\"0.3.8\",\"distlib\":\"0.4.3\",\"dm-tree\":\"0.1.10\",\"e3nn\":\"0.6.0\",\"einops\":\"0.8.2\",\"exceptiongroup\":\"1.3.1\",\"fair-esm\":\"2.0.0\",\"fastjsonschema\":\"2.21.2\",\"filelock\":\"3.29.0\",\"flake8\":\"7.3.0\",\"fonttools\":\"4.63.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"greenlet\":\"3.5.3\",\"griddataformats\":\"1.0.2\",\"grpcio\":\"1.82.1\",\"hf-xet\":\"1.5.1\",\"hjson\":\"3.1.0\",\"huggingface_hub\":\"0.36.2\",\"hydra-colorlog\":\"1.2.0\",\"hydra-core\":\"1.2.0\",\"hydra-optuna-sweeper\":\"1.2.0\",\"identify\":\"2.6.19\",\"idna\":\"3.4\",\"ihm\":\"2.11\",\"iniconfig\":\"2.3.0\",\"isort\":\"8.0.1\",\"jedi\":\"0.20.0\",\"jinja2\":\"3.1.6\",\"joblib\":\"1.5.3\",\"jsonschema\":\"4.26.0\",\"jsonschema-specifications\":\"2025.9.1\",\"jupyter_core\":\"5.9.1\",\"kiwisolver\":\"1.5.0\",\"lightning\":\"2.2.0\",\"lightning-utilities\":\"0.15.3\",\"lmdb\":\"2.3.0\",\"mako\":\"1.3.12\",\"markdown\":\"3.10.2\",\"markdown-it-py\":\"4.2.0\",\"markupsafe\":\"3.0.3\",\"matplotlib\":\"3.10.9\",\"mccabe\":\"0.7.0\",\"mda-xdrlib\":\"0.2.0\",\"mdanalysis\":\"2.9.0\",\"mdtraj\":\"1.10.3\",\"mdurl\":\"0.1.2\",\"ml_collections\":\"1.1.0\",\"mmtf-python\":\"1.1.3\",\"modelcif\":\"1.7\",\"mpmath\":\"1.3.0\",\"mrcfile\":\"1.5.4\",\"msgpack\":\"1.2.1\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"mypy_extensions\":\"1.1.0\",\"nbformat\":\"5.10.4\",\"nbstripout\":\"0.9.1\",\"netcdf4\":\"1.7.4\",\"networkx\":\"3.4.2\",\"ninja\":\"1.13.0\",\"nodeenv\":\"1.10.0\",\"numpy\":\"1.26.4\",\"nvidia-cublas-cu12\":\"12.1.3.1\",\"nvidia-cuda-cupti-cu12\":\"12.1.105\",\"nvidia-cuda-nvrtc-cu12\":\"12.1.105\",\"nvidia-cuda-runtime-cu12\":\"12.1.105\",\"nvidia-cudnn-cu12\":\"8.9.2.26\",\"nvidia-cufft-cu12\":\"11.0.2.54\",\"nvidia-curand-cu12\":\"10.3.2.106\",\"nvidia-cusolver-cu12\":\"11.4.5.107\",\"nvidia-cusparse-cu12\":\"12.1.0.106\",\"nvidia-ml-py\":\"13.610.43\",\"nvidia-nccl-cu12\":\"2.19.3\",\"nvidia-nvjitlink-cu12\":\"12.9.86\",\"nvidia-nvtx-cu12\":\"12.1.105\",\"omegaconf\":\"2.3.1\",\"opt-einsum-fx\":\"0.1.4\",\"opt_einsum\":\"3.4.0\",\"optuna\":\"2.10.1\",\"packaging\":\"24.2\",\"pandas\":\"2.3.3\",\"parso\":\"0.8.7\",\"pathspec\":\"1.1.1\",\"peft\":\"0.11.1\",\"pillow\":\"12.3.0\",\"pip\":\"26.1.1\",\"platformdirs\":\"4.10.0\",\"pluggy\":\"1.6.0\",\"pre_commit\":\"4.6.0\",\"prettytable\":\"3.18.0\",\"propcache\":\"0.5.2\",\"protobuf\":\"7.35.1\",\"psutil\":\"7.2.2\",\"pudb\":\"2025.1.5\",\"py-cpuinfo\":\"9.0.0\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pycodestyle\":\"2.14.0\",\"pydantic\":\"2.13.4\",\"pydantic_core\":\"2.46.4\",\"pyflakes\":\"3.4.0\",\"pygments\":\"2.20.0\",\"pyparsing\":\"3.3.2\",\"pyperclip\":\"1.11.0\",\"pyrootutils\":\"1.0.4\",\"pytest\":\"9.1.1\",\"python-dateutil\":\"2.9.0.post0\",\"python-discovery\":\"1.4.4\",\"python-dotenv\":\"1.2.2\",\"pytokens\":\"0.4.1\",\"pytorch-lightning\":\"2.2.0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"referencing\":\"0.37.0\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"rich\":\"15.0.0\",\"rich-argparse\":\"1.8.0\",\"rpds-py\":\"0.30.0\",\"safetensors\":\"0.6.2\",\"scikit-learn\":\"1.7.2\",\"scipy\":\"1.15.3\",\"seaborn\":\"0.13.2\",\"setuptools\":\"59.6.0\",\"sh\":\"2.3.0\",\"six\":\"1.17.0\",\"sqlalchemy\":\"2.0.51\",\"stevedore\":\"5.8.0\",\"sympy\":\"1.14.0\",\"tensorboard\":\"2.21.0\",\"tensorboard-data-server\":\"0.7.2\",\"threadpoolctl\":\"3.6.0\",\"tmtools\":\"0.3.0\",\"tokenizers\":\"0.15.2\",\"tomli\":\"2.4.1\",\"torch\":\"2.2.0+cu121\",\"torch-geometric\":\"2.8.0\",\"torch_scatter\":\"2.1.2+pt22cu121\",\"torchdata\":\"0.7.1\",\"torchmetrics\":\"1.9.0\",\"torchtext\":\"0.17.0+cpu\",\"tqdm\":\"4.66.5\",\"traitlets\":\"5.15.1\",\"transformers\":\"4.39.2\",\"triton\":\"2.2.0\",\"typing-inspection\":\"0.4.2\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"1.26.13\",\"urwid\":\"4.0.4\",\"urwid_readline\":\"0.15.1\",\"virtualenv\":\"21.6.1\",\"wcwidth\":\"0.8.2\",\"werkzeug\":\"3.1.8\",\"wrapt\":\"2.2.2\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 18 |
+
"python": "3.10.12",
|
| 19 |
+
"torch": "2.2.0+cu121"
|
| 20 |
+
},
|
| 21 |
+
"fingerprint": "cd54743355027f7ac24d7f456e3807a2037601cdfc9eb57db041a839c3bfc503"
|
| 22 |
+
},
|
| 23 |
+
"generation_command": [
|
| 24 |
+
"python",
|
| 25 |
+
"-m",
|
| 26 |
+
"tools.goldens",
|
| 27 |
+
"--native-root",
|
| 28 |
+
"artifacts/reference",
|
| 29 |
+
"--output-root",
|
| 30 |
+
"tests/goldens",
|
| 31 |
+
"--model",
|
| 32 |
+
"dplm2_150m"
|
| 33 |
+
],
|
| 34 |
+
"input_fingerprint": "a7b239a22465f83adf8de7303bb90b0b85ddccfee476137f54331da231059910",
|
| 35 |
+
"model_id": "dplm2_150m",
|
| 36 |
+
"schema_version": 1,
|
| 37 |
+
"source_files": {
|
| 38 |
+
"native/bf16.safetensors": "1c7bf879a98cf293d91d7671ce86f7d2a440515891fa2eef326152995f3a5a03",
|
| 39 |
+
"native/metadata.json": "68278e51d81ed79c0ccf05a22848102489a00e04376c10b51b6542ddc3828717"
|
| 40 |
+
},
|
| 41 |
+
"sources": [
|
| 42 |
+
{
|
| 43 |
+
"id": "dplm",
|
| 44 |
+
"revision": "8a2e15e53416b4536f03f79ad1f6f6a9cbd5e19d",
|
| 45 |
+
"url": "https://github.com/bytedance/dplm.git"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"tensor_file": {
|
| 49 |
+
"path": "dplm2_150m.safetensors",
|
| 50 |
+
"sha256": "17fc26600938ba5364b8ecb96750786d33e9f92bcd4ea4df3e12a389340748eb"
|
| 51 |
+
},
|
| 52 |
+
"tensors": {
|
| 53 |
+
"input__attention_mask": {
|
| 54 |
+
"dtype": "int64",
|
| 55 |
+
"sha256": "6c19ab143b0587e6766355da1f0527bf7df033f9c5de68afcd60d405a1ce995a",
|
| 56 |
+
"shape": [
|
| 57 |
+
3,
|
| 58 |
+
126
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"input__input_ids": {
|
| 62 |
+
"dtype": "int64",
|
| 63 |
+
"sha256": "11d09bddaf02ce351b86b1c5ce5f05b2e89420605014b337e2c49061d9e57f3d",
|
| 64 |
+
"shape": [
|
| 65 |
+
3,
|
| 66 |
+
126
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"output__last_hidden_state": {
|
| 70 |
+
"dtype": "float32",
|
| 71 |
+
"sha256": "812f85535e9a682122a407c935f8097b08e03ae9bb508f29417a476cdb7047f9",
|
| 72 |
+
"shape": [
|
| 73 |
+
3,
|
| 74 |
+
126,
|
| 75 |
+
640
|
| 76 |
+
]
|
| 77 |
+
},
|
| 78 |
+
"output__logits": {
|
| 79 |
+
"dtype": "float32",
|
| 80 |
+
"sha256": "42eacf345357e9ea31bdb6bca3b99f2df6717a4acef6f16400d5fb864c526a66",
|
| 81 |
+
"shape": [
|
| 82 |
+
3,
|
| 83 |
+
126,
|
| 84 |
+
8229
|
| 85 |
+
]
|
| 86 |
+
},
|
| 87 |
+
"residue_mask": {
|
| 88 |
+
"dtype": "bool",
|
| 89 |
+
"sha256": "ea2dbe6bba30495918cc14a223a43fb6efee780a21cbce1d503cb6200e7ef807",
|
| 90 |
+
"shape": [
|
| 91 |
+
3,
|
| 92 |
+
126
|
| 93 |
+
]
|
| 94 |
+
}
|
| 95 |
+
}
|
| 96 |
+
}
|
tests/goldens/dplm2_150m.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17fc26600938ba5364b8ecb96750786d33e9f92bcd4ea4df3e12a389340748eb
|
| 3 |
+
size 13416818
|
tests/goldens/dplm2_3b.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:22d51ce44cd6da8d819e0d00566987bb51d74753",
|
| 5 |
+
"pytorch_model-00001-of-00004.bin": "sha256:d8c641eae6bf891581ec64d543169891b093e296f5679ac75c695bcf596b4211",
|
| 6 |
+
"pytorch_model-00002-of-00004.bin": "sha256:6478ad86ec5fef3d1d26580493af2d8666009d3ff884f3f88548080c8bbf94b5",
|
| 7 |
+
"pytorch_model-00003-of-00004.bin": "sha256:dde8f88dac4a6355488c2fb433ee12cd69f1169950566624fba43684d4d99dc6",
|
| 8 |
+
"pytorch_model-00004-of-00004.bin": "sha256:17ec0145152bc10e4dd3b4c2edff337979f6b99ee7c7bfd6cf4e6dbd7262d079",
|
| 9 |
+
"special_tokens_map.json": "git-sha1:eb760e9f49a55145bbe0c64922d4ec2d3de1692a",
|
| 10 |
+
"tokenizer_config.json": "git-sha1:fc8c21760dcff173955afb106859e5f015d4f757",
|
| 11 |
+
"vocab.txt": "git-sha1:e133a3abd4350ddc3fc62548e162c8df7e62cf37"
|
| 12 |
+
},
|
| 13 |
+
"repo_id": "airkingbd/dplm2_3b",
|
| 14 |
+
"revision": "9e77567926f98d1b997ea9131a8eeb035b9bf827"
|
| 15 |
+
},
|
| 16 |
+
"environment": {
|
| 17 |
+
"details": {
|
| 18 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 19 |
+
"cuda_runtime": "12.1",
|
| 20 |
+
"packages": "{\"absl-py\":\"2.5.0\",\"accelerate\":\"1.14.0\",\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"alembic\":\"1.18.5\",\"annotated-types\":\"0.7.0\",\"antlr4-python3-runtime\":\"4.9.3\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"autopage\":\"0.6.0\",\"backports.strenum\":\"1.3.1\",\"biopython\":\"1.79\",\"biotite\":\"1.2.0\",\"biotraj\":\"1.2.2\",\"black\":\"26.5.1\",\"byprot\":\"1.0.0\",\"certifi\":\"2026.6.17\",\"cfgv\":\"3.5.0\",\"cftime\":\"1.6.5\",\"charset-normalizer\":\"2.1.1\",\"click\":\"8.4.2\",\"cliff\":\"4.14.0\",\"cmaes\":\"0.13.0\",\"cmd2\":\"3.5.1\",\"colorlog\":\"6.10.1\",\"contourpy\":\"1.3.2\",\"cycler\":\"0.12.1\",\"datasets\":\"2.20.0\",\"debugpy\":\"1.8.21\",\"deepspeed\":\"0.14.4\",\"dill\":\"0.3.8\",\"distlib\":\"0.4.3\",\"dm-tree\":\"0.1.10\",\"e3nn\":\"0.6.0\",\"einops\":\"0.8.2\",\"exceptiongroup\":\"1.3.1\",\"fair-esm\":\"2.0.0\",\"fastjsonschema\":\"2.21.2\",\"filelock\":\"3.29.0\",\"flake8\":\"7.3.0\",\"fonttools\":\"4.63.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"greenlet\":\"3.5.3\",\"griddataformats\":\"1.0.2\",\"grpcio\":\"1.82.1\",\"hf-xet\":\"1.5.1\",\"hjson\":\"3.1.0\",\"huggingface_hub\":\"0.36.2\",\"hydra-colorlog\":\"1.2.0\",\"hydra-core\":\"1.2.0\",\"hydra-optuna-sweeper\":\"1.2.0\",\"identify\":\"2.6.19\",\"idna\":\"3.4\",\"ihm\":\"2.11\",\"iniconfig\":\"2.3.0\",\"isort\":\"8.0.1\",\"jedi\":\"0.20.0\",\"jinja2\":\"3.1.6\",\"joblib\":\"1.5.3\",\"jsonschema\":\"4.26.0\",\"jsonschema-specifications\":\"2025.9.1\",\"jupyter_core\":\"5.9.1\",\"kiwisolver\":\"1.5.0\",\"lightning\":\"2.2.0\",\"lightning-utilities\":\"0.15.3\",\"lmdb\":\"2.3.0\",\"mako\":\"1.3.12\",\"markdown\":\"3.10.2\",\"markdown-it-py\":\"4.2.0\",\"markupsafe\":\"3.0.3\",\"matplotlib\":\"3.10.9\",\"mccabe\":\"0.7.0\",\"mda-xdrlib\":\"0.2.0\",\"mdanalysis\":\"2.9.0\",\"mdtraj\":\"1.10.3\",\"mdurl\":\"0.1.2\",\"ml_collections\":\"1.1.0\",\"mmtf-python\":\"1.1.3\",\"modelcif\":\"1.7\",\"mpmath\":\"1.3.0\",\"mrcfile\":\"1.5.4\",\"msgpack\":\"1.2.1\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"mypy_extensions\":\"1.1.0\",\"nbformat\":\"5.10.4\",\"nbstripout\":\"0.9.1\",\"netcdf4\":\"1.7.4\",\"networkx\":\"3.4.2\",\"ninja\":\"1.13.0\",\"nodeenv\":\"1.10.0\",\"numpy\":\"1.26.4\",\"nvidia-cublas-cu12\":\"12.1.3.1\",\"nvidia-cuda-cupti-cu12\":\"12.1.105\",\"nvidia-cuda-nvrtc-cu12\":\"12.1.105\",\"nvidia-cuda-runtime-cu12\":\"12.1.105\",\"nvidia-cudnn-cu12\":\"8.9.2.26\",\"nvidia-cufft-cu12\":\"11.0.2.54\",\"nvidia-curand-cu12\":\"10.3.2.106\",\"nvidia-cusolver-cu12\":\"11.4.5.107\",\"nvidia-cusparse-cu12\":\"12.1.0.106\",\"nvidia-ml-py\":\"13.610.43\",\"nvidia-nccl-cu12\":\"2.19.3\",\"nvidia-nvjitlink-cu12\":\"12.9.86\",\"nvidia-nvtx-cu12\":\"12.1.105\",\"omegaconf\":\"2.3.1\",\"opt-einsum-fx\":\"0.1.4\",\"opt_einsum\":\"3.4.0\",\"optuna\":\"2.10.1\",\"packaging\":\"24.2\",\"pandas\":\"2.3.3\",\"parso\":\"0.8.7\",\"pathspec\":\"1.1.1\",\"peft\":\"0.11.1\",\"pillow\":\"12.3.0\",\"pip\":\"26.1.1\",\"platformdirs\":\"4.10.0\",\"pluggy\":\"1.6.0\",\"pre_commit\":\"4.6.0\",\"prettytable\":\"3.18.0\",\"propcache\":\"0.5.2\",\"protobuf\":\"7.35.1\",\"psutil\":\"7.2.2\",\"pudb\":\"2025.1.5\",\"py-cpuinfo\":\"9.0.0\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pycodestyle\":\"2.14.0\",\"pydantic\":\"2.13.4\",\"pydantic_core\":\"2.46.4\",\"pyflakes\":\"3.4.0\",\"pygments\":\"2.20.0\",\"pyparsing\":\"3.3.2\",\"pyperclip\":\"1.11.0\",\"pyrootutils\":\"1.0.4\",\"pytest\":\"9.1.1\",\"python-dateutil\":\"2.9.0.post0\",\"python-discovery\":\"1.4.4\",\"python-dotenv\":\"1.2.2\",\"pytokens\":\"0.4.1\",\"pytorch-lightning\":\"2.2.0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"referencing\":\"0.37.0\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"rich\":\"15.0.0\",\"rich-argparse\":\"1.8.0\",\"rpds-py\":\"0.30.0\",\"safetensors\":\"0.6.2\",\"scikit-learn\":\"1.7.2\",\"scipy\":\"1.15.3\",\"seaborn\":\"0.13.2\",\"setuptools\":\"59.6.0\",\"sh\":\"2.3.0\",\"six\":\"1.17.0\",\"sqlalchemy\":\"2.0.51\",\"stevedore\":\"5.8.0\",\"sympy\":\"1.14.0\",\"tensorboard\":\"2.21.0\",\"tensorboard-data-server\":\"0.7.2\",\"threadpoolctl\":\"3.6.0\",\"tmtools\":\"0.3.0\",\"tokenizers\":\"0.15.2\",\"tomli\":\"2.4.1\",\"torch\":\"2.2.0+cu121\",\"torch-geometric\":\"2.8.0\",\"torch_scatter\":\"2.1.2+pt22cu121\",\"torchdata\":\"0.7.1\",\"torchmetrics\":\"1.9.0\",\"torchtext\":\"0.17.0+cpu\",\"tqdm\":\"4.66.5\",\"traitlets\":\"5.15.1\",\"transformers\":\"4.39.2\",\"triton\":\"2.2.0\",\"typing-inspection\":\"0.4.2\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"1.26.13\",\"urwid\":\"4.0.4\",\"urwid_readline\":\"0.15.1\",\"virtualenv\":\"21.6.1\",\"wcwidth\":\"0.8.2\",\"werkzeug\":\"3.1.8\",\"wrapt\":\"2.2.2\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 21 |
+
"python": "3.10.12",
|
| 22 |
+
"torch": "2.2.0+cu121"
|
| 23 |
+
},
|
| 24 |
+
"fingerprint": "cd54743355027f7ac24d7f456e3807a2037601cdfc9eb57db041a839c3bfc503"
|
| 25 |
+
},
|
| 26 |
+
"generation_command": [
|
| 27 |
+
"python",
|
| 28 |
+
"-m",
|
| 29 |
+
"tools.goldens",
|
| 30 |
+
"--native-root",
|
| 31 |
+
"artifacts/reference",
|
| 32 |
+
"--output-root",
|
| 33 |
+
"tests/goldens",
|
| 34 |
+
"--model",
|
| 35 |
+
"dplm2_3b"
|
| 36 |
+
],
|
| 37 |
+
"input_fingerprint": "a7b239a22465f83adf8de7303bb90b0b85ddccfee476137f54331da231059910",
|
| 38 |
+
"limitations": [
|
| 39 |
+
{
|
| 40 |
+
"capability": "generation",
|
| 41 |
+
"exception_type": "TypeError",
|
| 42 |
+
"public_method": "EsmForDPLM.generate",
|
| 43 |
+
"reason": "The checkpoint-selected EsmForDPLM sampler uses tokenizer.cls_token_id as bos_id, but the pinned DPLM2 tokenizer defines no cls_token_id.",
|
| 44 |
+
"status": "official_unavailable"
|
| 45 |
+
}
|
| 46 |
+
],
|
| 47 |
+
"model_id": "dplm2_3b",
|
| 48 |
+
"schema_version": 1,
|
| 49 |
+
"source_files": {
|
| 50 |
+
"native/bf16.safetensors": "2b0868d8e007ac29aa0674528c5c5de5392151d7c8482d86c4e43946334c24d9",
|
| 51 |
+
"native/metadata.json": "feb45f4491402a908dda1f8a1e7c0b35936a65988bb2af6740b93c39f185832d"
|
| 52 |
+
},
|
| 53 |
+
"sources": [
|
| 54 |
+
{
|
| 55 |
+
"id": "dplm",
|
| 56 |
+
"revision": "8a2e15e53416b4536f03f79ad1f6f6a9cbd5e19d",
|
| 57 |
+
"url": "https://github.com/bytedance/dplm.git"
|
| 58 |
+
}
|
| 59 |
+
],
|
| 60 |
+
"tensor_file": {
|
| 61 |
+
"path": "dplm2_3b.safetensors",
|
| 62 |
+
"sha256": "838b11824d08f83bcb0c0b3268e579f3a87dbfb965370cfe5c3f8793b96b1964"
|
| 63 |
+
},
|
| 64 |
+
"tensors": {
|
| 65 |
+
"input__attention_mask": {
|
| 66 |
+
"dtype": "int64",
|
| 67 |
+
"sha256": "6c19ab143b0587e6766355da1f0527bf7df033f9c5de68afcd60d405a1ce995a",
|
| 68 |
+
"shape": [
|
| 69 |
+
3,
|
| 70 |
+
126
|
| 71 |
+
]
|
| 72 |
+
},
|
| 73 |
+
"input__input_ids": {
|
| 74 |
+
"dtype": "int64",
|
| 75 |
+
"sha256": "11d09bddaf02ce351b86b1c5ce5f05b2e89420605014b337e2c49061d9e57f3d",
|
| 76 |
+
"shape": [
|
| 77 |
+
3,
|
| 78 |
+
126
|
| 79 |
+
]
|
| 80 |
+
},
|
| 81 |
+
"output__last_hidden_state": {
|
| 82 |
+
"dtype": "float32",
|
| 83 |
+
"sha256": "506a9e2ba51142f6653bd599f1025fa2e8f2d320d93a4c5505af464699c4549b",
|
| 84 |
+
"shape": [
|
| 85 |
+
3,
|
| 86 |
+
126,
|
| 87 |
+
2560
|
| 88 |
+
]
|
| 89 |
+
},
|
| 90 |
+
"output__logits": {
|
| 91 |
+
"dtype": "float32",
|
| 92 |
+
"sha256": "454a6a8b46a5e687f1338ca83d9e8c43414ffbabbdda905c6977dc168d0b1425",
|
| 93 |
+
"shape": [
|
| 94 |
+
3,
|
| 95 |
+
126,
|
| 96 |
+
8229
|
| 97 |
+
]
|
| 98 |
+
},
|
| 99 |
+
"residue_mask": {
|
| 100 |
+
"dtype": "bool",
|
| 101 |
+
"sha256": "ea2dbe6bba30495918cc14a223a43fb6efee780a21cbce1d503cb6200e7ef807",
|
| 102 |
+
"shape": [
|
| 103 |
+
3,
|
| 104 |
+
126
|
| 105 |
+
]
|
| 106 |
+
}
|
| 107 |
+
}
|
| 108 |
+
}
|
tests/goldens/dplm2_3b.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:838b11824d08f83bcb0c0b3268e579f3a87dbfb965370cfe5c3f8793b96b1964
|
| 3 |
+
size 16319858
|
tests/goldens/dplm2_650m.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:4cce8d9dc212cdace0e20e89169790bcf199c158",
|
| 5 |
+
"pytorch_model.bin": "sha256:8d6e08cc05e4858064a714013c74cc88c9caa2cc8b12c34605a3c24bcd877cfb",
|
| 6 |
+
"special_tokens_map.json": "git-sha1:eb760e9f49a55145bbe0c64922d4ec2d3de1692a",
|
| 7 |
+
"tokenizer_config.json": "git-sha1:fc8c21760dcff173955afb106859e5f015d4f757",
|
| 8 |
+
"vocab.txt": "git-sha1:e133a3abd4350ddc3fc62548e162c8df7e62cf37"
|
| 9 |
+
},
|
| 10 |
+
"repo_id": "airkingbd/dplm2_650m",
|
| 11 |
+
"revision": "0bc69b644976c6680ab7e26669854d1979e8876e"
|
| 12 |
+
},
|
| 13 |
+
"environment": {
|
| 14 |
+
"details": {
|
| 15 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 16 |
+
"cuda_runtime": "12.1",
|
| 17 |
+
"packages": "{\"absl-py\":\"2.5.0\",\"accelerate\":\"1.14.0\",\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"alembic\":\"1.18.5\",\"annotated-types\":\"0.7.0\",\"antlr4-python3-runtime\":\"4.9.3\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"autopage\":\"0.6.0\",\"backports.strenum\":\"1.3.1\",\"biopython\":\"1.79\",\"biotite\":\"1.2.0\",\"biotraj\":\"1.2.2\",\"black\":\"26.5.1\",\"byprot\":\"1.0.0\",\"certifi\":\"2026.6.17\",\"cfgv\":\"3.5.0\",\"cftime\":\"1.6.5\",\"charset-normalizer\":\"2.1.1\",\"click\":\"8.4.2\",\"cliff\":\"4.14.0\",\"cmaes\":\"0.13.0\",\"cmd2\":\"3.5.1\",\"colorlog\":\"6.10.1\",\"contourpy\":\"1.3.2\",\"cycler\":\"0.12.1\",\"datasets\":\"2.20.0\",\"debugpy\":\"1.8.21\",\"deepspeed\":\"0.14.4\",\"dill\":\"0.3.8\",\"distlib\":\"0.4.3\",\"dm-tree\":\"0.1.10\",\"e3nn\":\"0.6.0\",\"einops\":\"0.8.2\",\"exceptiongroup\":\"1.3.1\",\"fair-esm\":\"2.0.0\",\"fastjsonschema\":\"2.21.2\",\"filelock\":\"3.29.0\",\"flake8\":\"7.3.0\",\"fonttools\":\"4.63.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"greenlet\":\"3.5.3\",\"griddataformats\":\"1.0.2\",\"grpcio\":\"1.82.1\",\"hf-xet\":\"1.5.1\",\"hjson\":\"3.1.0\",\"huggingface_hub\":\"0.36.2\",\"hydra-colorlog\":\"1.2.0\",\"hydra-core\":\"1.2.0\",\"hydra-optuna-sweeper\":\"1.2.0\",\"identify\":\"2.6.19\",\"idna\":\"3.4\",\"ihm\":\"2.11\",\"iniconfig\":\"2.3.0\",\"isort\":\"8.0.1\",\"jedi\":\"0.20.0\",\"jinja2\":\"3.1.6\",\"joblib\":\"1.5.3\",\"jsonschema\":\"4.26.0\",\"jsonschema-specifications\":\"2025.9.1\",\"jupyter_core\":\"5.9.1\",\"kiwisolver\":\"1.5.0\",\"lightning\":\"2.2.0\",\"lightning-utilities\":\"0.15.3\",\"lmdb\":\"2.3.0\",\"mako\":\"1.3.12\",\"markdown\":\"3.10.2\",\"markdown-it-py\":\"4.2.0\",\"markupsafe\":\"3.0.3\",\"matplotlib\":\"3.10.9\",\"mccabe\":\"0.7.0\",\"mda-xdrlib\":\"0.2.0\",\"mdanalysis\":\"2.9.0\",\"mdtraj\":\"1.10.3\",\"mdurl\":\"0.1.2\",\"ml_collections\":\"1.1.0\",\"mmtf-python\":\"1.1.3\",\"modelcif\":\"1.7\",\"mpmath\":\"1.3.0\",\"mrcfile\":\"1.5.4\",\"msgpack\":\"1.2.1\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"mypy_extensions\":\"1.1.0\",\"nbformat\":\"5.10.4\",\"nbstripout\":\"0.9.1\",\"netcdf4\":\"1.7.4\",\"networkx\":\"3.4.2\",\"ninja\":\"1.13.0\",\"nodeenv\":\"1.10.0\",\"numpy\":\"1.26.4\",\"nvidia-cublas-cu12\":\"12.1.3.1\",\"nvidia-cuda-cupti-cu12\":\"12.1.105\",\"nvidia-cuda-nvrtc-cu12\":\"12.1.105\",\"nvidia-cuda-runtime-cu12\":\"12.1.105\",\"nvidia-cudnn-cu12\":\"8.9.2.26\",\"nvidia-cufft-cu12\":\"11.0.2.54\",\"nvidia-curand-cu12\":\"10.3.2.106\",\"nvidia-cusolver-cu12\":\"11.4.5.107\",\"nvidia-cusparse-cu12\":\"12.1.0.106\",\"nvidia-ml-py\":\"13.610.43\",\"nvidia-nccl-cu12\":\"2.19.3\",\"nvidia-nvjitlink-cu12\":\"12.9.86\",\"nvidia-nvtx-cu12\":\"12.1.105\",\"omegaconf\":\"2.3.1\",\"opt-einsum-fx\":\"0.1.4\",\"opt_einsum\":\"3.4.0\",\"optuna\":\"2.10.1\",\"packaging\":\"24.2\",\"pandas\":\"2.3.3\",\"parso\":\"0.8.7\",\"pathspec\":\"1.1.1\",\"peft\":\"0.11.1\",\"pillow\":\"12.3.0\",\"pip\":\"26.1.1\",\"platformdirs\":\"4.10.0\",\"pluggy\":\"1.6.0\",\"pre_commit\":\"4.6.0\",\"prettytable\":\"3.18.0\",\"propcache\":\"0.5.2\",\"protobuf\":\"7.35.1\",\"psutil\":\"7.2.2\",\"pudb\":\"2025.1.5\",\"py-cpuinfo\":\"9.0.0\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pycodestyle\":\"2.14.0\",\"pydantic\":\"2.13.4\",\"pydantic_core\":\"2.46.4\",\"pyflakes\":\"3.4.0\",\"pygments\":\"2.20.0\",\"pyparsing\":\"3.3.2\",\"pyperclip\":\"1.11.0\",\"pyrootutils\":\"1.0.4\",\"pytest\":\"9.1.1\",\"python-dateutil\":\"2.9.0.post0\",\"python-discovery\":\"1.4.4\",\"python-dotenv\":\"1.2.2\",\"pytokens\":\"0.4.1\",\"pytorch-lightning\":\"2.2.0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"referencing\":\"0.37.0\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"rich\":\"15.0.0\",\"rich-argparse\":\"1.8.0\",\"rpds-py\":\"0.30.0\",\"safetensors\":\"0.6.2\",\"scikit-learn\":\"1.7.2\",\"scipy\":\"1.15.3\",\"seaborn\":\"0.13.2\",\"setuptools\":\"59.6.0\",\"sh\":\"2.3.0\",\"six\":\"1.17.0\",\"sqlalchemy\":\"2.0.51\",\"stevedore\":\"5.8.0\",\"sympy\":\"1.14.0\",\"tensorboard\":\"2.21.0\",\"tensorboard-data-server\":\"0.7.2\",\"threadpoolctl\":\"3.6.0\",\"tmtools\":\"0.3.0\",\"tokenizers\":\"0.15.2\",\"tomli\":\"2.4.1\",\"torch\":\"2.2.0+cu121\",\"torch-geometric\":\"2.8.0\",\"torch_scatter\":\"2.1.2+pt22cu121\",\"torchdata\":\"0.7.1\",\"torchmetrics\":\"1.9.0\",\"torchtext\":\"0.17.0+cpu\",\"tqdm\":\"4.66.5\",\"traitlets\":\"5.15.1\",\"transformers\":\"4.39.2\",\"triton\":\"2.2.0\",\"typing-inspection\":\"0.4.2\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"1.26.13\",\"urwid\":\"4.0.4\",\"urwid_readline\":\"0.15.1\",\"virtualenv\":\"21.6.1\",\"wcwidth\":\"0.8.2\",\"werkzeug\":\"3.1.8\",\"wrapt\":\"2.2.2\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 18 |
+
"python": "3.10.12",
|
| 19 |
+
"torch": "2.2.0+cu121"
|
| 20 |
+
},
|
| 21 |
+
"fingerprint": "cd54743355027f7ac24d7f456e3807a2037601cdfc9eb57db041a839c3bfc503"
|
| 22 |
+
},
|
| 23 |
+
"generation_command": [
|
| 24 |
+
"python",
|
| 25 |
+
"-m",
|
| 26 |
+
"tools.goldens",
|
| 27 |
+
"--native-root",
|
| 28 |
+
"artifacts/reference",
|
| 29 |
+
"--output-root",
|
| 30 |
+
"tests/goldens",
|
| 31 |
+
"--model",
|
| 32 |
+
"dplm2_650m"
|
| 33 |
+
],
|
| 34 |
+
"input_fingerprint": "a7b239a22465f83adf8de7303bb90b0b85ddccfee476137f54331da231059910",
|
| 35 |
+
"model_id": "dplm2_650m",
|
| 36 |
+
"schema_version": 1,
|
| 37 |
+
"source_files": {
|
| 38 |
+
"native/bf16.safetensors": "ef3369eb9d4ae7c143b7041212bfebf9531b5b75eb1eac4170e07126b9a28e8d",
|
| 39 |
+
"native/metadata.json": "3fcb1766ae6a2dd7e676ee207dba22c5e73f666b827f63ed2eb44a41686313f6"
|
| 40 |
+
},
|
| 41 |
+
"sources": [
|
| 42 |
+
{
|
| 43 |
+
"id": "dplm",
|
| 44 |
+
"revision": "8a2e15e53416b4536f03f79ad1f6f6a9cbd5e19d",
|
| 45 |
+
"url": "https://github.com/bytedance/dplm.git"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"tensor_file": {
|
| 49 |
+
"path": "dplm2_650m.safetensors",
|
| 50 |
+
"sha256": "c4e0e467c252c3ac813363d2d4b17a5e3bd99e75fad315e76d97689b4655ddac"
|
| 51 |
+
},
|
| 52 |
+
"tensors": {
|
| 53 |
+
"input__attention_mask": {
|
| 54 |
+
"dtype": "int64",
|
| 55 |
+
"sha256": "6c19ab143b0587e6766355da1f0527bf7df033f9c5de68afcd60d405a1ce995a",
|
| 56 |
+
"shape": [
|
| 57 |
+
3,
|
| 58 |
+
126
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"input__input_ids": {
|
| 62 |
+
"dtype": "int64",
|
| 63 |
+
"sha256": "11d09bddaf02ce351b86b1c5ce5f05b2e89420605014b337e2c49061d9e57f3d",
|
| 64 |
+
"shape": [
|
| 65 |
+
3,
|
| 66 |
+
126
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"output__last_hidden_state": {
|
| 70 |
+
"dtype": "float32",
|
| 71 |
+
"sha256": "cad36e84d72090e829c3398bc118ec628171d6abca7f2897afef3a9b733599f3",
|
| 72 |
+
"shape": [
|
| 73 |
+
3,
|
| 74 |
+
126,
|
| 75 |
+
1280
|
| 76 |
+
]
|
| 77 |
+
},
|
| 78 |
+
"output__logits": {
|
| 79 |
+
"dtype": "float32",
|
| 80 |
+
"sha256": "abe35860b57a618599cd0351e4640e6d2abfe95b8655242bff788b69ed53c2af",
|
| 81 |
+
"shape": [
|
| 82 |
+
3,
|
| 83 |
+
126,
|
| 84 |
+
8229
|
| 85 |
+
]
|
| 86 |
+
},
|
| 87 |
+
"residue_mask": {
|
| 88 |
+
"dtype": "bool",
|
| 89 |
+
"sha256": "ea2dbe6bba30495918cc14a223a43fb6efee780a21cbce1d503cb6200e7ef807",
|
| 90 |
+
"shape": [
|
| 91 |
+
3,
|
| 92 |
+
126
|
| 93 |
+
]
|
| 94 |
+
}
|
| 95 |
+
}
|
| 96 |
+
}
|
tests/goldens/dplm2_650m.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4e0e467c252c3ac813363d2d4b17a5e3bd99e75fad315e76d97689b4655ddac
|
| 3 |
+
size 14384498
|
tests/goldens/dplm_150m.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:4910cb02f1840e9ac577026f601829604af58c74",
|
| 5 |
+
"pytorch_model.bin": "sha256:ea4eaa99536b60ed76f945f71a1a5e604f08447ec3def5104a93ca6001a59961",
|
| 6 |
+
"special_tokens_map.json": "git-sha1:ba0f9b53dbbf27934f7555e5d31e37bdea9317f1",
|
| 7 |
+
"tokenizer_config.json": "git-sha1:dbcdd9fb2e742627ee310713615e0d7aeed0c34e",
|
| 8 |
+
"vocab.txt": "git-sha1:6b946952cc35537226f07fd70957ee2f848880d2"
|
| 9 |
+
},
|
| 10 |
+
"repo_id": "airkingbd/dplm_150m",
|
| 11 |
+
"revision": "49b7125a5d28c6418fcc2f3c4fe799352ac1488b"
|
| 12 |
+
},
|
| 13 |
+
"environment": {
|
| 14 |
+
"details": {
|
| 15 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 16 |
+
"cuda_runtime": "12.1",
|
| 17 |
+
"packages": "{\"absl-py\":\"2.5.0\",\"accelerate\":\"1.14.0\",\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"alembic\":\"1.18.5\",\"annotated-types\":\"0.7.0\",\"antlr4-python3-runtime\":\"4.9.3\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"autopage\":\"0.6.0\",\"backports.strenum\":\"1.3.1\",\"biopython\":\"1.79\",\"biotite\":\"1.2.0\",\"biotraj\":\"1.2.2\",\"black\":\"26.5.1\",\"byprot\":\"1.0.0\",\"certifi\":\"2026.6.17\",\"cfgv\":\"3.5.0\",\"cftime\":\"1.6.5\",\"charset-normalizer\":\"2.1.1\",\"click\":\"8.4.2\",\"cliff\":\"4.14.0\",\"cmaes\":\"0.13.0\",\"cmd2\":\"3.5.1\",\"colorlog\":\"6.10.1\",\"contourpy\":\"1.3.2\",\"cycler\":\"0.12.1\",\"datasets\":\"2.20.0\",\"debugpy\":\"1.8.21\",\"deepspeed\":\"0.14.4\",\"dill\":\"0.3.8\",\"distlib\":\"0.4.3\",\"dm-tree\":\"0.1.10\",\"e3nn\":\"0.6.0\",\"einops\":\"0.8.2\",\"exceptiongroup\":\"1.3.1\",\"fair-esm\":\"2.0.0\",\"fastjsonschema\":\"2.21.2\",\"filelock\":\"3.29.0\",\"flake8\":\"7.3.0\",\"fonttools\":\"4.63.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"greenlet\":\"3.5.3\",\"griddataformats\":\"1.0.2\",\"grpcio\":\"1.82.1\",\"hf-xet\":\"1.5.1\",\"hjson\":\"3.1.0\",\"huggingface_hub\":\"0.36.2\",\"hydra-colorlog\":\"1.2.0\",\"hydra-core\":\"1.2.0\",\"hydra-optuna-sweeper\":\"1.2.0\",\"identify\":\"2.6.19\",\"idna\":\"3.4\",\"ihm\":\"2.11\",\"iniconfig\":\"2.3.0\",\"isort\":\"8.0.1\",\"jedi\":\"0.20.0\",\"jinja2\":\"3.1.6\",\"joblib\":\"1.5.3\",\"jsonschema\":\"4.26.0\",\"jsonschema-specifications\":\"2025.9.1\",\"jupyter_core\":\"5.9.1\",\"kiwisolver\":\"1.5.0\",\"lightning\":\"2.2.0\",\"lightning-utilities\":\"0.15.3\",\"lmdb\":\"2.3.0\",\"mako\":\"1.3.12\",\"markdown\":\"3.10.2\",\"markdown-it-py\":\"4.2.0\",\"markupsafe\":\"3.0.3\",\"matplotlib\":\"3.10.9\",\"mccabe\":\"0.7.0\",\"mda-xdrlib\":\"0.2.0\",\"mdanalysis\":\"2.9.0\",\"mdtraj\":\"1.10.3\",\"mdurl\":\"0.1.2\",\"ml_collections\":\"1.1.0\",\"mmtf-python\":\"1.1.3\",\"modelcif\":\"1.7\",\"mpmath\":\"1.3.0\",\"mrcfile\":\"1.5.4\",\"msgpack\":\"1.2.1\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"mypy_extensions\":\"1.1.0\",\"nbformat\":\"5.10.4\",\"nbstripout\":\"0.9.1\",\"netcdf4\":\"1.7.4\",\"networkx\":\"3.4.2\",\"ninja\":\"1.13.0\",\"nodeenv\":\"1.10.0\",\"numpy\":\"1.26.4\",\"nvidia-cublas-cu12\":\"12.1.3.1\",\"nvidia-cuda-cupti-cu12\":\"12.1.105\",\"nvidia-cuda-nvrtc-cu12\":\"12.1.105\",\"nvidia-cuda-runtime-cu12\":\"12.1.105\",\"nvidia-cudnn-cu12\":\"8.9.2.26\",\"nvidia-cufft-cu12\":\"11.0.2.54\",\"nvidia-curand-cu12\":\"10.3.2.106\",\"nvidia-cusolver-cu12\":\"11.4.5.107\",\"nvidia-cusparse-cu12\":\"12.1.0.106\",\"nvidia-ml-py\":\"13.610.43\",\"nvidia-nccl-cu12\":\"2.19.3\",\"nvidia-nvjitlink-cu12\":\"12.9.86\",\"nvidia-nvtx-cu12\":\"12.1.105\",\"omegaconf\":\"2.3.1\",\"opt-einsum-fx\":\"0.1.4\",\"opt_einsum\":\"3.4.0\",\"optuna\":\"2.10.1\",\"packaging\":\"24.2\",\"pandas\":\"2.3.3\",\"parso\":\"0.8.7\",\"pathspec\":\"1.1.1\",\"peft\":\"0.11.1\",\"pillow\":\"12.3.0\",\"pip\":\"26.1.1\",\"platformdirs\":\"4.10.0\",\"pluggy\":\"1.6.0\",\"pre_commit\":\"4.6.0\",\"prettytable\":\"3.18.0\",\"propcache\":\"0.5.2\",\"protobuf\":\"7.35.1\",\"psutil\":\"7.2.2\",\"pudb\":\"2025.1.5\",\"py-cpuinfo\":\"9.0.0\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pycodestyle\":\"2.14.0\",\"pydantic\":\"2.13.4\",\"pydantic_core\":\"2.46.4\",\"pyflakes\":\"3.4.0\",\"pygments\":\"2.20.0\",\"pyparsing\":\"3.3.2\",\"pyperclip\":\"1.11.0\",\"pyrootutils\":\"1.0.4\",\"pytest\":\"9.1.1\",\"python-dateutil\":\"2.9.0.post0\",\"python-discovery\":\"1.4.4\",\"python-dotenv\":\"1.2.2\",\"pytokens\":\"0.4.1\",\"pytorch-lightning\":\"2.2.0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"referencing\":\"0.37.0\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"rich\":\"15.0.0\",\"rich-argparse\":\"1.8.0\",\"rpds-py\":\"0.30.0\",\"safetensors\":\"0.6.2\",\"scikit-learn\":\"1.7.2\",\"scipy\":\"1.15.3\",\"seaborn\":\"0.13.2\",\"setuptools\":\"59.6.0\",\"sh\":\"2.3.0\",\"six\":\"1.17.0\",\"sqlalchemy\":\"2.0.51\",\"stevedore\":\"5.8.0\",\"sympy\":\"1.14.0\",\"tensorboard\":\"2.21.0\",\"tensorboard-data-server\":\"0.7.2\",\"threadpoolctl\":\"3.6.0\",\"tmtools\":\"0.3.0\",\"tokenizers\":\"0.15.2\",\"tomli\":\"2.4.1\",\"torch\":\"2.2.0+cu121\",\"torch-geometric\":\"2.8.0\",\"torch_scatter\":\"2.1.2+pt22cu121\",\"torchdata\":\"0.7.1\",\"torchmetrics\":\"1.9.0\",\"torchtext\":\"0.17.0+cpu\",\"tqdm\":\"4.66.5\",\"traitlets\":\"5.15.1\",\"transformers\":\"4.39.2\",\"triton\":\"2.2.0\",\"typing-inspection\":\"0.4.2\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"1.26.13\",\"urwid\":\"4.0.4\",\"urwid_readline\":\"0.15.1\",\"virtualenv\":\"21.6.1\",\"wcwidth\":\"0.8.2\",\"werkzeug\":\"3.1.8\",\"wrapt\":\"2.2.2\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 18 |
+
"python": "3.10.12",
|
| 19 |
+
"torch": "2.2.0+cu121"
|
| 20 |
+
},
|
| 21 |
+
"fingerprint": "cd54743355027f7ac24d7f456e3807a2037601cdfc9eb57db041a839c3bfc503"
|
| 22 |
+
},
|
| 23 |
+
"generation_command": [
|
| 24 |
+
"python",
|
| 25 |
+
"-m",
|
| 26 |
+
"tools.goldens",
|
| 27 |
+
"--native-root",
|
| 28 |
+
"artifacts/reference",
|
| 29 |
+
"--output-root",
|
| 30 |
+
"tests/goldens",
|
| 31 |
+
"--model",
|
| 32 |
+
"dplm_150m"
|
| 33 |
+
],
|
| 34 |
+
"input_fingerprint": "20ef27191e0e1f305f2345f8ed813f3cf685c82856a90fce0fa9e5209ce3696e",
|
| 35 |
+
"model_id": "dplm_150m",
|
| 36 |
+
"schema_version": 1,
|
| 37 |
+
"source_files": {
|
| 38 |
+
"native/bf16.safetensors": "1e759d69828a34f943592cfc3f7f63d1976348d68636a922da6604fba5999a54",
|
| 39 |
+
"native/metadata.json": "5937d1229c6af632bbcc66dc6312d5aa887621d1dd9915e68502ba1e2e68eaed"
|
| 40 |
+
},
|
| 41 |
+
"sources": [
|
| 42 |
+
{
|
| 43 |
+
"id": "dplm",
|
| 44 |
+
"revision": "8a2e15e53416b4536f03f79ad1f6f6a9cbd5e19d",
|
| 45 |
+
"url": "https://github.com/bytedance/dplm.git"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"tensor_file": {
|
| 49 |
+
"path": "dplm_150m.safetensors",
|
| 50 |
+
"sha256": "392992235195beed97ab8359b90a2e11e52f4326606f99a471447bed81d146bd"
|
| 51 |
+
},
|
| 52 |
+
"tensors": {
|
| 53 |
+
"input__attention_mask": {
|
| 54 |
+
"dtype": "int64",
|
| 55 |
+
"sha256": "a4e9ccfdfcb15d75f04569d8635f6121b56d1316e59da2db60416ce57f78551f",
|
| 56 |
+
"shape": [
|
| 57 |
+
3,
|
| 58 |
+
63
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"input__input_ids": {
|
| 62 |
+
"dtype": "int64",
|
| 63 |
+
"sha256": "7c017cc9226e1262e354dd8494e871929c0ef516214ad8afa58c97df32885bed",
|
| 64 |
+
"shape": [
|
| 65 |
+
3,
|
| 66 |
+
63
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"output__last_hidden_state": {
|
| 70 |
+
"dtype": "float32",
|
| 71 |
+
"sha256": "cc5e3aa17cdd7e3ec072e8c2411a4ca5649a7a65b26e04ed3ae82ed4eb5226bd",
|
| 72 |
+
"shape": [
|
| 73 |
+
3,
|
| 74 |
+
63,
|
| 75 |
+
640
|
| 76 |
+
]
|
| 77 |
+
},
|
| 78 |
+
"output__logits": {
|
| 79 |
+
"dtype": "float32",
|
| 80 |
+
"sha256": "763667a137def055ccf8cd87f1bcbcc1eea89ef3e3cff6bf0d3e1ea2ad70d4f8",
|
| 81 |
+
"shape": [
|
| 82 |
+
3,
|
| 83 |
+
63,
|
| 84 |
+
33
|
| 85 |
+
]
|
| 86 |
+
},
|
| 87 |
+
"residue_mask": {
|
| 88 |
+
"dtype": "bool",
|
| 89 |
+
"sha256": "73319c84be8834bd1df5ff869f2137ac3aef45c900f775c33824b61bda50eb24",
|
| 90 |
+
"shape": [
|
| 91 |
+
3,
|
| 92 |
+
63
|
| 93 |
+
]
|
| 94 |
+
}
|
| 95 |
+
}
|
| 96 |
+
}
|
tests/goldens/dplm_150m.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:392992235195beed97ab8359b90a2e11e52f4326606f99a471447bed81d146bd
|
| 3 |
+
size 512449
|
tests/goldens/dplm_3b.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:f6206456e8c2f22ebe1d37fce3b5d50fd8073e68",
|
| 5 |
+
"pytorch_model-00001-of-00004.bin": "sha256:0bcb86a115fe744ed686756db143f78851304e855e2f83cec58681c6080ced5f",
|
| 6 |
+
"pytorch_model-00002-of-00004.bin": "sha256:daf3324f3be949e7dd1c3c84b28da7fec5151b1890cb0904e73427266856a06f",
|
| 7 |
+
"pytorch_model-00003-of-00004.bin": "sha256:dbbeb7924a21059854f994931e23590b054aa000b10370a71c052c4aa36e9246",
|
| 8 |
+
"pytorch_model-00004-of-00004.bin": "sha256:21c01740d091487db43446489d8a893dea1fcc6f2e1c1991ece13945f7ab4e07",
|
| 9 |
+
"special_tokens_map.json": "git-sha1:ba0f9b53dbbf27934f7555e5d31e37bdea9317f1",
|
| 10 |
+
"tokenizer_config.json": "git-sha1:dbcdd9fb2e742627ee310713615e0d7aeed0c34e",
|
| 11 |
+
"vocab.txt": "git-sha1:6b946952cc35537226f07fd70957ee2f848880d2"
|
| 12 |
+
},
|
| 13 |
+
"repo_id": "airkingbd/dplm_3b",
|
| 14 |
+
"revision": "53849d4a7fe944ae0b9cf2bbc0d2cc0054795b51"
|
| 15 |
+
},
|
| 16 |
+
"environment": {
|
| 17 |
+
"details": {
|
| 18 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 19 |
+
"cuda_runtime": "12.1",
|
| 20 |
+
"packages": "{\"absl-py\":\"2.5.0\",\"accelerate\":\"1.14.0\",\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"alembic\":\"1.18.5\",\"annotated-types\":\"0.7.0\",\"antlr4-python3-runtime\":\"4.9.3\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"autopage\":\"0.6.0\",\"backports.strenum\":\"1.3.1\",\"biopython\":\"1.79\",\"biotite\":\"1.2.0\",\"biotraj\":\"1.2.2\",\"black\":\"26.5.1\",\"byprot\":\"1.0.0\",\"certifi\":\"2026.6.17\",\"cfgv\":\"3.5.0\",\"cftime\":\"1.6.5\",\"charset-normalizer\":\"2.1.1\",\"click\":\"8.4.2\",\"cliff\":\"4.14.0\",\"cmaes\":\"0.13.0\",\"cmd2\":\"3.5.1\",\"colorlog\":\"6.10.1\",\"contourpy\":\"1.3.2\",\"cycler\":\"0.12.1\",\"datasets\":\"2.20.0\",\"debugpy\":\"1.8.21\",\"deepspeed\":\"0.14.4\",\"dill\":\"0.3.8\",\"distlib\":\"0.4.3\",\"dm-tree\":\"0.1.10\",\"e3nn\":\"0.6.0\",\"einops\":\"0.8.2\",\"exceptiongroup\":\"1.3.1\",\"fair-esm\":\"2.0.0\",\"fastjsonschema\":\"2.21.2\",\"filelock\":\"3.29.0\",\"flake8\":\"7.3.0\",\"fonttools\":\"4.63.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"greenlet\":\"3.5.3\",\"griddataformats\":\"1.0.2\",\"grpcio\":\"1.82.1\",\"hf-xet\":\"1.5.1\",\"hjson\":\"3.1.0\",\"huggingface_hub\":\"0.36.2\",\"hydra-colorlog\":\"1.2.0\",\"hydra-core\":\"1.2.0\",\"hydra-optuna-sweeper\":\"1.2.0\",\"identify\":\"2.6.19\",\"idna\":\"3.4\",\"ihm\":\"2.11\",\"iniconfig\":\"2.3.0\",\"isort\":\"8.0.1\",\"jedi\":\"0.20.0\",\"jinja2\":\"3.1.6\",\"joblib\":\"1.5.3\",\"jsonschema\":\"4.26.0\",\"jsonschema-specifications\":\"2025.9.1\",\"jupyter_core\":\"5.9.1\",\"kiwisolver\":\"1.5.0\",\"lightning\":\"2.2.0\",\"lightning-utilities\":\"0.15.3\",\"lmdb\":\"2.3.0\",\"mako\":\"1.3.12\",\"markdown\":\"3.10.2\",\"markdown-it-py\":\"4.2.0\",\"markupsafe\":\"3.0.3\",\"matplotlib\":\"3.10.9\",\"mccabe\":\"0.7.0\",\"mda-xdrlib\":\"0.2.0\",\"mdanalysis\":\"2.9.0\",\"mdtraj\":\"1.10.3\",\"mdurl\":\"0.1.2\",\"ml_collections\":\"1.1.0\",\"mmtf-python\":\"1.1.3\",\"modelcif\":\"1.7\",\"mpmath\":\"1.3.0\",\"mrcfile\":\"1.5.4\",\"msgpack\":\"1.2.1\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"mypy_extensions\":\"1.1.0\",\"nbformat\":\"5.10.4\",\"nbstripout\":\"0.9.1\",\"netcdf4\":\"1.7.4\",\"networkx\":\"3.4.2\",\"ninja\":\"1.13.0\",\"nodeenv\":\"1.10.0\",\"numpy\":\"1.26.4\",\"nvidia-cublas-cu12\":\"12.1.3.1\",\"nvidia-cuda-cupti-cu12\":\"12.1.105\",\"nvidia-cuda-nvrtc-cu12\":\"12.1.105\",\"nvidia-cuda-runtime-cu12\":\"12.1.105\",\"nvidia-cudnn-cu12\":\"8.9.2.26\",\"nvidia-cufft-cu12\":\"11.0.2.54\",\"nvidia-curand-cu12\":\"10.3.2.106\",\"nvidia-cusolver-cu12\":\"11.4.5.107\",\"nvidia-cusparse-cu12\":\"12.1.0.106\",\"nvidia-ml-py\":\"13.610.43\",\"nvidia-nccl-cu12\":\"2.19.3\",\"nvidia-nvjitlink-cu12\":\"12.9.86\",\"nvidia-nvtx-cu12\":\"12.1.105\",\"omegaconf\":\"2.3.1\",\"opt-einsum-fx\":\"0.1.4\",\"opt_einsum\":\"3.4.0\",\"optuna\":\"2.10.1\",\"packaging\":\"24.2\",\"pandas\":\"2.3.3\",\"parso\":\"0.8.7\",\"pathspec\":\"1.1.1\",\"peft\":\"0.11.1\",\"pillow\":\"12.3.0\",\"pip\":\"26.1.1\",\"platformdirs\":\"4.10.0\",\"pluggy\":\"1.6.0\",\"pre_commit\":\"4.6.0\",\"prettytable\":\"3.18.0\",\"propcache\":\"0.5.2\",\"protobuf\":\"7.35.1\",\"psutil\":\"7.2.2\",\"pudb\":\"2025.1.5\",\"py-cpuinfo\":\"9.0.0\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pycodestyle\":\"2.14.0\",\"pydantic\":\"2.13.4\",\"pydantic_core\":\"2.46.4\",\"pyflakes\":\"3.4.0\",\"pygments\":\"2.20.0\",\"pyparsing\":\"3.3.2\",\"pyperclip\":\"1.11.0\",\"pyrootutils\":\"1.0.4\",\"pytest\":\"9.1.1\",\"python-dateutil\":\"2.9.0.post0\",\"python-discovery\":\"1.4.4\",\"python-dotenv\":\"1.2.2\",\"pytokens\":\"0.4.1\",\"pytorch-lightning\":\"2.2.0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"referencing\":\"0.37.0\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"rich\":\"15.0.0\",\"rich-argparse\":\"1.8.0\",\"rpds-py\":\"0.30.0\",\"safetensors\":\"0.6.2\",\"scikit-learn\":\"1.7.2\",\"scipy\":\"1.15.3\",\"seaborn\":\"0.13.2\",\"setuptools\":\"59.6.0\",\"sh\":\"2.3.0\",\"six\":\"1.17.0\",\"sqlalchemy\":\"2.0.51\",\"stevedore\":\"5.8.0\",\"sympy\":\"1.14.0\",\"tensorboard\":\"2.21.0\",\"tensorboard-data-server\":\"0.7.2\",\"threadpoolctl\":\"3.6.0\",\"tmtools\":\"0.3.0\",\"tokenizers\":\"0.15.2\",\"tomli\":\"2.4.1\",\"torch\":\"2.2.0+cu121\",\"torch-geometric\":\"2.8.0\",\"torch_scatter\":\"2.1.2+pt22cu121\",\"torchdata\":\"0.7.1\",\"torchmetrics\":\"1.9.0\",\"torchtext\":\"0.17.0+cpu\",\"tqdm\":\"4.66.5\",\"traitlets\":\"5.15.1\",\"transformers\":\"4.39.2\",\"triton\":\"2.2.0\",\"typing-inspection\":\"0.4.2\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"1.26.13\",\"urwid\":\"4.0.4\",\"urwid_readline\":\"0.15.1\",\"virtualenv\":\"21.6.1\",\"wcwidth\":\"0.8.2\",\"werkzeug\":\"3.1.8\",\"wrapt\":\"2.2.2\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 21 |
+
"python": "3.10.12",
|
| 22 |
+
"torch": "2.2.0+cu121"
|
| 23 |
+
},
|
| 24 |
+
"fingerprint": "cd54743355027f7ac24d7f456e3807a2037601cdfc9eb57db041a839c3bfc503"
|
| 25 |
+
},
|
| 26 |
+
"generation_command": [
|
| 27 |
+
"python",
|
| 28 |
+
"-m",
|
| 29 |
+
"tools.goldens",
|
| 30 |
+
"--native-root",
|
| 31 |
+
"artifacts/reference",
|
| 32 |
+
"--output-root",
|
| 33 |
+
"tests/goldens",
|
| 34 |
+
"--model",
|
| 35 |
+
"dplm_3b"
|
| 36 |
+
],
|
| 37 |
+
"input_fingerprint": "20ef27191e0e1f305f2345f8ed813f3cf685c82856a90fce0fa9e5209ce3696e",
|
| 38 |
+
"model_id": "dplm_3b",
|
| 39 |
+
"schema_version": 1,
|
| 40 |
+
"source_files": {
|
| 41 |
+
"native/bf16.safetensors": "09a98566251cafbdc6daceb9520adcba54430354aa4521e64aaefd04abf46db1",
|
| 42 |
+
"native/metadata.json": "953287da8d2b74557f718091b10617e100a1e17292a436f483ad03b6cccef7f0"
|
| 43 |
+
},
|
| 44 |
+
"sources": [
|
| 45 |
+
{
|
| 46 |
+
"id": "dplm",
|
| 47 |
+
"revision": "8a2e15e53416b4536f03f79ad1f6f6a9cbd5e19d",
|
| 48 |
+
"url": "https://github.com/bytedance/dplm.git"
|
| 49 |
+
}
|
| 50 |
+
],
|
| 51 |
+
"tensor_file": {
|
| 52 |
+
"path": "dplm_3b.safetensors",
|
| 53 |
+
"sha256": "75b0a0854fc391133920b0feaaeb8f69ab7568a88b3759627aca1556c4338c1e"
|
| 54 |
+
},
|
| 55 |
+
"tensors": {
|
| 56 |
+
"input__attention_mask": {
|
| 57 |
+
"dtype": "int64",
|
| 58 |
+
"sha256": "a4e9ccfdfcb15d75f04569d8635f6121b56d1316e59da2db60416ce57f78551f",
|
| 59 |
+
"shape": [
|
| 60 |
+
3,
|
| 61 |
+
63
|
| 62 |
+
]
|
| 63 |
+
},
|
| 64 |
+
"input__input_ids": {
|
| 65 |
+
"dtype": "int64",
|
| 66 |
+
"sha256": "7c017cc9226e1262e354dd8494e871929c0ef516214ad8afa58c97df32885bed",
|
| 67 |
+
"shape": [
|
| 68 |
+
3,
|
| 69 |
+
63
|
| 70 |
+
]
|
| 71 |
+
},
|
| 72 |
+
"output__last_hidden_state": {
|
| 73 |
+
"dtype": "float32",
|
| 74 |
+
"sha256": "7bd04473fafb3b2b78862690864be2ccfefbed12fdc3cd63162cd652cc292c06",
|
| 75 |
+
"shape": [
|
| 76 |
+
3,
|
| 77 |
+
63,
|
| 78 |
+
2560
|
| 79 |
+
]
|
| 80 |
+
},
|
| 81 |
+
"output__logits": {
|
| 82 |
+
"dtype": "float32",
|
| 83 |
+
"sha256": "ece5b588a39984172a16a3b10a23b79163a94fad65efd63c52228e7440dd7132",
|
| 84 |
+
"shape": [
|
| 85 |
+
3,
|
| 86 |
+
63,
|
| 87 |
+
33
|
| 88 |
+
]
|
| 89 |
+
},
|
| 90 |
+
"residue_mask": {
|
| 91 |
+
"dtype": "bool",
|
| 92 |
+
"sha256": "73319c84be8834bd1df5ff869f2137ac3aef45c900f775c33824b61bda50eb24",
|
| 93 |
+
"shape": [
|
| 94 |
+
3,
|
| 95 |
+
63
|
| 96 |
+
]
|
| 97 |
+
}
|
| 98 |
+
}
|
| 99 |
+
}
|
tests/goldens/dplm_3b.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75b0a0854fc391133920b0feaaeb8f69ab7568a88b3759627aca1556c4338c1e
|
| 3 |
+
size 1963977
|
tests/goldens/dplm_650m.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:625574d625a4178ca6966e9545fee56026c0b634",
|
| 5 |
+
"pytorch_model.bin": "sha256:db4e54343a89e7600f41c3aacbc593db1b0caee82ec28cab25ff2ae090eba39c",
|
| 6 |
+
"special_tokens_map.json": "git-sha1:ba0f9b53dbbf27934f7555e5d31e37bdea9317f1",
|
| 7 |
+
"tokenizer_config.json": "git-sha1:dbcdd9fb2e742627ee310713615e0d7aeed0c34e",
|
| 8 |
+
"vocab.txt": "git-sha1:6b946952cc35537226f07fd70957ee2f848880d2"
|
| 9 |
+
},
|
| 10 |
+
"repo_id": "airkingbd/dplm_650m",
|
| 11 |
+
"revision": "7a7e651baa667d094aba05e9dc1cf52a3332110a"
|
| 12 |
+
},
|
| 13 |
+
"environment": {
|
| 14 |
+
"details": {
|
| 15 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 16 |
+
"cuda_runtime": "12.1",
|
| 17 |
+
"packages": "{\"absl-py\":\"2.5.0\",\"accelerate\":\"1.14.0\",\"aiohappyeyeballs\":\"2.7.1\",\"aiohttp\":\"3.14.1\",\"aiosignal\":\"1.4.0\",\"alembic\":\"1.18.5\",\"annotated-types\":\"0.7.0\",\"antlr4-python3-runtime\":\"4.9.3\",\"async-timeout\":\"5.0.1\",\"attrs\":\"26.1.0\",\"autopage\":\"0.6.0\",\"backports.strenum\":\"1.3.1\",\"biopython\":\"1.79\",\"biotite\":\"1.2.0\",\"biotraj\":\"1.2.2\",\"black\":\"26.5.1\",\"byprot\":\"1.0.0\",\"certifi\":\"2026.6.17\",\"cfgv\":\"3.5.0\",\"cftime\":\"1.6.5\",\"charset-normalizer\":\"2.1.1\",\"click\":\"8.4.2\",\"cliff\":\"4.14.0\",\"cmaes\":\"0.13.0\",\"cmd2\":\"3.5.1\",\"colorlog\":\"6.10.1\",\"contourpy\":\"1.3.2\",\"cycler\":\"0.12.1\",\"datasets\":\"2.20.0\",\"debugpy\":\"1.8.21\",\"deepspeed\":\"0.14.4\",\"dill\":\"0.3.8\",\"distlib\":\"0.4.3\",\"dm-tree\":\"0.1.10\",\"e3nn\":\"0.6.0\",\"einops\":\"0.8.2\",\"exceptiongroup\":\"1.3.1\",\"fair-esm\":\"2.0.0\",\"fastjsonschema\":\"2.21.2\",\"filelock\":\"3.29.0\",\"flake8\":\"7.3.0\",\"fonttools\":\"4.63.0\",\"frozenlist\":\"1.8.0\",\"fsspec\":\"2024.5.0\",\"greenlet\":\"3.5.3\",\"griddataformats\":\"1.0.2\",\"grpcio\":\"1.82.1\",\"hf-xet\":\"1.5.1\",\"hjson\":\"3.1.0\",\"huggingface_hub\":\"0.36.2\",\"hydra-colorlog\":\"1.2.0\",\"hydra-core\":\"1.2.0\",\"hydra-optuna-sweeper\":\"1.2.0\",\"identify\":\"2.6.19\",\"idna\":\"3.4\",\"ihm\":\"2.11\",\"iniconfig\":\"2.3.0\",\"isort\":\"8.0.1\",\"jedi\":\"0.20.0\",\"jinja2\":\"3.1.6\",\"joblib\":\"1.5.3\",\"jsonschema\":\"4.26.0\",\"jsonschema-specifications\":\"2025.9.1\",\"jupyter_core\":\"5.9.1\",\"kiwisolver\":\"1.5.0\",\"lightning\":\"2.2.0\",\"lightning-utilities\":\"0.15.3\",\"lmdb\":\"2.3.0\",\"mako\":\"1.3.12\",\"markdown\":\"3.10.2\",\"markdown-it-py\":\"4.2.0\",\"markupsafe\":\"3.0.3\",\"matplotlib\":\"3.10.9\",\"mccabe\":\"0.7.0\",\"mda-xdrlib\":\"0.2.0\",\"mdanalysis\":\"2.9.0\",\"mdtraj\":\"1.10.3\",\"mdurl\":\"0.1.2\",\"ml_collections\":\"1.1.0\",\"mmtf-python\":\"1.1.3\",\"modelcif\":\"1.7\",\"mpmath\":\"1.3.0\",\"mrcfile\":\"1.5.4\",\"msgpack\":\"1.2.1\",\"multidict\":\"6.7.1\",\"multiprocess\":\"0.70.16\",\"mypy_extensions\":\"1.1.0\",\"nbformat\":\"5.10.4\",\"nbstripout\":\"0.9.1\",\"netcdf4\":\"1.7.4\",\"networkx\":\"3.4.2\",\"ninja\":\"1.13.0\",\"nodeenv\":\"1.10.0\",\"numpy\":\"1.26.4\",\"nvidia-cublas-cu12\":\"12.1.3.1\",\"nvidia-cuda-cupti-cu12\":\"12.1.105\",\"nvidia-cuda-nvrtc-cu12\":\"12.1.105\",\"nvidia-cuda-runtime-cu12\":\"12.1.105\",\"nvidia-cudnn-cu12\":\"8.9.2.26\",\"nvidia-cufft-cu12\":\"11.0.2.54\",\"nvidia-curand-cu12\":\"10.3.2.106\",\"nvidia-cusolver-cu12\":\"11.4.5.107\",\"nvidia-cusparse-cu12\":\"12.1.0.106\",\"nvidia-ml-py\":\"13.610.43\",\"nvidia-nccl-cu12\":\"2.19.3\",\"nvidia-nvjitlink-cu12\":\"12.9.86\",\"nvidia-nvtx-cu12\":\"12.1.105\",\"omegaconf\":\"2.3.1\",\"opt-einsum-fx\":\"0.1.4\",\"opt_einsum\":\"3.4.0\",\"optuna\":\"2.10.1\",\"packaging\":\"24.2\",\"pandas\":\"2.3.3\",\"parso\":\"0.8.7\",\"pathspec\":\"1.1.1\",\"peft\":\"0.11.1\",\"pillow\":\"12.3.0\",\"pip\":\"26.1.1\",\"platformdirs\":\"4.10.0\",\"pluggy\":\"1.6.0\",\"pre_commit\":\"4.6.0\",\"prettytable\":\"3.18.0\",\"propcache\":\"0.5.2\",\"protobuf\":\"7.35.1\",\"psutil\":\"7.2.2\",\"pudb\":\"2025.1.5\",\"py-cpuinfo\":\"9.0.0\",\"pyarrow\":\"25.0.0\",\"pyarrow-hotfix\":\"0.7\",\"pycodestyle\":\"2.14.0\",\"pydantic\":\"2.13.4\",\"pydantic_core\":\"2.46.4\",\"pyflakes\":\"3.4.0\",\"pygments\":\"2.20.0\",\"pyparsing\":\"3.3.2\",\"pyperclip\":\"1.11.0\",\"pyrootutils\":\"1.0.4\",\"pytest\":\"9.1.1\",\"python-dateutil\":\"2.9.0.post0\",\"python-discovery\":\"1.4.4\",\"python-dotenv\":\"1.2.2\",\"pytokens\":\"0.4.1\",\"pytorch-lightning\":\"2.2.0\",\"pytz\":\"2026.2\",\"pyyaml\":\"6.0.3\",\"referencing\":\"0.37.0\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"rich\":\"15.0.0\",\"rich-argparse\":\"1.8.0\",\"rpds-py\":\"0.30.0\",\"safetensors\":\"0.6.2\",\"scikit-learn\":\"1.7.2\",\"scipy\":\"1.15.3\",\"seaborn\":\"0.13.2\",\"setuptools\":\"59.6.0\",\"sh\":\"2.3.0\",\"six\":\"1.17.0\",\"sqlalchemy\":\"2.0.51\",\"stevedore\":\"5.8.0\",\"sympy\":\"1.14.0\",\"tensorboard\":\"2.21.0\",\"tensorboard-data-server\":\"0.7.2\",\"threadpoolctl\":\"3.6.0\",\"tmtools\":\"0.3.0\",\"tokenizers\":\"0.15.2\",\"tomli\":\"2.4.1\",\"torch\":\"2.2.0+cu121\",\"torch-geometric\":\"2.8.0\",\"torch_scatter\":\"2.1.2+pt22cu121\",\"torchdata\":\"0.7.1\",\"torchmetrics\":\"1.9.0\",\"torchtext\":\"0.17.0+cpu\",\"tqdm\":\"4.66.5\",\"traitlets\":\"5.15.1\",\"transformers\":\"4.39.2\",\"triton\":\"2.2.0\",\"typing-inspection\":\"0.4.2\",\"typing_extensions\":\"4.15.0\",\"tzdata\":\"2026.3\",\"urllib3\":\"1.26.13\",\"urwid\":\"4.0.4\",\"urwid_readline\":\"0.15.1\",\"virtualenv\":\"21.6.1\",\"wcwidth\":\"0.8.2\",\"werkzeug\":\"3.1.8\",\"wrapt\":\"2.2.2\",\"xxhash\":\"3.8.1\",\"yarl\":\"1.24.2\"}",
|
| 18 |
+
"python": "3.10.12",
|
| 19 |
+
"torch": "2.2.0+cu121"
|
| 20 |
+
},
|
| 21 |
+
"fingerprint": "cd54743355027f7ac24d7f456e3807a2037601cdfc9eb57db041a839c3bfc503"
|
| 22 |
+
},
|
| 23 |
+
"generation_command": [
|
| 24 |
+
"python",
|
| 25 |
+
"-m",
|
| 26 |
+
"tools.goldens",
|
| 27 |
+
"--native-root",
|
| 28 |
+
"artifacts/reference",
|
| 29 |
+
"--output-root",
|
| 30 |
+
"tests/goldens",
|
| 31 |
+
"--model",
|
| 32 |
+
"dplm_650m"
|
| 33 |
+
],
|
| 34 |
+
"input_fingerprint": "20ef27191e0e1f305f2345f8ed813f3cf685c82856a90fce0fa9e5209ce3696e",
|
| 35 |
+
"model_id": "dplm_650m",
|
| 36 |
+
"schema_version": 1,
|
| 37 |
+
"source_files": {
|
| 38 |
+
"native/bf16.safetensors": "ae328ef52a23b5f741389343aeee3f2e9aeb3dee239f88cbb010e51462160e8c",
|
| 39 |
+
"native/metadata.json": "e64e455ff06879ae6bed50586c348617757a0257f6b77a39669aab8b1fc39a63"
|
| 40 |
+
},
|
| 41 |
+
"sources": [
|
| 42 |
+
{
|
| 43 |
+
"id": "dplm",
|
| 44 |
+
"revision": "8a2e15e53416b4536f03f79ad1f6f6a9cbd5e19d",
|
| 45 |
+
"url": "https://github.com/bytedance/dplm.git"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"tensor_file": {
|
| 49 |
+
"path": "dplm_650m.safetensors",
|
| 50 |
+
"sha256": "073f0a6abea7e48f28c2d921ff8329a28e22627f01979277cb324908a01b3378"
|
| 51 |
+
},
|
| 52 |
+
"tensors": {
|
| 53 |
+
"input__attention_mask": {
|
| 54 |
+
"dtype": "int64",
|
| 55 |
+
"sha256": "a4e9ccfdfcb15d75f04569d8635f6121b56d1316e59da2db60416ce57f78551f",
|
| 56 |
+
"shape": [
|
| 57 |
+
3,
|
| 58 |
+
63
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"input__input_ids": {
|
| 62 |
+
"dtype": "int64",
|
| 63 |
+
"sha256": "7c017cc9226e1262e354dd8494e871929c0ef516214ad8afa58c97df32885bed",
|
| 64 |
+
"shape": [
|
| 65 |
+
3,
|
| 66 |
+
63
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"output__last_hidden_state": {
|
| 70 |
+
"dtype": "float32",
|
| 71 |
+
"sha256": "d0a0c5607de8dca67c4bd94f1c4774f100e0ba7cb8e261ace5af2fcec66b7d35",
|
| 72 |
+
"shape": [
|
| 73 |
+
3,
|
| 74 |
+
63,
|
| 75 |
+
1280
|
| 76 |
+
]
|
| 77 |
+
},
|
| 78 |
+
"output__logits": {
|
| 79 |
+
"dtype": "float32",
|
| 80 |
+
"sha256": "30ba6b9275ff1c61e8aacf76024657c50eb2d7bff1908fe86b64d449eb4aae4e",
|
| 81 |
+
"shape": [
|
| 82 |
+
3,
|
| 83 |
+
63,
|
| 84 |
+
33
|
| 85 |
+
]
|
| 86 |
+
},
|
| 87 |
+
"residue_mask": {
|
| 88 |
+
"dtype": "bool",
|
| 89 |
+
"sha256": "73319c84be8834bd1df5ff869f2137ac3aef45c900f775c33824b61bda50eb24",
|
| 90 |
+
"shape": [
|
| 91 |
+
3,
|
| 92 |
+
63
|
| 93 |
+
]
|
| 94 |
+
}
|
| 95 |
+
}
|
| 96 |
+
}
|
tests/goldens/dplm_650m.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:073f0a6abea7e48f28c2d921ff8329a28e22627f01979277cb324908a01b3378
|
| 3 |
+
size 996297
|
tests/goldens/e1_150m.json
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:485e649199b46fe6ee7456bebf7aae9b3d4baeab",
|
| 5 |
+
"model.safetensors": "sha256:ba2656339005e6598642836acfdafde480fecc7e145ce0058eb54adf572c3484"
|
| 6 |
+
},
|
| 7 |
+
"repo_id": "Profluent-Bio/E1-150m",
|
| 8 |
+
"revision": "c4dbfe827e4aa6ed7f95eaef50dc1e084f4d77dc"
|
| 9 |
+
},
|
| 10 |
+
"environment": {
|
| 11 |
+
"details": {
|
| 12 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 13 |
+
"cuda_runtime": "12.8",
|
| 14 |
+
"packages": "{\"asttokens\":\"3.0.2\",\"biotite\":\"1.7.1\",\"biotraj\":\"1.2.2\",\"certifi\":\"2026.6.17\",\"charset-normalizer\":\"3.4.9\",\"click\":\"8.4.2\",\"comm\":\"0.2.3\",\"debugpy\":\"1.8.21\",\"decorator\":\"5.3.1\",\"e1\":\"1.0.0\",\"einops\":\"0.8.2\",\"executing\":\"2.2.1\",\"filelock\":\"3.29.0\",\"fsspec\":\"2026.4.0\",\"hf-xet\":\"1.5.1\",\"huggingface_hub\":\"0.36.2\",\"idna\":\"3.18\",\"iniconfig\":\"2.3.0\",\"ipykernel\":\"7.3.0\",\"ipython\":\"9.15.0\",\"ipython_pygments_lexers\":\"1.1.1\",\"jedi\":\"0.20.0\",\"jinja2\":\"3.1.6\",\"jupyter_client\":\"8.9.1\",\"jupyter_core\":\"5.9.1\",\"kernels\":\"0.12.3\",\"markupsafe\":\"3.0.3\",\"matplotlib-inline\":\"0.2.2\",\"mpmath\":\"1.3.0\",\"msgpack\":\"1.2.1\",\"nest-asyncio2\":\"1.7.2\",\"networkx\":\"3.6.1\",\"numpy\":\"2.5.1\",\"nvidia-cublas-cu12\":\"12.8.4.1\",\"nvidia-cuda-cupti-cu12\":\"12.8.90\",\"nvidia-cuda-nvrtc-cu12\":\"12.8.93\",\"nvidia-cuda-runtime-cu12\":\"12.8.90\",\"nvidia-cudnn-cu12\":\"9.10.2.21\",\"nvidia-cufft-cu12\":\"11.3.3.83\",\"nvidia-cufile-cu12\":\"1.13.1.3\",\"nvidia-curand-cu12\":\"10.3.9.90\",\"nvidia-cusolver-cu12\":\"11.7.3.90\",\"nvidia-cusparse-cu12\":\"12.5.8.93\",\"nvidia-cusparselt-cu12\":\"0.7.1\",\"nvidia-nccl-cu12\":\"2.27.3\",\"nvidia-nvjitlink-cu12\":\"12.8.93\",\"nvidia-nvtx-cu12\":\"12.8.90\",\"packaging\":\"26.2\",\"pandas\":\"3.0.3\",\"parso\":\"0.8.7\",\"pexpect\":\"4.9.0\",\"pip\":\"26.1.1\",\"platformdirs\":\"4.10.0\",\"pluggy\":\"1.6.0\",\"polars\":\"1.42.1\",\"polars-runtime-32\":\"1.42.1\",\"prompt_toolkit\":\"3.0.52\",\"psutil\":\"7.2.2\",\"ptyprocess\":\"0.7.0\",\"pure_eval\":\"0.2.3\",\"pygments\":\"2.20.0\",\"pytest\":\"8.4.2\",\"python-dateutil\":\"2.9.0.post0\",\"pyyaml\":\"6.0.3\",\"pyzmq\":\"27.1.0\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"safetensors\":\"0.6.2\",\"scipy\":\"1.18.0\",\"setuptools\":\"78.1.0\",\"six\":\"1.17.0\",\"stack-data\":\"0.6.3\",\"sympy\":\"1.14.0\",\"tokenizers\":\"0.22.1\",\"torch\":\"2.8.0+cu128\",\"tornado\":\"6.5.7\",\"tqdm\":\"4.68.4\",\"traitlets\":\"5.15.1\",\"transformers\":\"4.56.2\",\"triton\":\"3.4.0\",\"typing_extensions\":\"4.15.0\",\"urllib3\":\"2.7.0\",\"uv\":\"0.10.12\",\"wcwidth\":\"0.8.2\"}",
|
| 15 |
+
"python": "3.12.3",
|
| 16 |
+
"torch": "2.8.0+cu128"
|
| 17 |
+
},
|
| 18 |
+
"fingerprint": "190e7e4a5c17d3b86756f71b7788e6bed7a86716fe1a987cc06009dfa54ebee9"
|
| 19 |
+
},
|
| 20 |
+
"generation_command": [
|
| 21 |
+
"python",
|
| 22 |
+
"-m",
|
| 23 |
+
"tools.goldens",
|
| 24 |
+
"--native-root",
|
| 25 |
+
"artifacts/reference",
|
| 26 |
+
"--output-root",
|
| 27 |
+
"tests/goldens",
|
| 28 |
+
"--model",
|
| 29 |
+
"e1_150m"
|
| 30 |
+
],
|
| 31 |
+
"input_fingerprint": "69c301728d054b0ab450b9631d5ff8bac2822e0ff35542c7923b58cae4571da9",
|
| 32 |
+
"model_id": "e1_150m",
|
| 33 |
+
"schema_version": 1,
|
| 34 |
+
"source_files": {
|
| 35 |
+
"native/bf16.safetensors": "85cf08b83e1d5026cb6534d4000796440b0cc1f49f53adabdb798c289aa4f48c",
|
| 36 |
+
"native/metadata.json": "73f52ea3dc06148a766aa7ce0a9261b38c7c634e810399c0e46c9956bdadff42"
|
| 37 |
+
},
|
| 38 |
+
"sources": [
|
| 39 |
+
{
|
| 40 |
+
"id": "e1",
|
| 41 |
+
"revision": "bfd2620a602248499f3d2583d85a7ecddf0b6e02",
|
| 42 |
+
"url": "https://github.com/Profluent-AI/E1.git"
|
| 43 |
+
}
|
| 44 |
+
],
|
| 45 |
+
"tensor_file": {
|
| 46 |
+
"path": "e1_150m.safetensors",
|
| 47 |
+
"sha256": "6558bc8f1a7b20629eaaaa6f72601d0c2cdb859a5dc13595549b1773b6e2de41"
|
| 48 |
+
},
|
| 49 |
+
"tensors": {
|
| 50 |
+
"input__global_position_ids": {
|
| 51 |
+
"dtype": "int64",
|
| 52 |
+
"sha256": "e7cb07fe267b3363e823774271af3eb0b87d2e114dab9f267e87cdde73db0074",
|
| 53 |
+
"shape": [
|
| 54 |
+
3,
|
| 55 |
+
65
|
| 56 |
+
]
|
| 57 |
+
},
|
| 58 |
+
"input__input_ids": {
|
| 59 |
+
"dtype": "int64",
|
| 60 |
+
"sha256": "57283779068d6b70d008b8062820a13e59cd12e3708e3ab109466bbcb48f55b3",
|
| 61 |
+
"shape": [
|
| 62 |
+
3,
|
| 63 |
+
65
|
| 64 |
+
]
|
| 65 |
+
},
|
| 66 |
+
"input__sequence_ids": {
|
| 67 |
+
"dtype": "int64",
|
| 68 |
+
"sha256": "5381cee8684c258e11ece6fba1ae6897f2897281cae905d59a7ff2d87fedee62",
|
| 69 |
+
"shape": [
|
| 70 |
+
3,
|
| 71 |
+
65
|
| 72 |
+
]
|
| 73 |
+
},
|
| 74 |
+
"input__within_seq_position_ids": {
|
| 75 |
+
"dtype": "int64",
|
| 76 |
+
"sha256": "e7cb07fe267b3363e823774271af3eb0b87d2e114dab9f267e87cdde73db0074",
|
| 77 |
+
"shape": [
|
| 78 |
+
3,
|
| 79 |
+
65
|
| 80 |
+
]
|
| 81 |
+
},
|
| 82 |
+
"output__last_hidden_state": {
|
| 83 |
+
"dtype": "bfloat16",
|
| 84 |
+
"sha256": "52e65a4d037775956a7a65cc4d78ffbbb54d66f06be3695c55ed9f5cebee1efe",
|
| 85 |
+
"shape": [
|
| 86 |
+
3,
|
| 87 |
+
65,
|
| 88 |
+
768
|
| 89 |
+
]
|
| 90 |
+
},
|
| 91 |
+
"output__logits": {
|
| 92 |
+
"dtype": "float32",
|
| 93 |
+
"sha256": "37a7e36f520330df7364f9f17c2a40fb1a0aae853312eee2b7e210533f6ccdb9",
|
| 94 |
+
"shape": [
|
| 95 |
+
3,
|
| 96 |
+
65,
|
| 97 |
+
34
|
| 98 |
+
]
|
| 99 |
+
},
|
| 100 |
+
"residue_mask": {
|
| 101 |
+
"dtype": "bool",
|
| 102 |
+
"sha256": "a622292a616841968bf5ad71c03d53a1f7ac3cbb9b26a1cdaab65c36bb4116a1",
|
| 103 |
+
"shape": [
|
| 104 |
+
3,
|
| 105 |
+
65
|
| 106 |
+
]
|
| 107 |
+
}
|
| 108 |
+
}
|
| 109 |
+
}
|
tests/goldens/e1_150m.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6558bc8f1a7b20629eaaaa6f72601d0c2cdb859a5dc13595549b1773b6e2de41
|
| 3 |
+
size 333099
|
tests/goldens/e1_300m.json
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:918cb09e6e96d4719ed85951f38c693360f9cdb8",
|
| 5 |
+
"model.safetensors": "sha256:31e09a2542f45b04e6ce4adafb3b657f21e2d56d12bf68fd2266b1576a80bc9b"
|
| 6 |
+
},
|
| 7 |
+
"repo_id": "Profluent-Bio/E1-300m",
|
| 8 |
+
"revision": "5a2871c587eadbcc9237bc686ea45e5b4d28dfb3"
|
| 9 |
+
},
|
| 10 |
+
"environment": {
|
| 11 |
+
"details": {
|
| 12 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 13 |
+
"cuda_runtime": "12.8",
|
| 14 |
+
"packages": "{\"asttokens\":\"3.0.2\",\"biotite\":\"1.7.1\",\"biotraj\":\"1.2.2\",\"certifi\":\"2026.6.17\",\"charset-normalizer\":\"3.4.9\",\"click\":\"8.4.2\",\"comm\":\"0.2.3\",\"debugpy\":\"1.8.21\",\"decorator\":\"5.3.1\",\"e1\":\"1.0.0\",\"einops\":\"0.8.2\",\"executing\":\"2.2.1\",\"filelock\":\"3.29.0\",\"fsspec\":\"2026.4.0\",\"hf-xet\":\"1.5.1\",\"huggingface_hub\":\"0.36.2\",\"idna\":\"3.18\",\"iniconfig\":\"2.3.0\",\"ipykernel\":\"7.3.0\",\"ipython\":\"9.15.0\",\"ipython_pygments_lexers\":\"1.1.1\",\"jedi\":\"0.20.0\",\"jinja2\":\"3.1.6\",\"jupyter_client\":\"8.9.1\",\"jupyter_core\":\"5.9.1\",\"kernels\":\"0.12.3\",\"markupsafe\":\"3.0.3\",\"matplotlib-inline\":\"0.2.2\",\"mpmath\":\"1.3.0\",\"msgpack\":\"1.2.1\",\"nest-asyncio2\":\"1.7.2\",\"networkx\":\"3.6.1\",\"numpy\":\"2.5.1\",\"nvidia-cublas-cu12\":\"12.8.4.1\",\"nvidia-cuda-cupti-cu12\":\"12.8.90\",\"nvidia-cuda-nvrtc-cu12\":\"12.8.93\",\"nvidia-cuda-runtime-cu12\":\"12.8.90\",\"nvidia-cudnn-cu12\":\"9.10.2.21\",\"nvidia-cufft-cu12\":\"11.3.3.83\",\"nvidia-cufile-cu12\":\"1.13.1.3\",\"nvidia-curand-cu12\":\"10.3.9.90\",\"nvidia-cusolver-cu12\":\"11.7.3.90\",\"nvidia-cusparse-cu12\":\"12.5.8.93\",\"nvidia-cusparselt-cu12\":\"0.7.1\",\"nvidia-nccl-cu12\":\"2.27.3\",\"nvidia-nvjitlink-cu12\":\"12.8.93\",\"nvidia-nvtx-cu12\":\"12.8.90\",\"packaging\":\"26.2\",\"pandas\":\"3.0.3\",\"parso\":\"0.8.7\",\"pexpect\":\"4.9.0\",\"pip\":\"26.1.1\",\"platformdirs\":\"4.10.0\",\"pluggy\":\"1.6.0\",\"polars\":\"1.42.1\",\"polars-runtime-32\":\"1.42.1\",\"prompt_toolkit\":\"3.0.52\",\"psutil\":\"7.2.2\",\"ptyprocess\":\"0.7.0\",\"pure_eval\":\"0.2.3\",\"pygments\":\"2.20.0\",\"pytest\":\"8.4.2\",\"python-dateutil\":\"2.9.0.post0\",\"pyyaml\":\"6.0.3\",\"pyzmq\":\"27.1.0\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"safetensors\":\"0.6.2\",\"scipy\":\"1.18.0\",\"setuptools\":\"78.1.0\",\"six\":\"1.17.0\",\"stack-data\":\"0.6.3\",\"sympy\":\"1.14.0\",\"tokenizers\":\"0.22.1\",\"torch\":\"2.8.0+cu128\",\"tornado\":\"6.5.7\",\"tqdm\":\"4.68.4\",\"traitlets\":\"5.15.1\",\"transformers\":\"4.56.2\",\"triton\":\"3.4.0\",\"typing_extensions\":\"4.15.0\",\"urllib3\":\"2.7.0\",\"uv\":\"0.10.12\",\"wcwidth\":\"0.8.2\"}",
|
| 15 |
+
"python": "3.12.3",
|
| 16 |
+
"torch": "2.8.0+cu128"
|
| 17 |
+
},
|
| 18 |
+
"fingerprint": "190e7e4a5c17d3b86756f71b7788e6bed7a86716fe1a987cc06009dfa54ebee9"
|
| 19 |
+
},
|
| 20 |
+
"generation_command": [
|
| 21 |
+
"python",
|
| 22 |
+
"-m",
|
| 23 |
+
"tools.goldens",
|
| 24 |
+
"--native-root",
|
| 25 |
+
"artifacts/reference",
|
| 26 |
+
"--output-root",
|
| 27 |
+
"tests/goldens",
|
| 28 |
+
"--model",
|
| 29 |
+
"e1_300m"
|
| 30 |
+
],
|
| 31 |
+
"input_fingerprint": "69c301728d054b0ab450b9631d5ff8bac2822e0ff35542c7923b58cae4571da9",
|
| 32 |
+
"model_id": "e1_300m",
|
| 33 |
+
"schema_version": 1,
|
| 34 |
+
"source_files": {
|
| 35 |
+
"native/bf16.safetensors": "52338c7641eeb720e87ad35ee48f54f585e38f15e7178163fe5d767e2f49e7e7",
|
| 36 |
+
"native/metadata.json": "9404d69bfdcfd1d2b2b63d7f407b93df80115be91bb9b8554ada7c6f1d8d6270"
|
| 37 |
+
},
|
| 38 |
+
"sources": [
|
| 39 |
+
{
|
| 40 |
+
"id": "e1",
|
| 41 |
+
"revision": "bfd2620a602248499f3d2583d85a7ecddf0b6e02",
|
| 42 |
+
"url": "https://github.com/Profluent-AI/E1.git"
|
| 43 |
+
}
|
| 44 |
+
],
|
| 45 |
+
"tensor_file": {
|
| 46 |
+
"path": "e1_300m.safetensors",
|
| 47 |
+
"sha256": "92778b9ef95a803ddc84b3e3ca764c59e045872a94bcff0eb0cd47647732c188"
|
| 48 |
+
},
|
| 49 |
+
"tensors": {
|
| 50 |
+
"input__global_position_ids": {
|
| 51 |
+
"dtype": "int64",
|
| 52 |
+
"sha256": "e7cb07fe267b3363e823774271af3eb0b87d2e114dab9f267e87cdde73db0074",
|
| 53 |
+
"shape": [
|
| 54 |
+
3,
|
| 55 |
+
65
|
| 56 |
+
]
|
| 57 |
+
},
|
| 58 |
+
"input__input_ids": {
|
| 59 |
+
"dtype": "int64",
|
| 60 |
+
"sha256": "57283779068d6b70d008b8062820a13e59cd12e3708e3ab109466bbcb48f55b3",
|
| 61 |
+
"shape": [
|
| 62 |
+
3,
|
| 63 |
+
65
|
| 64 |
+
]
|
| 65 |
+
},
|
| 66 |
+
"input__sequence_ids": {
|
| 67 |
+
"dtype": "int64",
|
| 68 |
+
"sha256": "5381cee8684c258e11ece6fba1ae6897f2897281cae905d59a7ff2d87fedee62",
|
| 69 |
+
"shape": [
|
| 70 |
+
3,
|
| 71 |
+
65
|
| 72 |
+
]
|
| 73 |
+
},
|
| 74 |
+
"input__within_seq_position_ids": {
|
| 75 |
+
"dtype": "int64",
|
| 76 |
+
"sha256": "e7cb07fe267b3363e823774271af3eb0b87d2e114dab9f267e87cdde73db0074",
|
| 77 |
+
"shape": [
|
| 78 |
+
3,
|
| 79 |
+
65
|
| 80 |
+
]
|
| 81 |
+
},
|
| 82 |
+
"output__last_hidden_state": {
|
| 83 |
+
"dtype": "bfloat16",
|
| 84 |
+
"sha256": "7b9127c81f260c8b356ea0cbd5350651ea2f6745ce6ecea0399fc8d437dae058",
|
| 85 |
+
"shape": [
|
| 86 |
+
3,
|
| 87 |
+
65,
|
| 88 |
+
1024
|
| 89 |
+
]
|
| 90 |
+
},
|
| 91 |
+
"output__logits": {
|
| 92 |
+
"dtype": "float32",
|
| 93 |
+
"sha256": "ebeb995d44c50e94b864f3a77933bfac4510ab0e8fe7602bdaa309996eaafe1b",
|
| 94 |
+
"shape": [
|
| 95 |
+
3,
|
| 96 |
+
65,
|
| 97 |
+
34
|
| 98 |
+
]
|
| 99 |
+
},
|
| 100 |
+
"residue_mask": {
|
| 101 |
+
"dtype": "bool",
|
| 102 |
+
"sha256": "a622292a616841968bf5ad71c03d53a1f7ac3cbb9b26a1cdaab65c36bb4116a1",
|
| 103 |
+
"shape": [
|
| 104 |
+
3,
|
| 105 |
+
65
|
| 106 |
+
]
|
| 107 |
+
}
|
| 108 |
+
}
|
| 109 |
+
}
|
tests/goldens/e1_300m.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92778b9ef95a803ddc84b3e3ca764c59e045872a94bcff0eb0cd47647732c188
|
| 3 |
+
size 432939
|
tests/goldens/e1_600m.json
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:8a0a439ed4201462bc01189c9f8b43523b257b5c",
|
| 5 |
+
"model.safetensors": "sha256:cfc108d4b98baaa62932331b40be265eae39dc382595bc3cde4a5ab55db1bf7a"
|
| 6 |
+
},
|
| 7 |
+
"repo_id": "Profluent-Bio/E1-600m",
|
| 8 |
+
"revision": "52d959fb87a609d15cf223a485127b29ed5c382a"
|
| 9 |
+
},
|
| 10 |
+
"environment": {
|
| 11 |
+
"details": {
|
| 12 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 13 |
+
"cuda_runtime": "12.8",
|
| 14 |
+
"packages": "{\"asttokens\":\"3.0.2\",\"biotite\":\"1.7.1\",\"biotraj\":\"1.2.2\",\"certifi\":\"2026.6.17\",\"charset-normalizer\":\"3.4.9\",\"click\":\"8.4.2\",\"comm\":\"0.2.3\",\"debugpy\":\"1.8.21\",\"decorator\":\"5.3.1\",\"e1\":\"1.0.0\",\"einops\":\"0.8.2\",\"executing\":\"2.2.1\",\"filelock\":\"3.29.0\",\"fsspec\":\"2026.4.0\",\"hf-xet\":\"1.5.1\",\"huggingface_hub\":\"0.36.2\",\"idna\":\"3.18\",\"iniconfig\":\"2.3.0\",\"ipykernel\":\"7.3.0\",\"ipython\":\"9.15.0\",\"ipython_pygments_lexers\":\"1.1.1\",\"jedi\":\"0.20.0\",\"jinja2\":\"3.1.6\",\"jupyter_client\":\"8.9.1\",\"jupyter_core\":\"5.9.1\",\"kernels\":\"0.12.3\",\"markupsafe\":\"3.0.3\",\"matplotlib-inline\":\"0.2.2\",\"mpmath\":\"1.3.0\",\"msgpack\":\"1.2.1\",\"nest-asyncio2\":\"1.7.2\",\"networkx\":\"3.6.1\",\"numpy\":\"2.5.1\",\"nvidia-cublas-cu12\":\"12.8.4.1\",\"nvidia-cuda-cupti-cu12\":\"12.8.90\",\"nvidia-cuda-nvrtc-cu12\":\"12.8.93\",\"nvidia-cuda-runtime-cu12\":\"12.8.90\",\"nvidia-cudnn-cu12\":\"9.10.2.21\",\"nvidia-cufft-cu12\":\"11.3.3.83\",\"nvidia-cufile-cu12\":\"1.13.1.3\",\"nvidia-curand-cu12\":\"10.3.9.90\",\"nvidia-cusolver-cu12\":\"11.7.3.90\",\"nvidia-cusparse-cu12\":\"12.5.8.93\",\"nvidia-cusparselt-cu12\":\"0.7.1\",\"nvidia-nccl-cu12\":\"2.27.3\",\"nvidia-nvjitlink-cu12\":\"12.8.93\",\"nvidia-nvtx-cu12\":\"12.8.90\",\"packaging\":\"26.2\",\"pandas\":\"3.0.3\",\"parso\":\"0.8.7\",\"pexpect\":\"4.9.0\",\"pip\":\"26.1.1\",\"platformdirs\":\"4.10.0\",\"pluggy\":\"1.6.0\",\"polars\":\"1.42.1\",\"polars-runtime-32\":\"1.42.1\",\"prompt_toolkit\":\"3.0.52\",\"psutil\":\"7.2.2\",\"ptyprocess\":\"0.7.0\",\"pure_eval\":\"0.2.3\",\"pygments\":\"2.20.0\",\"pytest\":\"8.4.2\",\"python-dateutil\":\"2.9.0.post0\",\"pyyaml\":\"6.0.3\",\"pyzmq\":\"27.1.0\",\"regex\":\"2026.7.10\",\"requests\":\"2.34.2\",\"safetensors\":\"0.6.2\",\"scipy\":\"1.18.0\",\"setuptools\":\"78.1.0\",\"six\":\"1.17.0\",\"stack-data\":\"0.6.3\",\"sympy\":\"1.14.0\",\"tokenizers\":\"0.22.1\",\"torch\":\"2.8.0+cu128\",\"tornado\":\"6.5.7\",\"tqdm\":\"4.68.4\",\"traitlets\":\"5.15.1\",\"transformers\":\"4.56.2\",\"triton\":\"3.4.0\",\"typing_extensions\":\"4.15.0\",\"urllib3\":\"2.7.0\",\"uv\":\"0.10.12\",\"wcwidth\":\"0.8.2\"}",
|
| 15 |
+
"python": "3.12.3",
|
| 16 |
+
"torch": "2.8.0+cu128"
|
| 17 |
+
},
|
| 18 |
+
"fingerprint": "190e7e4a5c17d3b86756f71b7788e6bed7a86716fe1a987cc06009dfa54ebee9"
|
| 19 |
+
},
|
| 20 |
+
"generation_command": [
|
| 21 |
+
"python",
|
| 22 |
+
"-m",
|
| 23 |
+
"tools.goldens",
|
| 24 |
+
"--native-root",
|
| 25 |
+
"artifacts/reference",
|
| 26 |
+
"--output-root",
|
| 27 |
+
"tests/goldens",
|
| 28 |
+
"--model",
|
| 29 |
+
"e1_600m"
|
| 30 |
+
],
|
| 31 |
+
"input_fingerprint": "69c301728d054b0ab450b9631d5ff8bac2822e0ff35542c7923b58cae4571da9",
|
| 32 |
+
"model_id": "e1_600m",
|
| 33 |
+
"schema_version": 1,
|
| 34 |
+
"source_files": {
|
| 35 |
+
"native/bf16.safetensors": "00eb6085764831ba05bbc40a6ab7c3e3613f6ab53ace36e30d5bc25a652bd1fb",
|
| 36 |
+
"native/metadata.json": "906ca0df18bf5bf680ddcf3d2e19e208bb6ab6badea6bab6ed7ddd3f18ae3591"
|
| 37 |
+
},
|
| 38 |
+
"sources": [
|
| 39 |
+
{
|
| 40 |
+
"id": "e1",
|
| 41 |
+
"revision": "bfd2620a602248499f3d2583d85a7ecddf0b6e02",
|
| 42 |
+
"url": "https://github.com/Profluent-AI/E1.git"
|
| 43 |
+
}
|
| 44 |
+
],
|
| 45 |
+
"tensor_file": {
|
| 46 |
+
"path": "e1_600m.safetensors",
|
| 47 |
+
"sha256": "22ed8417a4651ded255099f6d15c63c2c40552e700d2b0470d1adfde3a39c513"
|
| 48 |
+
},
|
| 49 |
+
"tensors": {
|
| 50 |
+
"input__global_position_ids": {
|
| 51 |
+
"dtype": "int64",
|
| 52 |
+
"sha256": "e7cb07fe267b3363e823774271af3eb0b87d2e114dab9f267e87cdde73db0074",
|
| 53 |
+
"shape": [
|
| 54 |
+
3,
|
| 55 |
+
65
|
| 56 |
+
]
|
| 57 |
+
},
|
| 58 |
+
"input__input_ids": {
|
| 59 |
+
"dtype": "int64",
|
| 60 |
+
"sha256": "57283779068d6b70d008b8062820a13e59cd12e3708e3ab109466bbcb48f55b3",
|
| 61 |
+
"shape": [
|
| 62 |
+
3,
|
| 63 |
+
65
|
| 64 |
+
]
|
| 65 |
+
},
|
| 66 |
+
"input__sequence_ids": {
|
| 67 |
+
"dtype": "int64",
|
| 68 |
+
"sha256": "5381cee8684c258e11ece6fba1ae6897f2897281cae905d59a7ff2d87fedee62",
|
| 69 |
+
"shape": [
|
| 70 |
+
3,
|
| 71 |
+
65
|
| 72 |
+
]
|
| 73 |
+
},
|
| 74 |
+
"input__within_seq_position_ids": {
|
| 75 |
+
"dtype": "int64",
|
| 76 |
+
"sha256": "e7cb07fe267b3363e823774271af3eb0b87d2e114dab9f267e87cdde73db0074",
|
| 77 |
+
"shape": [
|
| 78 |
+
3,
|
| 79 |
+
65
|
| 80 |
+
]
|
| 81 |
+
},
|
| 82 |
+
"output__last_hidden_state": {
|
| 83 |
+
"dtype": "bfloat16",
|
| 84 |
+
"sha256": "53df9d156b70af125e64f97637931a1eb7deebe6abd1457533eb3a5cc2a56198",
|
| 85 |
+
"shape": [
|
| 86 |
+
3,
|
| 87 |
+
65,
|
| 88 |
+
1280
|
| 89 |
+
]
|
| 90 |
+
},
|
| 91 |
+
"output__logits": {
|
| 92 |
+
"dtype": "float32",
|
| 93 |
+
"sha256": "9cbb71e59df284e45540b39f2553edc16ecb9c51601b75b057bc089c3f1c6dd4",
|
| 94 |
+
"shape": [
|
| 95 |
+
3,
|
| 96 |
+
65,
|
| 97 |
+
34
|
| 98 |
+
]
|
| 99 |
+
},
|
| 100 |
+
"residue_mask": {
|
| 101 |
+
"dtype": "bool",
|
| 102 |
+
"sha256": "a622292a616841968bf5ad71c03d53a1f7ac3cbb9b26a1cdaab65c36bb4116a1",
|
| 103 |
+
"shape": [
|
| 104 |
+
3,
|
| 105 |
+
65
|
| 106 |
+
]
|
| 107 |
+
}
|
| 108 |
+
}
|
| 109 |
+
}
|
tests/goldens/e1_600m.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22ed8417a4651ded255099f6d15c63c2c40552e700d2b0470d1adfde3a39c513
|
| 3 |
+
size 532779
|
tests/goldens/esm2_150m.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": {
|
| 3 |
+
"files": {
|
| 4 |
+
"config.json": "git-sha1:52e04179e6fbad6663a94ea5cc44f09d764c5cd4",
|
| 5 |
+
"model.safetensors": "sha256:c3f1da8aea53bddd32c246c86168c23b9fd72341fb9db9a94436f855f5053566",
|
| 6 |
+
"special_tokens_map.json": "git-sha1:ba0f9b53dbbf27934f7555e5d31e37bdea9317f1",
|
| 7 |
+
"tokenizer_config.json": "git-sha1:3f0d47e841e1cb75257aeaf76d156802899a217e",
|
| 8 |
+
"vocab.txt": "git-sha1:6b946952cc35537226f07fd70957ee2f848880d2"
|
| 9 |
+
},
|
| 10 |
+
"repo_id": "facebook/esm2_t30_150M_UR50D",
|
| 11 |
+
"revision": "a695f6045e2e32885fa60af20c13cb35398ce30c"
|
| 12 |
+
},
|
| 13 |
+
"environment": {
|
| 14 |
+
"details": {
|
| 15 |
+
"cuda_device": "NVIDIA H100 PCIe",
|
| 16 |
+
"cuda_runtime": "13.0",
|
| 17 |
+
"packages": "{\"certifi\":\"2026.6.17\",\"charset-normalizer\":\"3.4.9\",\"cuda-bindings\":\"13.0.3\",\"cuda-pathfinder\":\"1.2.2\",\"cuda-toolkit\":\"13.0.3.0\",\"fair-esm\":\"2.0.1\",\"filelock\":\"3.29.0\",\"fsspec\":\"2026.4.0\",\"hf-xet\":\"1.5.2\",\"huggingface_hub\":\"0.36.2\",\"idna\":\"3.18\",\"iniconfig\":\"2.3.0\",\"jinja2\":\"3.1.6\",\"markupsafe\":\"3.0.3\",\"mpmath\":\"1.3.0\",\"networkx\":\"3.6.1\",\"numpy\":\"1.26.4\",\"nvidia-cublas\":\"13.1.1.3\",\"nvidia-cuda-cupti\":\"13.0.85\",\"nvidia-cuda-nvrtc\":\"13.0.88\",\"nvidia-cuda-runtime\":\"13.0.96\",\"nvidia-cudnn-cu13\":\"9.20.0.48\",\"nvidia-cufft\":\"12.0.0.61\",\"nvidia-cufile\":\"1.15.1.6\",\"nvidia-curand\":\"10.4.0.35\",\"nvidia-cusolver\":\"12.0.4.66\",\"nvidia-cusparse\":\"12.6.3.3\",\"nvidia-cusparselt-cu13\":\"0.8.1\",\"nvidia-nccl-cu13\":\"2.29.7\",\"nvidia-nvjitlink\":\"13.2.78\",\"nvidia-nvshmem-cu13\":\"3.4.5\",\"nvidia-nvtx\":\"13.0.85\",\"packaging\":\"26.2\",\"pip\":\"26.1.1\",\"pluggy\":\"1.6.0\",\"pygments\":\"2.20.0\",\"pytest\":\"9.0.2\",\"pyyaml\":\"6.0.3\",\"requests\":\"2.34.2\",\"safetensors\":\"0.6.2\",\"setuptools\":\"78.1.0\",\"sympy\":\"1.14.0\",\"torch\":\"2.13.0+cu130\",\"tqdm\":\"4.68.4\",\"triton\":\"3.7.1\",\"typing_extensions\":\"4.15.0\",\"urllib3\":\"2.7.0\",\"uv\":\"0.10.12\"}",
|
| 18 |
+
"python": "3.12.3",
|
| 19 |
+
"torch": "2.13.0+cu130"
|
| 20 |
+
},
|
| 21 |
+
"fingerprint": "bbf86d3a107f16fa44d7d49ae8a9ab208c80a2da6104de22006aaadf018dcf27"
|
| 22 |
+
},
|
| 23 |
+
"generation_command": [
|
| 24 |
+
"python",
|
| 25 |
+
"-m",
|
| 26 |
+
"tools.goldens",
|
| 27 |
+
"--native-root",
|
| 28 |
+
"artifacts/reference",
|
| 29 |
+
"--output-root",
|
| 30 |
+
"tests/goldens",
|
| 31 |
+
"--model",
|
| 32 |
+
"esm2_150m"
|
| 33 |
+
],
|
| 34 |
+
"input_fingerprint": "20ef27191e0e1f305f2345f8ed813f3cf685c82856a90fce0fa9e5209ce3696e",
|
| 35 |
+
"model_id": "esm2_150m",
|
| 36 |
+
"schema_version": 1,
|
| 37 |
+
"source_files": {
|
| 38 |
+
"native/bf16.safetensors": "92d69c4ec9bca3b54e702741d77613fd8910f2829f933f92e55f65f21246a6ce",
|
| 39 |
+
"native/metadata.json": "3af2b7a66bb1682f9f0a0a15b55e7e6fe61bb38858b8dc34f6830196429932c1"
|
| 40 |
+
},
|
| 41 |
+
"sources": [
|
| 42 |
+
{
|
| 43 |
+
"id": "fair-esm",
|
| 44 |
+
"revision": "2b369911bb5b4b0dda914521b9475cad1656b2ac",
|
| 45 |
+
"url": "https://github.com/facebookresearch/esm.git"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"tensor_file": {
|
| 49 |
+
"path": "esm2_150m.safetensors",
|
| 50 |
+
"sha256": "c03fe9916dba137b452a6bbe944c7dc414db4019a6f0921e87b92d4bb6a8a42f"
|
| 51 |
+
},
|
| 52 |
+
"tensors": {
|
| 53 |
+
"input__attention_mask": {
|
| 54 |
+
"dtype": "int64",
|
| 55 |
+
"sha256": "a4e9ccfdfcb15d75f04569d8635f6121b56d1316e59da2db60416ce57f78551f",
|
| 56 |
+
"shape": [
|
| 57 |
+
3,
|
| 58 |
+
63
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"input__input_ids": {
|
| 62 |
+
"dtype": "int64",
|
| 63 |
+
"sha256": "7c017cc9226e1262e354dd8494e871929c0ef516214ad8afa58c97df32885bed",
|
| 64 |
+
"shape": [
|
| 65 |
+
3,
|
| 66 |
+
63
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"output__last_hidden_state": {
|
| 70 |
+
"dtype": "float32",
|
| 71 |
+
"sha256": "c03427ebaaf7b7f8403fd6f8776b17600dfd54ea2f806a1369339a14bb7aabcc",
|
| 72 |
+
"shape": [
|
| 73 |
+
3,
|
| 74 |
+
63,
|
| 75 |
+
640
|
| 76 |
+
]
|
| 77 |
+
},
|
| 78 |
+
"output__logits": {
|
| 79 |
+
"dtype": "float32",
|
| 80 |
+
"sha256": "f2a8325a1950d2b939fdcbd8dfc93cb62ccbdbed5a6c54505fb8d1ca966d2e5c",
|
| 81 |
+
"shape": [
|
| 82 |
+
3,
|
| 83 |
+
63,
|
| 84 |
+
33
|
| 85 |
+
]
|
| 86 |
+
},
|
| 87 |
+
"residue_mask": {
|
| 88 |
+
"dtype": "bool",
|
| 89 |
+
"sha256": "73319c84be8834bd1df5ff869f2137ac3aef45c900f775c33824b61bda50eb24",
|
| 90 |
+
"shape": [
|
| 91 |
+
3,
|
| 92 |
+
63
|
| 93 |
+
]
|
| 94 |
+
}
|
| 95 |
+
}
|
| 96 |
+
}
|
tests/goldens/esm2_150m.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c03fe9916dba137b452a6bbe944c7dc414db4019a6f0921e87b92d4bb6a8a42f
|
| 3 |
+
size 512449
|