Publish CardioSafe v1.0 + v1.1 paper-snapshot weights and L1000 encoder
Browse files- README.md +169 -0
- l1000/l1000_encoder.pt +3 -0
- l1000/l1000_per_gene_pearson.json +1 -0
- v1.0/cardiosafe_v1.0_seed_42.pt +3 -0
- v1.0/cardiosafe_v1.0_seed_43.pt +3 -0
- v1.0/cardiosafe_v1.0_seed_44.pt +3 -0
- v1.0/cardiosafe_v1.0_seed_45.pt +3 -0
- v1.0/cardiosafe_v1.0_seed_46.pt +3 -0
- v1.1/cardiosafe_v1.1_seed_42.pt +3 -0
- v1.1/cardiosafe_v1.1_seed_43.pt +3 -0
- v1.1/cardiosafe_v1.1_seed_44.pt +3 -0
- v1.1/cardiosafe_v1.1_seed_45.pt +3 -0
- v1.1/cardiosafe_v1.1_seed_46.pt +3 -0
README.md
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
license_name: cc-by-nc-4.0
|
| 4 |
+
license_link: https://github.com/AppliedScientific/CardioSafe-benchmark/blob/main/LICENSE-WEIGHTS
|
| 5 |
+
library_name: pytorch
|
| 6 |
+
pipeline_tag: tabular-regression
|
| 7 |
+
tags:
|
| 8 |
+
- chemistry
|
| 9 |
+
- drug-discovery
|
| 10 |
+
- cardiotoxicity
|
| 11 |
+
- hERG
|
| 12 |
+
- ion-channels
|
| 13 |
+
- multi-task
|
| 14 |
+
- molecules
|
| 15 |
+
- QSAR
|
| 16 |
+
language:
|
| 17 |
+
- en
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# CardioSafe — paper-snapshot weights
|
| 21 |
+
|
| 22 |
+
Paper-snapshot weights for **CardioSafe: multi-task prediction of cardiac
|
| 23 |
+
ion channel activity with reverse-leak audited benchmarking** (Jovanović
|
| 24 |
+
et al., 2026,
|
| 25 |
+
[bioRxiv](https://www.biorxiv.org/content/10.64898/2026.05.06.723181v1)).
|
| 26 |
+
|
| 27 |
+
CardioSafe is a three-branch multi-task neural network that predicts
|
| 28 |
+
blocker status and pIC50 for the four CiPA cardiac ion channels — **hERG,
|
| 29 |
+
Nav1.5, Cav1.2, and (exploratory) IKs** — trained on the largest
|
| 30 |
+
publicly reported multi-channel cardiac ion channel dataset (ChEMBL 36 +
|
| 31 |
+
hERG Central, 334,444 curated compounds, 8 heads).
|
| 32 |
+
|
| 33 |
+
This HuggingFace repo is a mirror. The canonical home is
|
| 34 |
+
[github.com/AppliedScientific/CardioSafe-benchmark](https://github.com/AppliedScientific/CardioSafe-benchmark),
|
| 35 |
+
which ships the curated dataset, splits, supplementary materials, the
|
| 36 |
+
reverse-leak audit script, the reference model + training-step code, and
|
| 37 |
+
runnable inference (`inference/predict.py`). The continually-updated
|
| 38 |
+
deployed ensemble is served at
|
| 39 |
+
[platform.appliedscientific.ai/cardiosafe](https://platform.appliedscientific.ai/cardiosafe).
|
| 40 |
+
|
| 41 |
+
## Files
|
| 42 |
+
|
| 43 |
+
```
|
| 44 |
+
v1.0/ # preprint snapshot, 5-seed ensemble
|
| 45 |
+
cardiosafe_v1.0_seed_{42..46}.pt # 15 MB each
|
| 46 |
+
v1.1/ # audit-clean snapshot, 5-seed ensemble
|
| 47 |
+
cardiosafe_v1.1_seed_{42..46}.pt # 15 MB each — RECOMMENDED for new work
|
| 48 |
+
l1000/
|
| 49 |
+
l1000_encoder.pt # 10 MB — shared by v1.0 + v1.1
|
| 50 |
+
l1000_per_gene_pearson.json # per-gene test-set Pearson r (diagnostic)
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
Each `.pt` contains `model_state_dict`, descriptor / L1000 / regression-head
|
| 54 |
+
scalers, and a clean config dict. The L1000 encoder checkpoint additionally
|
| 55 |
+
contains the gene co-expression `edge_index` and per-gene scaler stats.
|
| 56 |
+
|
| 57 |
+
## v1.0 vs v1.1
|
| 58 |
+
|
| 59 |
+
- **v1.0** is the exact ensemble evaluated in the bioRxiv preprint.
|
| 60 |
+
- **v1.1** is an audit-clean retrain: the exhaustive
|
| 61 |
+
O(n_train × n_other) Tanimoto leakage audit flagged 12 train↔val edges
|
| 62 |
+
in tan70 v1.0 at Morgan-r2-2048 Tanimoto ≥ 0.70, all within the
|
| 63 |
+
canonical cardiac-cliff cluster (terfenadine / fexofenadine /
|
| 64 |
+
hydroxymethyl-terfenadine analogs). v1.1 force-routes the 2 HMT
|
| 65 |
+
analogs (rows 317153, 331406) to val so the cluster is fully
|
| 66 |
+
audit-clean.
|
| 67 |
+
- **Test fold is identical** between v1.0 and v1.1 — headline test
|
| 68 |
+
metrics (Tables 2 / 3 of the paper) are unchanged. v1.1 just gives an
|
| 69 |
+
audit-clean training set for the per-seed val fold selection.
|
| 70 |
+
- See [Note S3](https://github.com/AppliedScientific/CardioSafe-benchmark/blob/main/data/supplementary/note_s3_v1_1_audit_correction.md)
|
| 71 |
+
for the full audit findings + re-evaluation of the cardiac-cliff case study.
|
| 72 |
+
|
| 73 |
+
**Use v1.1 for new work.** v1.0 is retained so the preprint numbers stay
|
| 74 |
+
reproducible.
|
| 75 |
+
|
| 76 |
+
## Inputs and outputs
|
| 77 |
+
|
| 78 |
+
The model expects a single flat `float32` tensor of shape `(B, 7526)`:
|
| 79 |
+
|
| 80 |
+
| dims | block | source |
|
| 81 |
+
| --- | --- | --- |
|
| 82 |
+
| 0 – 2047 | Morgan radius-2 2048-bit binary fingerprint | RDKit `GetMorganGenerator(radius=2, fpSize=2048)` |
|
| 83 |
+
| 2048 – 4095 | AtomPair 2048-bit binary fingerprint | RDKit `GetAtomPairGenerator(fpSize=2048)` |
|
| 84 |
+
| 4096 – 6143 | TopologicalTorsion 2048-bit binary fingerprint | RDKit `GetTopologicalTorsionGenerator(fpSize=2048)` |
|
| 85 |
+
| 6144 – 6163 | 20-descriptor block, training-fold z-scored | Spec in `data/supplementary/table_s0_descriptor_spec.*` |
|
| 86 |
+
| 6164 – 6547 | ChemBERTa-77M-MTR mean-pooled embedding (384) | `model/chemberta_encoder.py` |
|
| 87 |
+
| 6548 – 7525 | L1000 predicted expression z-scores (978) | `model/l1000_encoder.py` |
|
| 88 |
+
|
| 89 |
+
`forward(x)` returns a `dict[str, Tensor]` with 8 keys, each value a `(B,)` tensor:
|
| 90 |
+
|
| 91 |
+
| Head | Output | Channel |
|
| 92 |
+
| --- | --- | --- |
|
| 93 |
+
| `herg_pchembl` | regression — raw pIC50 | hERG |
|
| 94 |
+
| `herg_blocker_10um` | logit (apply sigmoid for P) | hERG |
|
| 95 |
+
| `herg_blocker_1um` | logit | hERG |
|
| 96 |
+
| `nav15_pchembl` | regression — raw pIC50 | Nav1.5 |
|
| 97 |
+
| `nav15_blocker` | logit | Nav1.5 |
|
| 98 |
+
| `cav12_pchembl` | regression — raw pIC50 | Cav1.2 |
|
| 99 |
+
| `cav12_blocker` | logit | Cav1.2 |
|
| 100 |
+
| `iks_blocker` | logit | IKs |
|
| 101 |
+
|
| 102 |
+
IKs has no regression head (n = 115 labelled compounds; treated as
|
| 103 |
+
exploratory). See the
|
| 104 |
+
[full model card](https://github.com/AppliedScientific/CardioSafe-benchmark/blob/main/model/MODEL_CARD.md)
|
| 105 |
+
for architecture details.
|
| 106 |
+
|
| 107 |
+
## Usage
|
| 108 |
+
|
| 109 |
+
The recommended path is the runnable inference shipped in the GitHub
|
| 110 |
+
repo. It handles all featurization (RDKit + ChemBERTa + L1000 encoder)
|
| 111 |
+
and the ensemble forward pass:
|
| 112 |
+
|
| 113 |
+
```bash
|
| 114 |
+
git clone https://github.com/AppliedScientific/CardioSafe-benchmark
|
| 115 |
+
cd CardioSafe-benchmark
|
| 116 |
+
pip install -e .[inference]
|
| 117 |
+
|
| 118 |
+
# CSV in / CSV out — auto-downloads weights from GitHub Releases on first call
|
| 119 |
+
python -m inference.predict --in inference/example_smiles.csv \
|
| 120 |
+
--out predictions.csv \
|
| 121 |
+
--version v1.1
|
| 122 |
+
```
|
| 123 |
+
|
| 124 |
+
To download these weight files from the HuggingFace mirror instead:
|
| 125 |
+
|
| 126 |
+
```python
|
| 127 |
+
from huggingface_hub import snapshot_download
|
| 128 |
+
|
| 129 |
+
local = snapshot_download(repo_id="appliedscientific/cardiosafe")
|
| 130 |
+
# v1.0/, v1.1/, l1000/ subdirectories under `local`
|
| 131 |
+
```
|
| 132 |
+
|
| 133 |
+
The repo's `inference.ensemble` module loads the seed checkpoints; see
|
| 134 |
+
[`inference/README.md`](https://github.com/AppliedScientific/CardioSafe-benchmark/blob/main/inference/README.md)
|
| 135 |
+
for the loader API and a Python example.
|
| 136 |
+
|
| 137 |
+
## Verified
|
| 138 |
+
|
| 139 |
+
Loading the v1.1 weights into the public
|
| 140 |
+
`model.cross_attn.CrossAttnIonChannelPredictor` and running the
|
| 141 |
+
cardiac-cliff anchors reproduces the published v1.1 case-study values to
|
| 142 |
+
within 0.01: terfenadine pIC50 6.258 (published 6.247), fexofenadine
|
| 143 |
+
pIC50 4.505 (4.512), cliff 1.754 (1.736).
|
| 144 |
+
|
| 145 |
+
## License
|
| 146 |
+
|
| 147 |
+
[CC-BY-NC-4.0](https://github.com/AppliedScientific/CardioSafe-benchmark/blob/main/LICENSE-WEIGHTS).
|
| 148 |
+
Academic, educational, and non-profit research use is permitted with
|
| 149 |
+
attribution. Commercial use requires a separate license — contact the
|
| 150 |
+
authors (`lukas@appliedscientific.ai`, `mihailo@appliedscientific.ai`).
|
| 151 |
+
|
| 152 |
+
The code in the GitHub repository is MIT; the dataset there is CC-BY-4.0.
|
| 153 |
+
Only the model weights distributed here and in the GitHub Releases are
|
| 154 |
+
CC-BY-NC-4.0.
|
| 155 |
+
|
| 156 |
+
## Citation
|
| 157 |
+
|
| 158 |
+
```bibtex
|
| 159 |
+
@article{cardiosafe2026,
|
| 160 |
+
title = {CardioSafe: multi-task prediction of cardiac ion channel
|
| 161 |
+
activity with reverse-leak audited benchmarking},
|
| 162 |
+
author = {Jovanović, Mihailo and Weidener, Lukas and Brkić, Marko and
|
| 163 |
+
Ulgac, Emre and Meduri, Aakaash},
|
| 164 |
+
year = {2026},
|
| 165 |
+
journal = {bioRxiv},
|
| 166 |
+
doi = {10.64898/2026.05.06.723181},
|
| 167 |
+
url = {https://www.biorxiv.org/content/10.64898/2026.05.06.723181v1}
|
| 168 |
+
}
|
| 169 |
+
```
|
l1000/l1000_encoder.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f63d810ada84f696372bebbee92d8fb9e1b1da77a2171ca88d658ab2810bda1b
|
| 3 |
+
size 10214775
|
l1000/l1000_per_gene_pearson.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[0.46858084201812744, 0.1667102426290512, 0.3081985116004944, 0.17051279544830322, 0.4869662821292877, 0.203520730137825, 0.5504681468009949, 0.4644032120704651, 0.389820396900177, 0.3583313822746277, 0.5492892265319824, 0.33272504806518555, 0.4336836338043213, 0.44026100635528564, 0.48238956928253174, 0.3483729362487793, 0.34550949931144714, 0.6878757476806641, 0.508929967880249, 0.4193422794342041, 0.37051963806152344, 0.2312624603509903, 0.2298237383365631, 0.45366930961608887, 0.41811996698379517, 0.38774746656417847, 0.5755760073661804, 0.3731915354728699, 0.3635048270225525, 0.3973698318004608, 0.5963922739028931, 0.42983517050743103, 0.26719075441360474, 0.3795323967933655, 0.23411600291728973, 0.2918514013290405, 0.44768136739730835, 0.44503432512283325, 0.2673802375793457, 0.33531397581100464, 0.4028751850128174, 0.205825537443161, 0.3588429391384125, 0.22824575006961823, 0.4922850728034973, 0.25360041856765747, 0.44531506299972534, 0.29656100273132324, 0.355871319770813, 0.2845322787761688, 0.31820133328437805, 0.5686221718788147, 0.3703473210334778, 0.36571457982063293, 0.32194897532463074, 0.3924219012260437, 0.35836517810821533, 0.4119306206703186, 0.20996668934822083, 0.47878360748291016, 0.11236830055713654, 0.21064645051956177, 0.306354820728302, 0.37715816497802734, 0.4254804253578186, 0.34413257241249084, 0.43183887004852295, 0.4081194996833801, 0.36457064747810364, 0.5231204032897949, 0.5454320907592773, 0.3006150722503662, 0.3633507490158081, 0.37681615352630615, 0.5303555727005005, 0.4908280074596405, 0.4639557898044586, 0.2253876030445099, 0.5196150541305542, 0.36574724316596985, 0.4661828577518463, 0.34221407771110535, 0.41566622257232666, 0.38224056363105774, 0.30401891469955444, 0.26855605840682983, 0.33792418241500854, 0.2761048972606659, 0.4535629153251648, 0.29725682735443115, 0.34027284383773804, 0.32627615332603455, 0.3209717869758606, 0.391427218914032, 0.34446316957473755, 0.39329975843429565, 0.31757545471191406, 0.3342936635017395, 0.3426145315170288, 0.5235152244567871, 0.540594220161438, 0.254640132188797, 0.5075008869171143, 0.3710671067237854, 0.49929484724998474, 0.6471401453018188, 0.3576864004135132, 0.4498661756515503, 0.4888032376766205, 0.5538505911827087, 0.4233298599720001, 0.5048763155937195, 0.3341347873210907, 0.561509370803833, 0.27885863184928894, 0.37057024240493774, 0.3730580806732178, 0.19564133882522583, 0.2172253131866455, 0.33286964893341064, 0.49298039078712463, 0.4525420069694519, 0.372981995344162, 0.4569316506385803, 0.33130785822868347, 0.4097418785095215, 0.6507095694541931, 0.3381281793117523, 0.3840106725692749, 0.3437036871910095, 0.6807335615158081, 0.5064557790756226, 0.21890580654144287, 0.4964553415775299, 0.45120254158973694, 0.3030463755130768, 0.38707825541496277, 0.2492305040359497, 0.3898363709449768, 0.4363934397697449, 0.1866290271282196, 0.42618969082832336, 0.2771085500717163, 0.18726769089698792, 0.4024285674095154, 0.22935202717781067, 0.36708736419677734, 0.3663989305496216, 0.44217056035995483, 0.2686424255371094, 0.37085890769958496, 0.3325793147087097, 0.4146620035171509, 0.420535147190094, 0.6083870530128479, 0.2640593349933624, 0.5152448415756226, 0.5660318732261658, 0.528347909450531, 0.5838805437088013, 0.4406241178512573, 0.31578055024147034, 0.44085225462913513, 0.32795268297195435, 0.2463536262512207, 0.2090841680765152, 0.43068474531173706, 0.5531609058380127, 0.3775065541267395, 0.2904198169708252, 0.4359835684299469, 0.3217369318008423, 0.44119569659233093, 0.37959808111190796, 0.3064287602901459, 0.2759157419204712, 0.32762259244918823, 0.4801025390625, 0.4846556484699249, 0.2937905192375183, 0.20431384444236755, 0.6466715931892395, 0.4196110963821411, 0.23199407756328583, 0.45592960715293884, 0.49794435501098633, 0.27508097887039185, 0.4619045555591583, 0.3055652976036072, 0.45598071813583374, 0.34721261262893677, 0.4333943724632263, 0.46445518732070923, 0.5205861330032349, 0.2929438352584839, 0.6375166177749634, 0.3086634874343872, 0.3840285539627075, 0.251894474029541, 0.3287813663482666, 0.35206466913223267, 0.2540678083896637, 0.33054274320602417, 0.3018209636211395, 0.4784107804298401, 0.4313621520996094, 0.6463466286659241, 0.49309319257736206, 0.35549116134643555, 0.28891223669052124, 0.32427066564559937, 0.27636438608169556, 0.2644255757331848, 0.4620983600616455, 0.3474823236465454, 0.5821451544761658, 0.552994430065155, 0.5639339685440063, 0.19984278082847595, 0.33078545331954956, 0.29099172353744507, 0.31929364800453186, 0.2707756757736206, 0.4099055528640747, 0.6267868876457214, 0.5738589763641357, 0.45303264260292053, 0.7182361483573914, 0.5305201411247253, 0.2168150246143341, 0.49544525146484375, 0.26592811942100525, 0.21125276386737823, 0.3964095413684845, 0.27293965220451355, 0.49501341581344604, 0.277109831571579, 0.31506970524787903, 0.32229769229888916, 0.27981311082839966, 0.4629388153553009, 0.3507981300354004, 0.41022443771362305, 0.2670137286186218, 0.17160508036613464, 0.37838539481163025, 0.33914411067962646, 0.3023573160171509, 0.30935055017471313, 0.5345261096954346, 0.3362785577774048, 0.32454413175582886, 0.23836538195610046, 0.4953118562698364, 0.32280582189559937, 0.14850781857967377, 0.2966383099555969, 0.4723985493183136, 0.41862398386001587, 0.3669172525405884, 0.3517015874385834, 0.2689940631389618, 0.4125329852104187, 0.30095985531806946, 0.42786839604377747, 0.33883801102638245, 0.6007043719291687, 0.2779655456542969, 0.35865962505340576, 0.2882123291492462, 0.4520546793937683, 0.543847918510437, 0.40732935070991516, 0.23385381698608398, 0.25609496235847473, 0.3663358688354492, 0.31241574883461, 0.49968770146369934, 0.28404274582862854, 0.39514783024787903, 0.13228648900985718, 0.45219680666923523, 0.5053840279579163, 0.26916006207466125, 0.3328733742237091, 0.5674713850021362, 0.5560415387153625, 0.5131555795669556, 0.30268773436546326, 0.3032394349575043, 0.3931574821472168, 0.42553019523620605, 0.40788933634757996, 0.36499834060668945, 0.3298468589782715, 0.34759214520454407, 0.2707856297492981, 0.4967215359210968, 0.37441176176071167, 0.3832545280456543, 0.22020670771598816, 0.3306342363357544, 0.40795791149139404, 0.5332576632499695, 0.4140128195285797, 0.4724619388580322, 0.4555562734603882, 0.21279388666152954, 0.4197425842285156, 0.4311656951904297, 0.259745717048645, 0.43201616406440735, 0.39682090282440186, 0.21994343400001526, 0.27445995807647705, 0.2798677682876587, 0.42262157797813416, 0.34975868463516235, 0.45103588700294495, 0.2932519316673279, 0.19430267810821533, 0.35877829790115356, 0.37347134947776794, 0.20175161957740784, 0.49138015508651733, 0.32101425528526306, 0.4230327308177948, 0.2673364281654358, 0.3859556019306183, 0.30481982231140137, 0.29511183500289917, 0.33700573444366455, 0.40529879927635193, 0.20042070746421814, 0.3706687092781067, 0.30965766310691833, 0.2268897294998169, 0.5526933670043945, 0.24798932671546936, 0.39658576250076294, 0.32591181993484497, 0.3560672998428345, 0.6402977108955383, 0.20949789881706238, 0.38332685828208923, 0.40160784125328064, 0.556606650352478, 0.22856174409389496, 0.5595532655715942, 0.33533307909965515, 0.26868218183517456, 0.2690790295600891, 0.3517614006996155, 0.40566539764404297, 0.4978921115398407, 0.2734064757823944, 0.5543111562728882, 0.4460417926311493, 0.32339680194854736, 0.24776330590248108, 0.32054969668388367, 0.33630436658859253, 0.34204232692718506, 0.222201868891716, 0.394220769405365, 0.27825403213500977, 0.5646153688430786, 0.41333726048469543, 0.3194560408592224, 0.2988920211791992, 0.39553630352020264, 0.20881861448287964, 0.39262527227401733, 0.3002849519252777, 0.24672028422355652, 0.5287790298461914, 0.2085464894771576, 0.2658880054950714, 0.5450752973556519, 0.43126145005226135, 0.464578777551651, 0.5274500846862793, 0.36675310134887695, 0.4958440661430359, 0.4946650266647339, 0.543462872505188, 0.3764253258705139, 0.25300389528274536, 0.3682340383529663, 0.6512899398803711, 0.346005380153656, 0.27239131927490234, 0.33778178691864014, 0.20145344734191895, 0.3258548974990845, 0.2627115845680237, 0.48910361528396606, 0.22326824069023132, 0.15290209650993347, 0.2542840540409088, 0.5311957001686096, 0.37440139055252075, 0.39085203409194946, 0.4010469615459442, 0.40271392464637756, 0.2868629992008209, 0.2678850591182709, 0.4195341169834137, 0.3606928586959839, 0.30911773443222046, 0.49663257598876953, 0.3342375159263611, 0.3502247929573059, 0.5940536856651306, 0.3584667146205902, 0.2585866153240204, 0.1990174502134323, 0.3154534101486206, 0.4407237768173218, 0.5901507139205933, 0.1352897584438324, 0.3032221794128418, 0.1679372787475586, 0.36906734108924866, 0.3279787302017212, 0.4565313160419464, 0.18025872111320496, 0.2855101525783539, 0.286063015460968, 0.21936902403831482, 0.4217812418937683, 0.4139876961708069, 0.4721468389034271, 0.5420663356781006, 0.3892489969730377, 0.39362794160842896, 0.44640910625457764, 0.5766301155090332, 0.45166778564453125, 0.2743838429450989, 0.4136296510696411, 0.1232316866517067, 0.5704259872436523, 0.5174710154533386, 0.38172459602355957, 0.32169172167778015, 0.1636945903301239, 0.5798369646072388, 0.3452625274658203, 0.37200623750686646, 0.35767921805381775, 0.43923673033714294, 0.5481999516487122, 0.41301336884498596, 0.3304247260093689, 0.30082616209983826, 0.433958500623703, 0.6083027124404907, 0.40605148673057556, 0.5715512037277222, 0.39030343294143677, 0.36695122718811035, 0.42323529720306396, 0.2714186906814575, 0.32126474380493164, 0.2769732177257538, 0.31898975372314453, 0.422634482383728, 0.338096022605896, 0.3796691298484802, 0.2937074899673462, 0.48697128891944885, 0.3107215166091919, 0.36348921060562134, 0.34858936071395874, 0.2984170615673065, 0.27651941776275635, 0.10123196244239807, 0.6173007488250732, 0.35688549280166626, 0.35987499356269836, 0.6610534191131592, 0.5294537544250488, 0.22596418857574463, 0.3476492762565613, 0.3345191180706024, 0.2391960173845291, 0.2992135286331177, 0.29559600353240967, 0.4546905755996704, 0.30230990052223206, 0.43662598729133606, 0.5326299667358398, 0.6046643257141113, 0.3261529505252838, 0.49635329842567444, 0.32126474380493164, 0.5116826295852661, 0.48606953024864197, 0.40102675557136536, 0.30746570229530334, 0.40187162160873413, 0.2887333929538727, 0.32687854766845703, 0.4660748839378357, 0.2722122073173523, 0.3283621370792389, 0.30633974075317383, 0.4013962149620056, 0.2552774250507355, 0.2532195746898651, 0.34080982208251953, 0.3743181824684143, 0.2543943524360657, 0.4403670132160187, 0.27325573563575745, 0.3721854090690613, 0.5394225120544434, 0.44210943579673767, 0.5545856356620789, 0.3147463798522949, 0.3167160451412201, 0.43159806728363037, 0.1889846920967102, 0.5171258449554443, 0.4380589723587036, 0.40548402070999146, 0.44174274802207947, 0.32355162501335144, 0.47467511892318726, 0.32384997606277466, 0.2688840329647064, 0.4640927016735077, 0.2947630286216736, 0.5917908549308777, 0.45155081152915955, 0.33146291971206665, 0.4155865013599396, 0.36237409710884094, 0.31661781668663025, 0.30873340368270874, 0.4105696678161621, 0.2694217264652252, 0.3731181025505066, 0.4083939492702484, 0.44617512822151184, 0.10730059444904327, 0.5707671046257019, 0.2686655819416046, 0.2840542197227478, 0.5003896951675415, 0.31030991673469543, 0.3463609516620636, 0.21482868492603302, 0.6462699770927429, 0.40245699882507324, 0.3259800672531128, 0.27396029233932495, 0.34715384244918823, 0.38667774200439453, 0.4113566279411316, 0.22144350409507751, 0.16276675462722778, 0.30601248145103455, 0.35497862100601196, 0.39037519693374634, 0.34038692712783813, 0.39448994398117065, 0.2589000463485718, 0.27411025762557983, 0.4155691862106323, 0.4918895959854126, 0.30865851044654846, 0.4092734158039093, 0.4101743996143341, 0.3929379880428314, 0.19059264659881592, 0.19256752729415894, 0.3335895240306854, 0.31600698828697205, 0.5081757307052612, 0.433392733335495, 0.35185062885284424, 0.45509880781173706, 0.26701799035072327, 0.35115090012550354, 0.39745116233825684, 0.30671170353889465, 0.45613083243370056, 0.2018066942691803, 0.4551389813423157, 0.27460190653800964, 0.39776307344436646, 0.1391848474740982, 0.3199939727783203, 0.2296353578567505, 0.5099909901618958, 0.2642677426338196, 0.3742673695087433, 0.42944926023483276, 0.235897034406662, 0.23788264393806458, 0.163317009806633, 0.22848403453826904, 0.3998691737651825, 0.3971143960952759, 0.33628472685813904, 0.6347202658653259, 0.40426087379455566, 0.4090994894504547, 0.355290949344635, 0.3875749707221985, 0.40758681297302246, 0.29419663548469543, 0.49265629053115845, 0.22246053814888, 0.48029983043670654, 0.36811211705207825, 0.4266214370727539, 0.30883046984672546, 0.4656137228012085, 0.313543438911438, 0.22023004293441772, 0.31100934743881226, 0.3249027729034424, 0.3933101296424866, 0.46715590357780457, 0.3015572428703308, 0.27290764451026917, 0.2902463972568512, 0.26810407638549805, 0.39190006256103516, 0.36273232102394104, 0.415303111076355, 0.32541897892951965, 0.29337531328201294, 0.38858649134635925, 0.47893762588500977, 0.36379724740982056, 0.27528077363967896, 0.39952516555786133, 0.45949164032936096, 0.6277772784233093, 0.2766869068145752, 0.5425106287002563, 0.28214627504348755, 0.40780943632125854, 0.26693153381347656, 0.39956414699554443, 0.44089964032173157, 0.22896963357925415, 0.662617564201355, 0.2597396969795227, 0.2883755564689636, 0.29947254061698914, 0.2762054204940796, 0.32185205817222595, 0.5145317316055298, 0.22994275391101837, 0.471810519695282, 0.3212304711341858, 0.23041430115699768, 0.3417518734931946, 0.3968166410923004, 0.396758496761322, 0.2314780354499817, 0.45503830909729004, 0.4378921389579773, 0.29123803973197937, 0.390474408864975, 0.2934648394584656, 0.22691619396209717, 0.34152740240097046, 0.4261817932128906, 0.3586689829826355, 0.30919113755226135, 0.196809321641922, 0.33724445104599, 0.4649432301521301, 0.4076179563999176, 0.3102888762950897, 0.33622926473617554, 0.5737254619598389, 0.3140922784805298, 0.4195212721824646, 0.2438044399023056, 0.19984018802642822, 0.23745712637901306, 0.29865700006484985, 0.3502204418182373, 0.29599297046661377, 0.3168259859085083, 0.26124489307403564, 0.31917354464530945, 0.3719027042388916, 0.3278237581253052, 0.34808090329170227, 0.3640367388725281, 0.33500081300735474, 0.2396155148744583, 0.40399956703186035, 0.6891738176345825, 0.6407848596572876, 0.24879832565784454, 0.3508773148059845, 0.2917552888393402, 0.46297359466552734, 0.14809244871139526, 0.5450953841209412, 0.33426380157470703, 0.39426058530807495, 0.47410324215888977, 0.6692330837249756, 0.5652820467948914, 0.32755210995674133, 0.30171826481819153, 0.36451882123947144, 0.47619420289993286, 0.5083862543106079, 0.4891696572303772, 0.2715461254119873, 0.2845096290111542, 0.24000662565231323, 0.319553017616272, 0.10829339921474457, 0.42975127696990967, 0.5310745239257812, 0.46034306287765503, 0.6039058566093445, 0.3852868676185608, 0.4926688075065613, 0.24134314060211182, 0.38406044244766235, 0.18208429217338562, 0.48242059350013733, 0.49446722865104675, 0.45560839772224426, 0.2920219302177429, 0.5321688055992126, 0.4123584032058716, 0.37118133902549744, 0.347512423992157, 0.40449023246765137, 0.43825608491897583, 0.5319448113441467, 0.5892305374145508, 0.4309047758579254, 0.2695882320404053, 0.32059890031814575, 0.692141592502594, 0.47606340050697327, 0.18279317021369934, 0.4094863533973694, 0.2648153007030487, 0.3260439932346344, 0.32330965995788574, 0.5534351468086243, 0.2248833328485489, 0.3108372688293457, 0.2604764699935913, 0.2489844262599945, 0.26626336574554443, 0.2752838134765625, 0.2531123161315918, 0.2490522861480713, 0.46791210770606995, 0.3123169541358948, 0.34741535782814026, 0.32907193899154663, 0.3926631510257721, 0.22074094414710999, 0.34923797845840454, 0.2895732522010803, 0.42586368322372437, 0.23268632590770721, 0.3650364875793457, 0.34676942229270935, 0.37479281425476074, 0.3765147924423218, 0.2421530932188034, 0.3125501871109009, 0.3634817898273468, 0.28362786769866943, 0.38964271545410156, 0.4098581075668335, 0.42484885454177856, 0.24917557835578918, 0.2482101321220398, 0.29609835147857666, 0.3047039806842804, 0.6091099977493286, 0.22502809762954712, 0.5132983922958374, 0.28715166449546814, 0.26436588168144226, 0.330727219581604, 0.28735387325286865, 0.37067070603370667, 0.2929531931877136, 0.3611558675765991, 0.20575401186943054, 0.3236166834831238, 0.33203238248825073, 0.23582661151885986, 0.2558913230895996, 0.3896700143814087, 0.44887351989746094, 0.35833239555358887, 0.29597193002700806, 0.42605578899383545, 0.47622478008270264, 0.40838682651519775, 0.2300184816122055, 0.3695303201675415, 0.351792573928833, 0.18990762531757355, 0.2665104866027832, 0.3125264644622803, 0.40420109033584595, 0.34287339448928833, 0.32023584842681885, 0.25061798095703125, 0.2946096956729889, 0.3114278018474579, 0.3286241888999939, 0.11974947899580002, 0.19128060340881348, 0.3037334680557251, 0.26810306310653687, 0.3100929260253906, 0.25245362520217896, 0.2617090344429016, 0.29066526889801025, 0.3369717299938202, 0.34207969903945923, 0.3388902246952057, 0.35849446058273315, 0.6027214527130127, 0.31905871629714966, 0.3046475648880005, 0.4419894218444824, 0.4818430542945862, 0.35640090703964233, 0.2290172278881073, 0.22624176740646362, 0.45791321992874146, 0.5874162912368774, 0.1950892210006714, 0.1742379367351532, 0.32067495584487915, 0.3102338910102844, 0.3565773367881775, 0.43150365352630615, 0.2839888036251068, 0.3695974349975586, 0.3245043456554413, 0.5590012073516846, 0.27211976051330566, 0.21856209635734558, 0.2854038178920746, 0.25936973094940186, 0.2777416706085205, 0.2606182098388672, 0.38775619864463806, 0.2242235541343689, 0.42425376176834106, 0.2813231348991394, 0.5414741039276123, 0.33747369050979614, 0.3153150677680969, 0.2143692821264267, 0.6232956051826477, 0.3457827866077423, 0.2961307764053345, 0.3440885543823242, 0.42225202918052673, 0.5425426959991455, 0.43033456802368164, 0.41383421421051025, 0.3049700856208801, 0.2525133192539215, 0.3329928517341614, 0.5013223886489868, 0.49649760127067566, 0.31478098034858704, 0.35130971670150757, 0.4131092429161072, 0.3534247875213623, 0.4085988700389862, 0.424440860748291, 0.3066508173942566, 0.662846565246582, 0.21023404598236084, 0.441827654838562, 0.23640184104442596, 0.29977431893348694, 0.19273552298545837, 0.348023921251297, 0.41071394085884094, 0.4415535032749176, 0.1762351393699646, 0.2671228349208832, 0.45962390303611755, 0.4414921998977661, 0.37489718198776245, 0.18157266080379486, 0.5651495456695557, 0.27613770961761475, 0.3425092101097107, 0.231191024184227, 0.33632877469062805, 0.5192534923553467, 0.3257753849029541, 0.26732832193374634, 0.2482803761959076, 0.29922881722450256, 0.30029669404029846, 0.34166598320007324, 0.36068081855773926, 0.3912199139595032, 0.3285732865333557, 0.35321253538131714, 0.4501556158065796, 0.24684259295463562, 0.2405661791563034, 0.33273524045944214, 0.4253331422805786, 0.15710905194282532, 0.2889936864376068, 0.47758322954177856, 0.2146700620651245, 0.3711938261985779, 0.4547051191329956, 0.4021247625350952, 0.370327889919281, 0.37004172801971436, 0.33029672503471375, 0.31592893600463867, 0.26741823554039, 0.26804977655410767, 0.3876780867576599, 0.36034446954727173, 0.33317679166793823, 0.2575722336769104, 0.363917738199234, 0.2665036916732788, 0.3845701813697815, 0.6597220301628113, 0.4367840886116028, 0.4524692893028259, 0.47971174120903015, 0.25652435421943665, 0.3940524458885193, 0.302401602268219, 0.34269559383392334, 0.36888933181762695, 0.4860738217830658, 0.29251861572265625, 0.2807765305042267, 0.31848326325416565, 0.4263341426849365, 0.1698317974805832, 0.6275069117546082, 0.4987742602825165, 0.3556339144706726, 0.40491029620170593, 0.33775657415390015, 0.3784581124782562, 0.3686451315879822, 0.3257385790348053, 0.3383832573890686, 0.369012713432312, 0.27001097798347473, 0.46137604117393494, 0.4049522876739502, 0.29204607009887695, 0.29835832118988037, 0.3312845230102539]
|
v1.0/cardiosafe_v1.0_seed_42.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e02dbbbdbe56747104b09e161bc32a01c82976b51659f4918eb9e5700845dd0c
|
| 3 |
+
size 15892676
|
v1.0/cardiosafe_v1.0_seed_43.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93d2909fbf3e7ee1ec3059741299260abe9dbe914490d239ded99cfa39b63249
|
| 3 |
+
size 15892676
|
v1.0/cardiosafe_v1.0_seed_44.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8276643a5f43b8ba5111383f1e7739d157113ac16fc5b87005ffa667f5eca908
|
| 3 |
+
size 15892676
|
v1.0/cardiosafe_v1.0_seed_45.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:057a2057315684b45411c9aa7ff228bf75d4eb82bfcde4089267e1ddef2e4b79
|
| 3 |
+
size 15892676
|
v1.0/cardiosafe_v1.0_seed_46.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07ddd432afde57e356a2f006542fded6c51b6aef20b6f2081c4a133b45c850c6
|
| 3 |
+
size 15892676
|
v1.1/cardiosafe_v1.1_seed_42.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca98027fe91a52a7c62132af20e17b6216bb3adf7625e4e27d59da6e927711f0
|
| 3 |
+
size 15892740
|
v1.1/cardiosafe_v1.1_seed_43.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a10332d729f1b9267c86189609774e5efabf27b691a1e3dbb6c0b0b7c8e5ff73
|
| 3 |
+
size 15892740
|
v1.1/cardiosafe_v1.1_seed_44.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:287053015af0805f6271e0b4f733e4e141e7f77312a6f0907084bd3c68a398d8
|
| 3 |
+
size 15892740
|
v1.1/cardiosafe_v1.1_seed_45.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a12bdf33f829add3ff516be0c548b70a8e4cc354e4d560fc112ea5fbfa60b32
|
| 3 |
+
size 15892740
|
v1.1/cardiosafe_v1.1_seed_46.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f56d61aea86a472ff5bf30360f1cef605d36713d2aff66ce59c446bc53293234
|
| 3 |
+
size 15892740
|