saarantras1 commited on
Commit
73c88ac
·
verified ·
1 Parent(s): f161d2a

Add the 110 MPAC crossval checkpoints as safetensors

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +165 -0
  2. config.json +26 -0
  3. crossval/test_10_13/val_11_12.safetensors +3 -0
  4. crossval/test_10_13/val_1_22.safetensors +3 -0
  5. crossval/test_10_13/val_2_21.safetensors +3 -0
  6. crossval/test_10_13/val_3_20.safetensors +3 -0
  7. crossval/test_10_13/val_4_19.safetensors +3 -0
  8. crossval/test_10_13/val_5_18.safetensors +3 -0
  9. crossval/test_10_13/val_6_17.safetensors +3 -0
  10. crossval/test_10_13/val_7_16.safetensors +3 -0
  11. crossval/test_10_13/val_8_15.safetensors +3 -0
  12. crossval/test_10_13/val_9_14.safetensors +3 -0
  13. crossval/test_11_12/val_10_13.safetensors +3 -0
  14. crossval/test_11_12/val_1_22.safetensors +3 -0
  15. crossval/test_11_12/val_2_21.safetensors +3 -0
  16. crossval/test_11_12/val_3_20.safetensors +3 -0
  17. crossval/test_11_12/val_4_19.safetensors +3 -0
  18. crossval/test_11_12/val_5_18.safetensors +3 -0
  19. crossval/test_11_12/val_6_17.safetensors +3 -0
  20. crossval/test_11_12/val_7_16.safetensors +3 -0
  21. crossval/test_11_12/val_8_15.safetensors +3 -0
  22. crossval/test_11_12/val_9_14.safetensors +3 -0
  23. crossval/test_1_22/val_10_13.safetensors +3 -0
  24. crossval/test_1_22/val_11_12.safetensors +3 -0
  25. crossval/test_1_22/val_2_21.safetensors +3 -0
  26. crossval/test_1_22/val_3_20.safetensors +3 -0
  27. crossval/test_1_22/val_4_19.safetensors +3 -0
  28. crossval/test_1_22/val_5_18.safetensors +3 -0
  29. crossval/test_1_22/val_6_17.safetensors +3 -0
  30. crossval/test_1_22/val_7_16.safetensors +3 -0
  31. crossval/test_1_22/val_8_15.safetensors +3 -0
  32. crossval/test_1_22/val_9_14.safetensors +3 -0
  33. crossval/test_2_21/val_10_13.safetensors +3 -0
  34. crossval/test_2_21/val_11_12.safetensors +3 -0
  35. crossval/test_2_21/val_1_22.safetensors +3 -0
  36. crossval/test_2_21/val_3_20.safetensors +3 -0
  37. crossval/test_2_21/val_4_19.safetensors +3 -0
  38. crossval/test_2_21/val_5_18.safetensors +3 -0
  39. crossval/test_2_21/val_6_17.safetensors +3 -0
  40. crossval/test_2_21/val_7_16.safetensors +3 -0
  41. crossval/test_2_21/val_8_15.safetensors +3 -0
  42. crossval/test_2_21/val_9_14.safetensors +3 -0
  43. crossval/test_3_20/val_10_13.safetensors +3 -0
  44. crossval/test_3_20/val_11_12.safetensors +3 -0
  45. crossval/test_3_20/val_1_22.safetensors +3 -0
  46. crossval/test_3_20/val_2_21.safetensors +3 -0
  47. crossval/test_3_20/val_4_19.safetensors +3 -0
  48. crossval/test_3_20/val_5_18.safetensors +3 -0
  49. crossval/test_3_20/val_6_17.safetensors +3 -0
  50. crossval/test_3_20/val_7_16.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ library_name: mpac
4
+ tags:
5
+ - biology
6
+ - genomics
7
+ - dna
8
+ - mpra
9
+ - cis-regulatory
10
+ - variant-effect-prediction
11
+ pipeline_tag: other
12
+ ---
13
+
14
+ # MPAC: Malinois with Parallel Aggregated Cross-validation
15
+
16
+ MPAC predicts cis-regulatory activity of 200 bp human DNA sequences in three cell
17
+ lines (K562, HepG2, SK-N-SH), and the allelic skew caused by non-coding variants.
18
+ It is a convolutional network trained on massively parallel reporter assay (MPRA)
19
+ measurements from 776,474 sequences.
20
+
21
+ This repository holds the **110 MPAC checkpoints**. The autosomes are split into 11
22
+ pairs whose chromosome numbers sum to 23 (chr1+chr22, chr2+chr21, ... chr11+chr12).
23
+ Each pair is held out as a test fold for 10 models that differ in which pair was
24
+ used for validation, giving 11 x 10 = 110 models under `crossval/`.
25
+
26
+ All 110 share one architecture (`BassetBranched`, 4,110,587 parameters) described by
27
+ the single `config.json`.
28
+
29
+ ## Why there is no default model
30
+
31
+ Every MPAC checkpoint is tied to a chromosome fold, so there is deliberately no
32
+ `model.safetensors` at the repository root. Scoring a sequence with a fold that
33
+ trained on its chromosome leaks training data and inflates accuracy, and it does so
34
+ silently -- nothing errors, the numbers just get better than they should be.
35
+ Nominating one checkpoint as "the" model would make that the default behaviour.
36
+
37
+ The correct ensemble for a query is the fold whose **test** chromosomes contain the
38
+ query's source chromosome; its 10 replicate predictions are averaged.
39
+ `MPACEnsemble.from_pretrained` picks it for you, and `provenance.json` records the
40
+ test and validation chromosomes for every file.
41
+
42
+ Only autosomes are covered. Sequences on chrX, chrY, or outside the human genome
43
+ have no held-out fold; `from_pretrained` raises rather than guessing.
44
+
45
+ ## Usage
46
+
47
+ ```python
48
+ from modeling_mpac import MPACEnsemble
49
+
50
+ # The ten models that never saw chr7 during training
51
+ ensemble = MPACEnsemble.from_pretrained("<repo-id>", chromosome=7, device="cuda")
52
+
53
+ sequences = ["ACGT" * 50, "TTGC" * 50] # 200 bp each
54
+ preds = ensemble.predict(sequences, device="cuda") # (2, 3) tensor
55
+ print(dict(zip(ensemble.output_names, preds[0].tolist())))
56
+ ```
57
+
58
+ `predict` handles the two steps that are easy to get wrong, and that produce
59
+ plausible-looking but incorrect numbers when omitted:
60
+
61
+ 1. **MPRA vector context.** The models were trained on the full 600 bp construct, not
62
+ a bare 200mer. `predict` pads each sequence with the flanking plasmid sequence
63
+ (`MPRA_UPSTREAM` / `MPRA_DOWNSTREAM`). If you call the model directly you must
64
+ supply a `(batch, 4, 600)` tensor yourself, e.g. via `add_flanks(x)`.
65
+ 2. **Reverse-complement averaging.** Predictions are averaged over the forward strand
66
+ and the reverse complement. The flip is applied to the **flanked 600 bp tensor**,
67
+ not to the bare insert -- flipping the insert and then attaching
68
+ forward-orientation flanks is not a reverse complement, and costs about 0.05
69
+ Pearson. Disable with `rc_average=False` only if you know why.
70
+
71
+ Allelic skew for a variant is the difference in predicted activity between the
72
+ alternate and reference sequence. The preprint averages 18 sliding 200 bp windows
73
+ placed at 10 bp increments around the variant; a single variant-centred window is
74
+ used when reproducing empirical MPRA measurements directly. See
75
+ [john-c-butts/MPAC](https://github.com/john-c-butts/MPAC) for that tooling.
76
+
77
+ ## Outputs
78
+
79
+ Three values per sequence, in the order `["K562", "HepG2", "SKNSH"]`, on the scale of
80
+ MPRA activity log2 fold-change. They are not probabilities and are not calibrated
81
+ across cell types.
82
+
83
+ ## Verified performance
84
+
85
+ Predicted vs empirical MPRA activity across all 754,588 length-200 sequences on
86
+ covered chromosomes, each scored by the ensemble that held its chromosome out:
87
+
88
+ | Cell type | Pearson r | Preprint (Fig. 1B) |
89
+ | --- | --- | --- |
90
+ | K562 | 0.892 | 0.89 |
91
+ | HepG2 | 0.888 | 0.89 |
92
+ | SK-N-SH | 0.879 | 0.88 |
93
+
94
+ Applying an activity-noise filter raises these (row-wise `lfcSE < 0.5` gives
95
+ 0.909 / 0.906 / 0.902 at n = 639,806). Reproduce with `verify.py`.
96
+
97
+ The inference path (flanking, reverse-complement averaging, one-hot encoding) was
98
+ separately checked against an independent implementation on the chr7+chr13 test set
99
+ and agrees to five decimal places in both Pearson and Spearman correlation.
100
+
101
+ ## Limitations
102
+
103
+ - Trained on episomal reporter activity in three immortalized cell lines. Predictions
104
+ are a model of the assay, not of endogenous expression in tissue.
105
+ - The 200 bp variable region is the entire input. Long-range regulatory context,
106
+ chromatin state, and cell types outside the three assayed lines are out of scope.
107
+ - Accuracy on sequences unlike the training library (non-human, heavily repetitive,
108
+ extreme GC) is uncharacterized.
109
+
110
+ ## Provenance
111
+
112
+ The 110 checkpoints were trained by the authors of the preprint below and deposited
113
+ at [Zenodo](https://doi.org/10.5281/zenodo.15178434). This repository is a
114
+ repackaging: weights are converted from the original `torch_checkpoint.pt` pickles to
115
+ safetensors, with no retraining or modification. All 110 files here were confirmed
116
+ byte-identical to the Zenodo deposit before conversion, and every converted
117
+ checkpoint reproduces the original `boda` loader bitwise. `provenance.json` maps each
118
+ file to its original source path, training timestamp, and chromosome split.
119
+
120
+ The architecture originates with Malinois in
121
+ [sjgosai/boda2](https://github.com/sjgosai/boda2). MPAC variant-effect tooling lives
122
+ at [john-c-butts/MPAC](https://github.com/john-c-butts/MPAC) and
123
+ [Reilly-Lab-Yale/MPAC_gnomAD_and_satmut](https://github.com/Reilly-Lab-Yale/MPAC_gnomAD_and_satmut).
124
+
125
+ ## License
126
+
127
+ **CC-BY-4.0**, matching the Zenodo deposit these checkpoints are published under.
128
+ Use them for any purpose, including commercially, with attribution to the paper
129
+ below.
130
+
131
+ `modeling_mpac.py` is derived from the model-definition code in
132
+ [sjgosai/boda2](https://github.com/sjgosai/boda2), which is MIT licensed, and it
133
+ retains that notice. MIT permits redistribution here; the CC-BY-4.0 term above
134
+ governs the weights.
135
+
136
+ ## Citation
137
+
138
+ ```bibtex
139
+ @article{butts2025mpac,
140
+ title = {Identifying non-coding variant effects at scale via machine learning
141
+ models of cis-regulatory reporter assays},
142
+ author = {Butts, John C. and Rong, Stephen and Gosai, Sager J. and
143
+ Castro, Rodrigo I. and Noon, Mackenzie and Adeniran, Kehinde and
144
+ Ghosh, Rohit and Sabeti, Pardis C. and Tewhey, Ryan and Reilly, Steven K.},
145
+ journal = {bioRxiv},
146
+ year = {2025},
147
+ doi = {10.1101/2025.04.16.648420}
148
+ }
149
+ ```
150
+
151
+ Malinois and the CODA framework:
152
+
153
+ ```bibtex
154
+ @article{gosai2024coda,
155
+ title = {Machine-guided design of cell-type-targeting cis-regulatory elements},
156
+ author = {Gosai, Sager J. and Castro, Rodrigo I. and Fuentes, Natalia and
157
+ Butts, John C. and Mouri, Kousuke and Alasoadura, Michael and
158
+ Kales, Susan and Nguyen, Thanh Thanh L. and Noche, Ramil R. and
159
+ Rao, Arya S. and Joy, Mary T. and Sabeti, Pardis C. and
160
+ Reilly, Steven K. and Tewhey, Ryan},
161
+ journal = {Nature},
162
+ year = {2024},
163
+ doi = {10.1038/s41586-024-08070-z}
164
+ }
165
+ ```
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "branched_activation": "ReLU",
3
+ "branched_channels": 140,
4
+ "branched_dropout_p": 0.5757068086404574,
5
+ "conv1_channels": 300,
6
+ "conv1_kernel_size": 19,
7
+ "conv2_channels": 200,
8
+ "conv2_kernel_size": 11,
9
+ "conv3_channels": 200,
10
+ "conv3_kernel_size": 7,
11
+ "input_len": 600,
12
+ "linear_activation": "ReLU",
13
+ "linear_channels": 1000,
14
+ "linear_dropout_p": 0.11625456877954289,
15
+ "n_branched_layers": 3,
16
+ "n_linear_layers": 1,
17
+ "n_outputs": 3,
18
+ "output_names": [
19
+ "K562",
20
+ "HepG2",
21
+ "SKNSH"
22
+ ],
23
+ "use_batch_norm": true,
24
+ "use_weight_norm": false,
25
+ "variable_region_len": 200
26
+ }
crossval/test_10_13/val_11_12.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4edafa0b53b6ca2a12947c2b6521244103e273cd5e836e2bd12bbc8fe064bc3
3
+ size 16445652
crossval/test_10_13/val_1_22.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ba7e8c743088b9769101fdeb9e00381fa3ce94aa14da28cbdae22de8f1cee15
3
+ size 16445652
crossval/test_10_13/val_2_21.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0264699c0a598bb54f3c972886262fcdea1791742af06ac8b9683705f9ccfc48
3
+ size 16445652
crossval/test_10_13/val_3_20.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be78b35c3e0b457f747eded7d144052c0dd48f0d1aad9165360bd7aadeedfa6a
3
+ size 16445652
crossval/test_10_13/val_4_19.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff7cb36fd02f103b196c94ea2bad9a0daaea3115797403a497a998ffc03b076c
3
+ size 16445652
crossval/test_10_13/val_5_18.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8bd32450188a58640638ed103534cc2af70461f1d152f6b7c5ba02f52ed1eff
3
+ size 16445652
crossval/test_10_13/val_6_17.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d850c7142c017e443b4acdc6eab96ab7a06cd9ff16ff0eed81c13b662c986d5a
3
+ size 16445652
crossval/test_10_13/val_7_16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e827aeb905e101e41e5c0c04ae5acd25d6164effaa4110011dc40b0dac8f425
3
+ size 16445652
crossval/test_10_13/val_8_15.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:639d9a83be65c08312fdaa682d361597e975b070ecd2e637232aa067984c4704
3
+ size 16445652
crossval/test_10_13/val_9_14.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dcdb66222aa6219e3d38d718be45de98836121e13ac072b4771d4f4904cd1dd
3
+ size 16445652
crossval/test_11_12/val_10_13.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21c981063fb0989036d6cda2890f78bffa821063f3a839c965bde1c33dd5f05
3
+ size 16445652
crossval/test_11_12/val_1_22.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46889bc9ff68f71cbdce7542a0a35e13da3b8b1b84ec02c91d4e086e64603e3e
3
+ size 16445652
crossval/test_11_12/val_2_21.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36757d938e610443e898292cdd3861ab30f91f907a2e68daae28e55c3131e202
3
+ size 16445652
crossval/test_11_12/val_3_20.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce70e5af301aa9d64343e266003c62d13f4a3f63f48ab918475c348d11fcadd7
3
+ size 16445652
crossval/test_11_12/val_4_19.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:971767fe36688e4708b0bc85cf119c0eb9c1787c3b3dfcb583fe72fce2a0b511
3
+ size 16445652
crossval/test_11_12/val_5_18.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20191dcdc37479cbb94948c617e3fc07edce4680537039e4e1898e76c91d674d
3
+ size 16445652
crossval/test_11_12/val_6_17.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b506ac488d8c9c4c655dd7a82870021ac56eafcc93fa59d8e6e93caacba50409
3
+ size 16445652
crossval/test_11_12/val_7_16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bff9e3e1b12666b6c5e4c2fddbfc2082a541f2c3325377ccebbd83298f497419
3
+ size 16445652
crossval/test_11_12/val_8_15.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:554423caab7027a16c6db80ee2081333e8d89292f6dd55ed56ca3033ca1603ea
3
+ size 16445652
crossval/test_11_12/val_9_14.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e46f7d52b63702177a20a95edafaa8e786b44a7905c0073f9fc6ed6e44424db6
3
+ size 16445652
crossval/test_1_22/val_10_13.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f51aa6c9daad5ebcd57a9a37294a365b02e58609b26b1738a397274aa7dd432
3
+ size 16445652
crossval/test_1_22/val_11_12.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb278df1ba736d9ea3b208bd77c27bc2bccd5c9a28188b9627a060eea3873ef4
3
+ size 16445652
crossval/test_1_22/val_2_21.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e5a94110ab1e9c6bfa89039d74cd689b3158c354653aaee3e540ad09c38651b
3
+ size 16445652
crossval/test_1_22/val_3_20.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1e52be65ea30acbc21ce9eb134a48e1d4bd9a22d626cc9a58ccc1f2bc3157b2
3
+ size 16445652
crossval/test_1_22/val_4_19.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2d1b556a765cf6671a820cd93bcf00d56771e1ef8ec1ad44c573868c6949fe5
3
+ size 16445652
crossval/test_1_22/val_5_18.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a4d2fee3a61e858768e43f7cdcd58c59a78f55afcd0a7972eed11776a19acdb
3
+ size 16445652
crossval/test_1_22/val_6_17.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe9b89c183118a1d574be81870eb9cfaa64784d2e142932c52af05ac995b811
3
+ size 16445652
crossval/test_1_22/val_7_16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c347a5b62e6b29171fdf34747b95c88dd0e016b8a2f4a04147b1e5101f01f4c5
3
+ size 16445652
crossval/test_1_22/val_8_15.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5af860532e6df1804fb875e6f346ab7cc6ffaf18f137d6718b5eca2547476bb0
3
+ size 16445652
crossval/test_1_22/val_9_14.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43d5ef50852901435ed5f61cfae2690e99d4ea38f3067c3a99d7770f2bce0a44
3
+ size 16445652
crossval/test_2_21/val_10_13.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff24474f4fc5f7a0e01f9a6d056827ece7a57b8990b0b779d2b711ea94802866
3
+ size 16445652
crossval/test_2_21/val_11_12.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08dea24dcca3eed96e2c38363de38c8ccffca9aeb205001964ead8459455b39e
3
+ size 16445652
crossval/test_2_21/val_1_22.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7bb47cd71be84496488e012e5a700c0772a8949423354efa29756cfbf2423b3
3
+ size 16445652
crossval/test_2_21/val_3_20.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a66d45dd0f12117b1386ad70849f6b617222f07cbff2871b8865df39c42b5aba
3
+ size 16445652
crossval/test_2_21/val_4_19.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babc74a57078874ec4efa999a1e86a36522201c2bb2de08060427e7088632c6a
3
+ size 16445652
crossval/test_2_21/val_5_18.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5def7f2aa52b34db37548e2c9b8dd9c2e1bc4d9cbca825e6d3e3aae9fecd3660
3
+ size 16445652
crossval/test_2_21/val_6_17.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f9fb591d248e2fb5b3caf30b606feee3056990908b0bdd8378d485d8d2c477a
3
+ size 16445652
crossval/test_2_21/val_7_16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c15407a665a4ef5819b9e038a3ee374f5d42aaf767bea764dea913db0b611f0b
3
+ size 16445652
crossval/test_2_21/val_8_15.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89087c9af0956e26664bf1d3bd804216394292e85ae6dff8d12369dafac858eb
3
+ size 16445652
crossval/test_2_21/val_9_14.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73b76f1a25ab6e8353b8ba60cb8a05417f6604637eb5f75f78853735a86a759e
3
+ size 16445652
crossval/test_3_20/val_10_13.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a04999edbbd45cfe305368ff814ff0e9c83c154111dd160ea142cd292f3a940
3
+ size 16445652
crossval/test_3_20/val_11_12.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:258fdbcc5c368cda367c82fa73357565276140e3b4f33af614fd25d62253ffb3
3
+ size 16445652
crossval/test_3_20/val_1_22.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ca76d95d70b6ae1e5d3bb4a785dfad92285773941baec984f57a22978a4887
3
+ size 16445652
crossval/test_3_20/val_2_21.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049cb28366427f3323af6b27e5256b772cb5c6b779a05a5b5557aa4d639de27c
3
+ size 16445652
crossval/test_3_20/val_4_19.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9733c13c420a2a50cba26f9b8aeea516c782854b844f20d8b2d5b3057dc0906
3
+ size 16445652
crossval/test_3_20/val_5_18.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418d7333c14d70afee24f2ece1aff43cf00497930d89afa413f239557818291f
3
+ size 16445652
crossval/test_3_20/val_6_17.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67ed2ee69d23350ff6b159272eee3a16d53664bb8d07ec640c530069c993576b
3
+ size 16445652
crossval/test_3_20/val_7_16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04f1cefd40405b7b5b318944e3a3c275744e540a0ec8a877587ad1bfea41cb32
3
+ size 16445652