Update title, drop pre_registration artifacts
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- LOAD_EXAMPLE.py +1 -1
- MODEL_CARD.md +2 -2
- README.md +6 -11
- manifest.json +0 -771
- pre_registration/README.md +0 -21
- pre_registration/predictions/L17_H0_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H0_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H0_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H0_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H10_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H10_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H10_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H10_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H11_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H11_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H11_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H11_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H12_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H12_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H12_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H12_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H13_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H13_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H13_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H13_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H14_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H14_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H14_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H14_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H15_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H15_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H15_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H15_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H1_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H1_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H1_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H1_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H2_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H2_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H2_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H2_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H3_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H3_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H3_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H3_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H4_bilinear_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H4_flat_svd_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H4_orthogonal_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H4_random_seed2026_predict.npz +0 -3
- pre_registration/predictions/L17_H5_bilinear_seed2026_predict.npz +0 -3
LOAD_EXAMPLE.py
CHANGED
|
@@ -23,5 +23,5 @@ print(f"Atom F412: shape {tuple(atom.shape)}, ||F = {atom.norm():.4f}")
|
|
| 23 |
|
| 24 |
# 3. To run the actual substitution test (atom replaces native cache write at one
|
| 25 |
# firing position, measure forward KL), see scripts/clean_amplified_kl.py in the
|
| 26 |
-
# code repo: https://anonymous.4open.science/r/
|
| 27 |
print("\nNext: clone the code repo and run scripts/clean_amplified_kl.py --feature 412")
|
|
|
|
| 23 |
|
| 24 |
# 3. To run the actual substitution test (atom replaces native cache write at one
|
| 25 |
# firing position, measure forward KL), see scripts/clean_amplified_kl.py in the
|
| 26 |
+
# code repo: https://anonymous.4open.science/r/WriteSAE-6158
|
| 27 |
print("\nNext: clone the code repo and run scripts/clean_amplified_kl.py --feature 412")
|
MODEL_CARD.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
## Artifact
|
| 4 |
|
| 5 |
-
Sparse autoencoders trained on cached Gated DeltaNet write activations and matching architectures, accompanying the paper *WriteSAE: Sparse
|
| 6 |
|
| 7 |
## Intended use
|
| 8 |
|
|
@@ -62,7 +62,7 @@ Code and SAE checkpoints: MIT. Base models retain their upstream licenses.
|
|
| 62 |
|
| 63 |
```bibtex
|
| 64 |
@inproceedings{anon2026writesae,
|
| 65 |
-
title = {WriteSAE: Sparse
|
| 66 |
author = {Anonymous},
|
| 67 |
booktitle = {Submitted to NeurIPS 2026},
|
| 68 |
year = {2026}
|
|
|
|
| 2 |
|
| 3 |
## Artifact
|
| 4 |
|
| 5 |
+
Sparse autoencoders trained on cached Gated DeltaNet write activations and matching architectures, accompanying the paper *WriteSAE: Sparse Autoencoders for Recurrent State* (NeurIPS 2026 submission).
|
| 6 |
|
| 7 |
## Intended use
|
| 8 |
|
|
|
|
| 62 |
|
| 63 |
```bibtex
|
| 64 |
@inproceedings{anon2026writesae,
|
| 65 |
+
title = {WriteSAE: Sparse Autoencoders for Recurrent State},
|
| 66 |
author = {Anonymous},
|
| 67 |
booktitle = {Submitted to NeurIPS 2026},
|
| 68 |
year = {2026}
|
README.md
CHANGED
|
@@ -10,9 +10,9 @@ tags:
|
|
| 10 |
|
| 11 |
# WriteSAE Checkpoints
|
| 12 |
|
| 13 |
-
Sparse autoencoders trained on recurrent state writes. This repository contains the checkpoints and result files for *WriteSAE: Sparse
|
| 14 |
|
| 15 |
-
The main artifact is a WriteSAE trained on Qwen3.5-0.8B, layer 9, head 4. The repo also includes cross-layer, cross-scale, and cross-architecture checkpoints plus JSON
|
| 16 |
|
| 17 |
## What is here
|
| 18 |
|
|
@@ -21,10 +21,9 @@ The main artifact is a WriteSAE trained on Qwen3.5-0.8B, layer 9, head 4. The re
|
|
| 21 |
| WriteSAE checkpoints | [`writesae/`](writesae) | Primary rank-1 decoder SAEs. |
|
| 22 |
| FlatSAE + SVD baselines | [`flat_baseline/`](flat_baseline) | Baselines for cited comparison cells. |
|
| 23 |
| Result files | [`results/`](results) | JSON outputs grouped by paper claim. |
|
| 24 |
-
| Pre-registration artifacts | [`pre_registration/`](pre_registration) | 192 NPZ prediction shards from Stage 2. |
|
| 25 |
| Manifest | [`manifest.json`](manifest.json) | SHA256 hashes, sizes, and descriptions. |
|
| 26 |
| Loading example | [`LOAD_EXAMPLE.py`](LOAD_EXAMPLE.py) | Minimal checkpoint-loading script. |
|
| 27 |
-
| Reproducibility card | [`MODEL_CARD.md`](MODEL_CARD.md) |
|
| 28 |
|
| 29 |
This repository does not include base model weights. Load those from their upstream Hugging Face repositories.
|
| 30 |
|
|
@@ -93,10 +92,6 @@ matrix-sae-ckpts/
|
|
| 93 |
all_16_heads_L9_representativeness/
|
| 94 |
falsification/
|
| 95 |
ablations/
|
| 96 |
-
|
| 97 |
-
pre_registration/
|
| 98 |
-
README.md
|
| 99 |
-
predictions/
|
| 100 |
```
|
| 101 |
|
| 102 |
## Included model families
|
|
@@ -130,8 +125,8 @@ matrix-sae-ckpts/
|
|
| 130 |
The code is in the anonymous source repository, separate from this checkpoint repository:
|
| 131 |
|
| 132 |
```bash
|
| 133 |
-
git clone https://anonymous.4open.science/r/
|
| 134 |
-
cd
|
| 135 |
pip install -e .
|
| 136 |
python scripts/clean_amplified_kl.py --feature 412 --sae-checkpoint <hf-cache>/writesae/qwen0p8b/L9_H4/best.pt --states-dir <local>/states/Qwen3.5-0.8B/L9 --out out/headline.json
|
| 137 |
```
|
|
@@ -167,7 +162,7 @@ Do not use these files as production model-editing tools or as safety interventi
|
|
| 167 |
|
| 168 |
```bibtex
|
| 169 |
@inproceedings{anon2026writesae,
|
| 170 |
-
title = {WriteSAE: Sparse
|
| 171 |
author = {Anonymous},
|
| 172 |
booktitle = {Submitted to NeurIPS 2026},
|
| 173 |
year = {2026}
|
|
|
|
| 10 |
|
| 11 |
# WriteSAE Checkpoints
|
| 12 |
|
| 13 |
+
Sparse autoencoders trained on recurrent state writes. This repository contains the checkpoints and result files for *WriteSAE: Sparse Autoencoders for Recurrent State*, an anonymous NeurIPS 2026 submission.
|
| 14 |
|
| 15 |
+
The main artifact is a WriteSAE trained on Qwen3.5-0.8B, layer 9, head 4. The repo also includes cross-layer, cross-scale, and cross-architecture checkpoints plus JSON files for the paper's reported tests.
|
| 16 |
|
| 17 |
## What is here
|
| 18 |
|
|
|
|
| 21 |
| WriteSAE checkpoints | [`writesae/`](writesae) | Primary rank-1 decoder SAEs. |
|
| 22 |
| FlatSAE + SVD baselines | [`flat_baseline/`](flat_baseline) | Baselines for cited comparison cells. |
|
| 23 |
| Result files | [`results/`](results) | JSON outputs grouped by paper claim. |
|
|
|
|
| 24 |
| Manifest | [`manifest.json`](manifest.json) | SHA256 hashes, sizes, and descriptions. |
|
| 25 |
| Loading example | [`LOAD_EXAMPLE.py`](LOAD_EXAMPLE.py) | Minimal checkpoint-loading script. |
|
| 26 |
+
| Reproducibility card | [`MODEL_CARD.md`](MODEL_CARD.md) | Reproducibility metadata. |
|
| 27 |
|
| 28 |
This repository does not include base model weights. Load those from their upstream Hugging Face repositories.
|
| 29 |
|
|
|
|
| 92 |
all_16_heads_L9_representativeness/
|
| 93 |
falsification/
|
| 94 |
ablations/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
```
|
| 96 |
|
| 97 |
## Included model families
|
|
|
|
| 125 |
The code is in the anonymous source repository, separate from this checkpoint repository:
|
| 126 |
|
| 127 |
```bash
|
| 128 |
+
git clone https://anonymous.4open.science/r/WriteSAE-6158
|
| 129 |
+
cd WriteSAE-6158
|
| 130 |
pip install -e .
|
| 131 |
python scripts/clean_amplified_kl.py --feature 412 --sae-checkpoint <hf-cache>/writesae/qwen0p8b/L9_H4/best.pt --states-dir <local>/states/Qwen3.5-0.8B/L9 --out out/headline.json
|
| 132 |
```
|
|
|
|
| 162 |
|
| 163 |
```bibtex
|
| 164 |
@inproceedings{anon2026writesae,
|
| 165 |
+
title = {WriteSAE: Sparse Autoencoders for Recurrent State},
|
| 166 |
author = {Anonymous},
|
| 167 |
booktitle = {Submitted to NeurIPS 2026},
|
| 168 |
year = {2026}
|
manifest.json
CHANGED
|
@@ -63,777 +63,6 @@
|
|
| 63 |
"flat_baseline/rwkv7-1.5b_L12_H0/train_log.jsonl": {
|
| 64 |
"size_bytes": 5753
|
| 65 |
},
|
| 66 |
-
"pre_registration/README.md": {
|
| 67 |
-
"size_bytes": 1349
|
| 68 |
-
},
|
| 69 |
-
"pre_registration/predictions/L17_H0_bilinear_seed2026_predict.npz": {
|
| 70 |
-
"sha256": "92c56f09a76c302915f9c8759d26d543d020f90ab551951137d7d80fb66ee6d4",
|
| 71 |
-
"size_bytes": 32097685
|
| 72 |
-
},
|
| 73 |
-
"pre_registration/predictions/L17_H0_flat_svd_seed2026_predict.npz": {
|
| 74 |
-
"sha256": "236fdd0866a698e47fba663af070af17fa10963222455880a488674cb34aeab5",
|
| 75 |
-
"size_bytes": 31791454
|
| 76 |
-
},
|
| 77 |
-
"pre_registration/predictions/L17_H0_orthogonal_seed2026_predict.npz": {
|
| 78 |
-
"sha256": "619fb367331743f5533ede1c838b6ae40e0e517fcc4a8c4e4f7d9eeb7d387a2a",
|
| 79 |
-
"size_bytes": 31584177
|
| 80 |
-
},
|
| 81 |
-
"pre_registration/predictions/L17_H0_random_seed2026_predict.npz": {
|
| 82 |
-
"sha256": "3f949873808dd6a1cb23a5f1618297862ef6159b71ef711b6c4c0d7b4bf2047e",
|
| 83 |
-
"size_bytes": 31791452
|
| 84 |
-
},
|
| 85 |
-
"pre_registration/predictions/L17_H10_bilinear_seed2026_predict.npz": {
|
| 86 |
-
"sha256": "14abe6a4c10fcc28ca81660653a45186d4b3043e7fbeb932d2c31c1637bc047a",
|
| 87 |
-
"size_bytes": 32143360
|
| 88 |
-
},
|
| 89 |
-
"pre_registration/predictions/L17_H10_flat_svd_seed2026_predict.npz": {
|
| 90 |
-
"sha256": "265b88ed281ae2ca80d59cac7012b58b67ba538a932c910f11e13c8af312c977",
|
| 91 |
-
"size_bytes": 31898980
|
| 92 |
-
},
|
| 93 |
-
"pre_registration/predictions/L17_H10_orthogonal_seed2026_predict.npz": {
|
| 94 |
-
"sha256": "c72a12e17f9a996db16747e40aa3e58b3e6d44477222ec8c9c64f7005efad45a",
|
| 95 |
-
"size_bytes": 32076293
|
| 96 |
-
},
|
| 97 |
-
"pre_registration/predictions/L17_H10_random_seed2026_predict.npz": {
|
| 98 |
-
"sha256": "fd2b878225e643d67d9bf0bde1fc6aab92cdf416daaa1fdd4e292d1d379c7e78",
|
| 99 |
-
"size_bytes": 31898977
|
| 100 |
-
},
|
| 101 |
-
"pre_registration/predictions/L17_H11_bilinear_seed2026_predict.npz": {
|
| 102 |
-
"sha256": "b91267b5dd36400ef56b7cde4c25972a05d5679ad01831b61eaf65d962ea9bc7",
|
| 103 |
-
"size_bytes": 31052269
|
| 104 |
-
},
|
| 105 |
-
"pre_registration/predictions/L17_H11_flat_svd_seed2026_predict.npz": {
|
| 106 |
-
"sha256": "be8eb5b5bb50fab09eace990c38422bf87fc8350540d6edefad83932598e6cf6",
|
| 107 |
-
"size_bytes": 31529531
|
| 108 |
-
},
|
| 109 |
-
"pre_registration/predictions/L17_H11_orthogonal_seed2026_predict.npz": {
|
| 110 |
-
"sha256": "71042d977dde997dd4dba00e3d9febcc8c81e7f4b48418742a32b46b56ada2bf",
|
| 111 |
-
"size_bytes": 31463071
|
| 112 |
-
},
|
| 113 |
-
"pre_registration/predictions/L17_H11_random_seed2026_predict.npz": {
|
| 114 |
-
"sha256": "44f7ba41d2ac014624d4f3c5f8e08f5d91d4a977b0082ec003ecebb0510daff1",
|
| 115 |
-
"size_bytes": 31529527
|
| 116 |
-
},
|
| 117 |
-
"pre_registration/predictions/L17_H12_bilinear_seed2026_predict.npz": {
|
| 118 |
-
"sha256": "a391d5268260104da3bf3456cdea1f34817ebe694c9e2737477b98d38cb99645",
|
| 119 |
-
"size_bytes": 31812617
|
| 120 |
-
},
|
| 121 |
-
"pre_registration/predictions/L17_H12_flat_svd_seed2026_predict.npz": {
|
| 122 |
-
"sha256": "1b10465b68a351117d0fabf352e5fd17075329b1291f7963a2df9db22b9bb2ae",
|
| 123 |
-
"size_bytes": 31462120
|
| 124 |
-
},
|
| 125 |
-
"pre_registration/predictions/L17_H12_orthogonal_seed2026_predict.npz": {
|
| 126 |
-
"sha256": "93ae5d6c60ea761c419376a768d5b234d4830b0230a8ae6c6819d7dc4f80cbad",
|
| 127 |
-
"size_bytes": 31494106
|
| 128 |
-
},
|
| 129 |
-
"pre_registration/predictions/L17_H12_random_seed2026_predict.npz": {
|
| 130 |
-
"sha256": "aa8b2398e5d486cb96e516da622dd42818f8f90cb5bc88099bc2fed94a4fe963",
|
| 131 |
-
"size_bytes": 31462117
|
| 132 |
-
},
|
| 133 |
-
"pre_registration/predictions/L17_H13_bilinear_seed2026_predict.npz": {
|
| 134 |
-
"sha256": "e6485f71edff78924a59541f1acae0b8566ca3c184f0acf127e5eb8e734609c0",
|
| 135 |
-
"size_bytes": 31871879
|
| 136 |
-
},
|
| 137 |
-
"pre_registration/predictions/L17_H13_flat_svd_seed2026_predict.npz": {
|
| 138 |
-
"sha256": "8d64030d1cad55d3229393f2aa7fb7834bb9c111eb5c68f3a9e229da651ed1d6",
|
| 139 |
-
"size_bytes": 32013953
|
| 140 |
-
},
|
| 141 |
-
"pre_registration/predictions/L17_H13_orthogonal_seed2026_predict.npz": {
|
| 142 |
-
"sha256": "a89a89a6094328f3aa5ff5564e6aab7692bcfbb437d2f046ff7c6319bccfcd05",
|
| 143 |
-
"size_bytes": 32008991
|
| 144 |
-
},
|
| 145 |
-
"pre_registration/predictions/L17_H13_random_seed2026_predict.npz": {
|
| 146 |
-
"sha256": "7f2def9381111c23bb0db1f355eeeabacf467748a11cfb1a09e1d3163e104e7e",
|
| 147 |
-
"size_bytes": 32013950
|
| 148 |
-
},
|
| 149 |
-
"pre_registration/predictions/L17_H14_bilinear_seed2026_predict.npz": {
|
| 150 |
-
"sha256": "028cdf94ccf298f15c66ae9c9abd957a2e8a43239d608834d4da2cc46d8b732d",
|
| 151 |
-
"size_bytes": 32362144
|
| 152 |
-
},
|
| 153 |
-
"pre_registration/predictions/L17_H14_flat_svd_seed2026_predict.npz": {
|
| 154 |
-
"sha256": "59dc1b803c77cbd3fb5d87c9d4261c12272722ad7c9d17ea658b001d3a799a3e",
|
| 155 |
-
"size_bytes": 32404150
|
| 156 |
-
},
|
| 157 |
-
"pre_registration/predictions/L17_H14_orthogonal_seed2026_predict.npz": {
|
| 158 |
-
"sha256": "ab03b39c433545277f96b54dd500da945512ff2abf8394708162c6d15f38fc06",
|
| 159 |
-
"size_bytes": 32534173
|
| 160 |
-
},
|
| 161 |
-
"pre_registration/predictions/L17_H14_random_seed2026_predict.npz": {
|
| 162 |
-
"sha256": "ab54e9fa9704c2acd7eb7a7f1aad846f8d737f025deda77478e3c77c66ad37d9",
|
| 163 |
-
"size_bytes": 9851637
|
| 164 |
-
},
|
| 165 |
-
"pre_registration/predictions/L17_H15_bilinear_seed2026_predict.npz": {
|
| 166 |
-
"sha256": "a32e9b311e21624ec67fea01098dc74cdacf30359ad9a752983a8a251f1b51d3",
|
| 167 |
-
"size_bytes": 31702296
|
| 168 |
-
},
|
| 169 |
-
"pre_registration/predictions/L17_H15_flat_svd_seed2026_predict.npz": {
|
| 170 |
-
"sha256": "fe02316e32772a62ecad2f1ee37de39e15e3aeab0916519b7d545afa8dcf0549",
|
| 171 |
-
"size_bytes": 31834219
|
| 172 |
-
},
|
| 173 |
-
"pre_registration/predictions/L17_H15_orthogonal_seed2026_predict.npz": {
|
| 174 |
-
"sha256": "e9b71ef3e742e2d8bae9ac70bbb2941506a64cc00b1904425930c7adc5649b28",
|
| 175 |
-
"size_bytes": 31707808
|
| 176 |
-
},
|
| 177 |
-
"pre_registration/predictions/L17_H15_random_seed2026_predict.npz": {
|
| 178 |
-
"sha256": "313ceac1164617411a5fdf422aab56a0a83f203654a16cf63a7f7fc288818be3",
|
| 179 |
-
"size_bytes": 31834215
|
| 180 |
-
},
|
| 181 |
-
"pre_registration/predictions/L17_H1_bilinear_seed2026_predict.npz": {
|
| 182 |
-
"sha256": "ae8981aebd9e63431bfdf614a75e4897bdbc8214de9be36ba252ba24a92f5255",
|
| 183 |
-
"size_bytes": 31557399
|
| 184 |
-
},
|
| 185 |
-
"pre_registration/predictions/L17_H1_flat_svd_seed2026_predict.npz": {
|
| 186 |
-
"sha256": "ec0270d038b1211e61320956cfdb4261c97ff772f074f9efd94f511547527828",
|
| 187 |
-
"size_bytes": 31423504
|
| 188 |
-
},
|
| 189 |
-
"pre_registration/predictions/L17_H1_orthogonal_seed2026_predict.npz": {
|
| 190 |
-
"sha256": "ab5432142ee7fe99e8b0fefae7d680bfd0d9f16edf4417ba74b7c3d5e07533b0",
|
| 191 |
-
"size_bytes": 31465843
|
| 192 |
-
},
|
| 193 |
-
"pre_registration/predictions/L17_H1_random_seed2026_predict.npz": {
|
| 194 |
-
"sha256": "666e097a68eb51ffd01a1be04b2089c2a7068dd312a391b891b98be0a07e19dc",
|
| 195 |
-
"size_bytes": 31423501
|
| 196 |
-
},
|
| 197 |
-
"pre_registration/predictions/L17_H2_bilinear_seed2026_predict.npz": {
|
| 198 |
-
"sha256": "84523babbdcc5fe5689deb388e00cde4b3a472ac744b646759df18439849cfa5",
|
| 199 |
-
"size_bytes": 31196025
|
| 200 |
-
},
|
| 201 |
-
"pre_registration/predictions/L17_H2_flat_svd_seed2026_predict.npz": {
|
| 202 |
-
"sha256": "1a68745a88fdf3566230f939378e098b07cb3e2c6f4335c0e88030bd97b9ec5d",
|
| 203 |
-
"size_bytes": 31503067
|
| 204 |
-
},
|
| 205 |
-
"pre_registration/predictions/L17_H2_orthogonal_seed2026_predict.npz": {
|
| 206 |
-
"sha256": "c1e329866c8bbb7fd12215eb9b0f093ec887637fde27d9514ec107ed45affd0c",
|
| 207 |
-
"size_bytes": 31536045
|
| 208 |
-
},
|
| 209 |
-
"pre_registration/predictions/L17_H2_random_seed2026_predict.npz": {
|
| 210 |
-
"sha256": "2ef7c5962fde3eac5258375ca9dba69db59abbf98bf0601cf9fac01bc93a633b",
|
| 211 |
-
"size_bytes": 31503064
|
| 212 |
-
},
|
| 213 |
-
"pre_registration/predictions/L17_H3_bilinear_seed2026_predict.npz": {
|
| 214 |
-
"sha256": "34687fb13ea45cf96dd30e2126a0cc1fa9d599f28ded5f901b4208970006dfa0",
|
| 215 |
-
"size_bytes": 31816462
|
| 216 |
-
},
|
| 217 |
-
"pre_registration/predictions/L17_H3_flat_svd_seed2026_predict.npz": {
|
| 218 |
-
"sha256": "b9f68523bb095cf7481dad5251af449a6cbaf4e2b53359121feaccdcbd1aac85",
|
| 219 |
-
"size_bytes": 31850459
|
| 220 |
-
},
|
| 221 |
-
"pre_registration/predictions/L17_H3_orthogonal_seed2026_predict.npz": {
|
| 222 |
-
"sha256": "e5d3075749a8045da0a2131a73c51e9a344af33dccb1531b8cd4b998498960d9",
|
| 223 |
-
"size_bytes": 31669587
|
| 224 |
-
},
|
| 225 |
-
"pre_registration/predictions/L17_H3_random_seed2026_predict.npz": {
|
| 226 |
-
"sha256": "46fd31c1c0b41cd09530464c6ae9e4a73a3c7bf2627a0ba0261b1679edecda0a",
|
| 227 |
-
"size_bytes": 31850455
|
| 228 |
-
},
|
| 229 |
-
"pre_registration/predictions/L17_H4_bilinear_seed2026_predict.npz": {
|
| 230 |
-
"sha256": "778df39c82d1dc4d4503850e0e4c6b029d753eb47b3baac723010ba3ba974cc4",
|
| 231 |
-
"size_bytes": 26912526
|
| 232 |
-
},
|
| 233 |
-
"pre_registration/predictions/L17_H4_flat_svd_seed2026_predict.npz": {
|
| 234 |
-
"sha256": "a84cf313bc8593d12bf1596fc0eda8b4446976e9faab329185462bca38356682",
|
| 235 |
-
"size_bytes": 26654037
|
| 236 |
-
},
|
| 237 |
-
"pre_registration/predictions/L17_H4_orthogonal_seed2026_predict.npz": {
|
| 238 |
-
"sha256": "6639987daefb1e5511173817446e6c028be4306997e52d8353e39096780dff19",
|
| 239 |
-
"size_bytes": 26695530
|
| 240 |
-
},
|
| 241 |
-
"pre_registration/predictions/L17_H4_random_seed2026_predict.npz": {
|
| 242 |
-
"sha256": "24ff16fabe04f8bdc2c3df029fcaafe10cda18c10c571ef794b60b48ab4bfcb2",
|
| 243 |
-
"size_bytes": 26654032
|
| 244 |
-
},
|
| 245 |
-
"pre_registration/predictions/L17_H5_bilinear_seed2026_predict.npz": {
|
| 246 |
-
"sha256": "f7c0954628487f0c89fdd5907712514f49c31b5a8041feece8faf554d18ba4a9",
|
| 247 |
-
"size_bytes": 31387620
|
| 248 |
-
},
|
| 249 |
-
"pre_registration/predictions/L17_H5_flat_svd_seed2026_predict.npz": {
|
| 250 |
-
"sha256": "f20183e27f37616a1b3943066a2f90c78e91d4d04154f62e23c7a0e76df926e5",
|
| 251 |
-
"size_bytes": 31573632
|
| 252 |
-
},
|
| 253 |
-
"pre_registration/predictions/L17_H5_orthogonal_seed2026_predict.npz": {
|
| 254 |
-
"sha256": "ab6eba117be1ff4dff6952108121af64e45d91bb9c8a7b7c0bf7f7ce6c34b104",
|
| 255 |
-
"size_bytes": 31473498
|
| 256 |
-
},
|
| 257 |
-
"pre_registration/predictions/L17_H5_random_seed2026_predict.npz": {
|
| 258 |
-
"sha256": "ab809f1bf003232e834aa86d2b4c595682fe4ceb32bea10358924255735a16ff",
|
| 259 |
-
"size_bytes": 31573629
|
| 260 |
-
},
|
| 261 |
-
"pre_registration/predictions/L17_H6_bilinear_seed2026_predict.npz": {
|
| 262 |
-
"sha256": "8a4d12c4b467ba5bfda0f7bd5c13984dbea43e80b65f5cbcfebff9f1e755baac",
|
| 263 |
-
"size_bytes": 31416484
|
| 264 |
-
},
|
| 265 |
-
"pre_registration/predictions/L17_H6_flat_svd_seed2026_predict.npz": {
|
| 266 |
-
"sha256": "7742bdee27cebed0b622fda6ef174a1f2fb01992eb4335233ca2748549f3cedf",
|
| 267 |
-
"size_bytes": 32000691
|
| 268 |
-
},
|
| 269 |
-
"pre_registration/predictions/L17_H6_orthogonal_seed2026_predict.npz": {
|
| 270 |
-
"sha256": "ac61e6163c8513c061b9c7f02d07072b956df37ef36b05c6bd73d4fca1e9f4a2",
|
| 271 |
-
"size_bytes": 9408509
|
| 272 |
-
},
|
| 273 |
-
"pre_registration/predictions/L17_H6_random_seed2026_predict.npz": {
|
| 274 |
-
"sha256": "bacc6064b0f9c11cffa99ec88e74e6bdbafb5448174f5ce401d6c4df1d3f50fa",
|
| 275 |
-
"size_bytes": 32000690
|
| 276 |
-
},
|
| 277 |
-
"pre_registration/predictions/L17_H7_bilinear_seed2026_predict.npz": {
|
| 278 |
-
"sha256": "f28195d38a2c0ede1e1b737658d883649d1360fcaccb586aadafe9e4393eae68",
|
| 279 |
-
"size_bytes": 26660911
|
| 280 |
-
},
|
| 281 |
-
"pre_registration/predictions/L17_H7_flat_svd_seed2026_predict.npz": {
|
| 282 |
-
"sha256": "29bfffb2ed881230135838daaf540a68e31c1c0af7777761376b6575f8667ca3",
|
| 283 |
-
"size_bytes": 26679866
|
| 284 |
-
},
|
| 285 |
-
"pre_registration/predictions/L17_H7_orthogonal_seed2026_predict.npz": {
|
| 286 |
-
"sha256": "cfbc9fad113f1fb9e27acefbe5438822b89e527145300a1c10387c416481ed5c",
|
| 287 |
-
"size_bytes": 26805949
|
| 288 |
-
},
|
| 289 |
-
"pre_registration/predictions/L17_H7_random_seed2026_predict.npz": {
|
| 290 |
-
"sha256": "08f03de97a622267074c2d3a2f62ab22096aa106600f12e6e99ea8bb7663b627",
|
| 291 |
-
"size_bytes": 26679863
|
| 292 |
-
},
|
| 293 |
-
"pre_registration/predictions/L17_H8_bilinear_seed2026_predict.npz": {
|
| 294 |
-
"sha256": "3ab9c706455875db3b61aedfa1cc81c6246c301406379c75896506a4b34fcaaf",
|
| 295 |
-
"size_bytes": 32309242
|
| 296 |
-
},
|
| 297 |
-
"pre_registration/predictions/L17_H8_flat_svd_seed2026_predict.npz": {
|
| 298 |
-
"sha256": "c9a491e0d411c1a689bbc31518f4cef7980289feff4da05aa85704121462a5a3",
|
| 299 |
-
"size_bytes": 32038974
|
| 300 |
-
},
|
| 301 |
-
"pre_registration/predictions/L17_H8_orthogonal_seed2026_predict.npz": {
|
| 302 |
-
"sha256": "8d853797896e7e43b7cfc54ed5df3eab2cc3a25bd9a75c7bc3059404aec1fea3",
|
| 303 |
-
"size_bytes": 32052507
|
| 304 |
-
},
|
| 305 |
-
"pre_registration/predictions/L17_H8_random_seed2026_predict.npz": {
|
| 306 |
-
"sha256": "ed7ac503dea4a8ed16cefd58614a33ed73a391fe23cfbf6c8858a4a0757735a6",
|
| 307 |
-
"size_bytes": 32038970
|
| 308 |
-
},
|
| 309 |
-
"pre_registration/predictions/L17_H9_bilinear_seed2026_predict.npz": {
|
| 310 |
-
"sha256": "c028a8c14624ac8c7a24a7c1968ca348e6d3e6661e387b4cfb4b0060d90cf1d9",
|
| 311 |
-
"size_bytes": 32100370
|
| 312 |
-
},
|
| 313 |
-
"pre_registration/predictions/L17_H9_flat_svd_seed2026_predict.npz": {
|
| 314 |
-
"sha256": "a9d9e735b347bc732e6d6316799da0c7b9e9e40ceca806782eff1a0bcba76cf7",
|
| 315 |
-
"size_bytes": 32138938
|
| 316 |
-
},
|
| 317 |
-
"pre_registration/predictions/L17_H9_orthogonal_seed2026_predict.npz": {
|
| 318 |
-
"sha256": "f6b8d95a367d8c225294cc8f4bfcfbcdb3e9be6afb10c9106dbc94ae64f1b717",
|
| 319 |
-
"size_bytes": 32052759
|
| 320 |
-
},
|
| 321 |
-
"pre_registration/predictions/L17_H9_random_seed2026_predict.npz": {
|
| 322 |
-
"sha256": "4be0c164a3de243c77f8ed9327e1ccb9f3e6fb4e8a897c7452d3c63409aec4f2",
|
| 323 |
-
"size_bytes": 32138935
|
| 324 |
-
},
|
| 325 |
-
"pre_registration/predictions/L1_H0_bilinear_seed2026_predict.npz": {
|
| 326 |
-
"sha256": "12d02215aadb2c0c58e78205eb54a8dc97f0ba32c2d7cb0322b2b7646e7e72fd",
|
| 327 |
-
"size_bytes": 36526103
|
| 328 |
-
},
|
| 329 |
-
"pre_registration/predictions/L1_H0_flat_svd_seed2026_predict.npz": {
|
| 330 |
-
"sha256": "28416240f649d9a4d8c5f19d8b927313205ab121eddb9377768db08f6acb98f0",
|
| 331 |
-
"size_bytes": 36527452
|
| 332 |
-
},
|
| 333 |
-
"pre_registration/predictions/L1_H0_orthogonal_seed2026_predict.npz": {
|
| 334 |
-
"sha256": "c4f6712c97f35472effc4f1eb125ffb5f34119f882a8791b40b5be66db68746c",
|
| 335 |
-
"size_bytes": 36537488
|
| 336 |
-
},
|
| 337 |
-
"pre_registration/predictions/L1_H0_random_seed2026_predict.npz": {
|
| 338 |
-
"sha256": "736518e519647075b852404a06d6600e7b37f370470cb1e280c75195e708c398",
|
| 339 |
-
"size_bytes": 36527450
|
| 340 |
-
},
|
| 341 |
-
"pre_registration/predictions/L1_H10_bilinear_seed2026_predict.npz": {
|
| 342 |
-
"sha256": "d6b919c661a45f93dcebe2291d7ccc351fe21c7a87071ff94b8d9e6e1c1316bf",
|
| 343 |
-
"size_bytes": 31619202
|
| 344 |
-
},
|
| 345 |
-
"pre_registration/predictions/L1_H10_flat_svd_seed2026_predict.npz": {
|
| 346 |
-
"sha256": "51bba6dfa89429655edd751524ea93408c0aa7d33662be4b64d84fb30a775cfe",
|
| 347 |
-
"size_bytes": 31644290
|
| 348 |
-
},
|
| 349 |
-
"pre_registration/predictions/L1_H10_orthogonal_seed2026_predict.npz": {
|
| 350 |
-
"sha256": "164632011c13c5755a489e83d7813672e6e06080f0c96bfe40818c4e2570305f",
|
| 351 |
-
"size_bytes": 31637974
|
| 352 |
-
},
|
| 353 |
-
"pre_registration/predictions/L1_H10_random_seed2026_predict.npz": {
|
| 354 |
-
"sha256": "b508efaa4d1ac386c62de03172247d92c11c5ca5e336118e67fe9cef86cc58e1",
|
| 355 |
-
"size_bytes": 31644287
|
| 356 |
-
},
|
| 357 |
-
"pre_registration/predictions/L1_H11_bilinear_seed2026_predict.npz": {
|
| 358 |
-
"sha256": "abb87860a36fd1051aa743008eec4f86e4bbc7bd99d346d41cf49d8dd24fdc62",
|
| 359 |
-
"size_bytes": 31401036
|
| 360 |
-
},
|
| 361 |
-
"pre_registration/predictions/L1_H11_flat_svd_seed2026_predict.npz": {
|
| 362 |
-
"sha256": "945b3acfd10a1e6d515954b0d6420bbec2b74a15d9c5c8926c284c15bf2a4bdc",
|
| 363 |
-
"size_bytes": 31479921
|
| 364 |
-
},
|
| 365 |
-
"pre_registration/predictions/L1_H11_orthogonal_seed2026_predict.npz": {
|
| 366 |
-
"sha256": "70cf103ae4df81128f76c72c03a540036332552f7ef6f10f298176ab1274323a",
|
| 367 |
-
"size_bytes": 31437792
|
| 368 |
-
},
|
| 369 |
-
"pre_registration/predictions/L1_H11_random_seed2026_predict.npz": {
|
| 370 |
-
"sha256": "09b44e30c6641b0456ea9c733b781782aa979d4a9d936cdaa44e69a88a393be2",
|
| 371 |
-
"size_bytes": 31479918
|
| 372 |
-
},
|
| 373 |
-
"pre_registration/predictions/L1_H12_bilinear_seed2026_predict.npz": {
|
| 374 |
-
"sha256": "ff7c677e843e28863bfb8bc9c72fbd6019d38ce384b73c866e228e5110c3f60a",
|
| 375 |
-
"size_bytes": 31442827
|
| 376 |
-
},
|
| 377 |
-
"pre_registration/predictions/L1_H12_flat_svd_seed2026_predict.npz": {
|
| 378 |
-
"sha256": "e99b3e808ba0e196ad624b8d5d14934a20af900084ed08cc350a2fecf817465e",
|
| 379 |
-
"size_bytes": 31565684
|
| 380 |
-
},
|
| 381 |
-
"pre_registration/predictions/L1_H12_orthogonal_seed2026_predict.npz": {
|
| 382 |
-
"sha256": "96535a5d47b8f3e84b6004a2f6647dc21be69cfd427b025346001f2cd8e3aec4",
|
| 383 |
-
"size_bytes": 31630448
|
| 384 |
-
},
|
| 385 |
-
"pre_registration/predictions/L1_H12_random_seed2026_predict.npz": {
|
| 386 |
-
"sha256": "32aa8fa9ab31c8e4971cdbed4b11a491eb69719a98983bb4ff6fd72d731772e8",
|
| 387 |
-
"size_bytes": 31565681
|
| 388 |
-
},
|
| 389 |
-
"pre_registration/predictions/L1_H13_bilinear_seed2026_predict.npz": {
|
| 390 |
-
"sha256": "f885ef860f7e85e680ba013d0b3f05ad1d38cff77ae8a2f504e03883183b4ff0",
|
| 391 |
-
"size_bytes": 31185552
|
| 392 |
-
},
|
| 393 |
-
"pre_registration/predictions/L1_H13_flat_svd_seed2026_predict.npz": {
|
| 394 |
-
"sha256": "175d7807972d7ab321c25e3de8488598f8e5e3b17c0e540a61927d2da19fded1",
|
| 395 |
-
"size_bytes": 31455082
|
| 396 |
-
},
|
| 397 |
-
"pre_registration/predictions/L1_H13_orthogonal_seed2026_predict.npz": {
|
| 398 |
-
"sha256": "c512fd597e821ddf4d763e2658e33914389b41c565f0a0d167da0887d5832df2",
|
| 399 |
-
"size_bytes": 31269874
|
| 400 |
-
},
|
| 401 |
-
"pre_registration/predictions/L1_H13_random_seed2026_predict.npz": {
|
| 402 |
-
"sha256": "6886cc596a3bc4519ee6d2147f4aca10a112bfb1f2022ef49a48ea48a8b893b0",
|
| 403 |
-
"size_bytes": 31455079
|
| 404 |
-
},
|
| 405 |
-
"pre_registration/predictions/L1_H14_bilinear_seed2026_predict.npz": {
|
| 406 |
-
"sha256": "7e77052b39882df505936d124906d52581d727482723344ca62f076fa1ebbf97",
|
| 407 |
-
"size_bytes": 31510996
|
| 408 |
-
},
|
| 409 |
-
"pre_registration/predictions/L1_H14_flat_svd_seed2026_predict.npz": {
|
| 410 |
-
"sha256": "e908763f72969f4047fe0e895bec4097948add35cf1fba65838dd4d7ee35d92b",
|
| 411 |
-
"size_bytes": 31071871
|
| 412 |
-
},
|
| 413 |
-
"pre_registration/predictions/L1_H14_orthogonal_seed2026_predict.npz": {
|
| 414 |
-
"sha256": "073a188a090009b604b43b2f7f72e231f8ab4ef58c1d6d7219c9e3fb785f7eec",
|
| 415 |
-
"size_bytes": 31247062
|
| 416 |
-
},
|
| 417 |
-
"pre_registration/predictions/L1_H14_random_seed2026_predict.npz": {
|
| 418 |
-
"sha256": "2a86ea1c5546bc48ee4416969133367404e8b486422fde77c24f91a61eb1cc17",
|
| 419 |
-
"size_bytes": 31071868
|
| 420 |
-
},
|
| 421 |
-
"pre_registration/predictions/L1_H15_bilinear_seed2026_predict.npz": {
|
| 422 |
-
"sha256": "094f048732490779c9aa33169603fc2bc91d5cb83f5ec0bdc8b34abf72924e1d",
|
| 423 |
-
"size_bytes": 31943016
|
| 424 |
-
},
|
| 425 |
-
"pre_registration/predictions/L1_H15_flat_svd_seed2026_predict.npz": {
|
| 426 |
-
"sha256": "a7a7552ab871de3386a7b3bf5fe025b102d6b59ed78b8b9b369b5a4edc411726",
|
| 427 |
-
"size_bytes": 31692280
|
| 428 |
-
},
|
| 429 |
-
"pre_registration/predictions/L1_H15_orthogonal_seed2026_predict.npz": {
|
| 430 |
-
"sha256": "dfe9e8cc65c242f9d0202c6b5e05c3c50713c4ea4cc7ef7cb2bd5c486570400a",
|
| 431 |
-
"size_bytes": 31947394
|
| 432 |
-
},
|
| 433 |
-
"pre_registration/predictions/L1_H15_random_seed2026_predict.npz": {
|
| 434 |
-
"sha256": "91d3e2b499dcd47e8929834bd3cb6844e16214a98b70a6827c1feefa491bf90a",
|
| 435 |
-
"size_bytes": 31692276
|
| 436 |
-
},
|
| 437 |
-
"pre_registration/predictions/L1_H1_bilinear_seed2026_predict.npz": {
|
| 438 |
-
"sha256": "c997d31be702f80a20c98466145aed042f3d20753025d7a987fc8f667395b6f5",
|
| 439 |
-
"size_bytes": 36570142
|
| 440 |
-
},
|
| 441 |
-
"pre_registration/predictions/L1_H1_flat_svd_seed2026_predict.npz": {
|
| 442 |
-
"sha256": "280050f1df85828c940d74cb5b147de0794a68724940384d8fbd2f9b88585008",
|
| 443 |
-
"size_bytes": 36561934
|
| 444 |
-
},
|
| 445 |
-
"pre_registration/predictions/L1_H1_orthogonal_seed2026_predict.npz": {
|
| 446 |
-
"sha256": "c47680fb0e9a9ef6c052050eefe747c6e31eab69030ef53adb67e00aeff4b81f",
|
| 447 |
-
"size_bytes": 36544386
|
| 448 |
-
},
|
| 449 |
-
"pre_registration/predictions/L1_H1_random_seed2026_predict.npz": {
|
| 450 |
-
"sha256": "92b2916af205990c2a0c8a15bf170a3447cc10a6372aec639c9f4eed57584d73",
|
| 451 |
-
"size_bytes": 36561932
|
| 452 |
-
},
|
| 453 |
-
"pre_registration/predictions/L1_H2_bilinear_seed2026_predict.npz": {
|
| 454 |
-
"sha256": "d239d1263a1a48364f469f83306663ca5277ae44387816fbce2f29b60c2cfe0f",
|
| 455 |
-
"size_bytes": 36569030
|
| 456 |
-
},
|
| 457 |
-
"pre_registration/predictions/L1_H2_flat_svd_seed2026_predict.npz": {
|
| 458 |
-
"sha256": "e2de1f7a20a4907d1f479d1b9722a2ac03c12e4fbbf4c5b5086d2d838d491f4f",
|
| 459 |
-
"size_bytes": 36560308
|
| 460 |
-
},
|
| 461 |
-
"pre_registration/predictions/L1_H2_orthogonal_seed2026_predict.npz": {
|
| 462 |
-
"sha256": "6ec6060c2a99ce6fb9fc2d7cb45beac2a8b9c13fe83f429e42834f011e75aac9",
|
| 463 |
-
"size_bytes": 36545659
|
| 464 |
-
},
|
| 465 |
-
"pre_registration/predictions/L1_H2_random_seed2026_predict.npz": {
|
| 466 |
-
"sha256": "b2cfa9d7f71a40491d25457617d4e0ce242803044b5f371e9fc893f8ce95cf45",
|
| 467 |
-
"size_bytes": 36560306
|
| 468 |
-
},
|
| 469 |
-
"pre_registration/predictions/L1_H3_bilinear_seed2026_predict.npz": {
|
| 470 |
-
"sha256": "eef3100f1a22347d01f126e9942ace342760d2d9a19ade970a256beac15f1b1c",
|
| 471 |
-
"size_bytes": 36540151
|
| 472 |
-
},
|
| 473 |
-
"pre_registration/predictions/L1_H3_flat_svd_seed2026_predict.npz": {
|
| 474 |
-
"sha256": "d87395773755fbed36e430af13f42a47991ea7239c51e6d00511e294d7965a24",
|
| 475 |
-
"size_bytes": 36529344
|
| 476 |
-
},
|
| 477 |
-
"pre_registration/predictions/L1_H3_orthogonal_seed2026_predict.npz": {
|
| 478 |
-
"sha256": "1ff76a61997833a5465abaa151f648ff75f73a50cb0c131b068805719124345a",
|
| 479 |
-
"size_bytes": 36511402
|
| 480 |
-
},
|
| 481 |
-
"pre_registration/predictions/L1_H3_random_seed2026_predict.npz": {
|
| 482 |
-
"sha256": "6ea7f2888dc246c9fcd74cb69635037ad01ef69db33e220555555f31640b7ddb",
|
| 483 |
-
"size_bytes": 36529342
|
| 484 |
-
},
|
| 485 |
-
"pre_registration/predictions/L1_H4_bilinear_seed2026_predict.npz": {
|
| 486 |
-
"sha256": "a4fa61575478b5fae49498f9931f1962f174031b0fbd712fff24c0bfc1db9e0e",
|
| 487 |
-
"size_bytes": 36579815
|
| 488 |
-
},
|
| 489 |
-
"pre_registration/predictions/L1_H4_flat_svd_seed2026_predict.npz": {
|
| 490 |
-
"sha256": "bc6e3cafbd3e12514c67c29d53b97e281ce323875492e2cea510c7a3588734b7",
|
| 491 |
-
"size_bytes": 36574146
|
| 492 |
-
},
|
| 493 |
-
"pre_registration/predictions/L1_H4_orthogonal_seed2026_predict.npz": {
|
| 494 |
-
"sha256": "47ae8df59ac7d4f1cab96381a6f85b3f9681b1ace88a912064d7dca6017055b5",
|
| 495 |
-
"size_bytes": 36560213
|
| 496 |
-
},
|
| 497 |
-
"pre_registration/predictions/L1_H4_random_seed2026_predict.npz": {
|
| 498 |
-
"sha256": "9fbfa1a61ef300010656f05e10455e9c94dd7fc88553a909a063390cbf704b3e",
|
| 499 |
-
"size_bytes": 36574144
|
| 500 |
-
},
|
| 501 |
-
"pre_registration/predictions/L1_H5_bilinear_seed2026_predict.npz": {
|
| 502 |
-
"sha256": "ef94f338eb2000b2ebebabdc740d9eaa89583b2a04722434182ada133aea210d",
|
| 503 |
-
"size_bytes": 36542706
|
| 504 |
-
},
|
| 505 |
-
"pre_registration/predictions/L1_H5_flat_svd_seed2026_predict.npz": {
|
| 506 |
-
"sha256": "92c5e63544c351593845d00cdbdbb412fd4ba847b55dc08a056d71a506a6ede8",
|
| 507 |
-
"size_bytes": 36529307
|
| 508 |
-
},
|
| 509 |
-
"pre_registration/predictions/L1_H5_orthogonal_seed2026_predict.npz": {
|
| 510 |
-
"sha256": "2f0a3651ece7ad578a9940fd829e740edf3bf5aaa4a31c9a9408819fd1cf2846",
|
| 511 |
-
"size_bytes": 36544362
|
| 512 |
-
},
|
| 513 |
-
"pre_registration/predictions/L1_H5_random_seed2026_predict.npz": {
|
| 514 |
-
"sha256": "8da3601785d1e44e60d5789d2160bde2c40dd427b25c53bf3009676f1d38e760",
|
| 515 |
-
"size_bytes": 36529305
|
| 516 |
-
},
|
| 517 |
-
"pre_registration/predictions/L1_H6_bilinear_seed2026_predict.npz": {
|
| 518 |
-
"sha256": "7099eb98df12bdcc0df2dd73c69c786d40411c10b2804eb78ee6b3204aa6fd5f",
|
| 519 |
-
"size_bytes": 36565603
|
| 520 |
-
},
|
| 521 |
-
"pre_registration/predictions/L1_H6_flat_svd_seed2026_predict.npz": {
|
| 522 |
-
"sha256": "cea1bc92623c8067f0e277b02733029d1c743510174c56c964f49504a23d1cf1",
|
| 523 |
-
"size_bytes": 36554287
|
| 524 |
-
},
|
| 525 |
-
"pre_registration/predictions/L1_H6_orthogonal_seed2026_predict.npz": {
|
| 526 |
-
"sha256": "8bc08976b0c19aa0ee10ac72d200f624f5fe80442a3312788474afadafe981e3",
|
| 527 |
-
"size_bytes": 31113912
|
| 528 |
-
},
|
| 529 |
-
"pre_registration/predictions/L1_H6_random_seed2026_predict.npz": {
|
| 530 |
-
"sha256": "186819c33b2468ef842f0243fba9d49de99125820d390aac8551c4bc6d81ed18",
|
| 531 |
-
"size_bytes": 31428584
|
| 532 |
-
},
|
| 533 |
-
"pre_registration/predictions/L1_H7_bilinear_seed2026_predict.npz": {
|
| 534 |
-
"sha256": "1db733abc4a89aebd61ccaa24943b9f6dba529cd9b9ea45ac972159a87e45ffb",
|
| 535 |
-
"size_bytes": 30457114
|
| 536 |
-
},
|
| 537 |
-
"pre_registration/predictions/L1_H7_flat_svd_seed2026_predict.npz": {
|
| 538 |
-
"sha256": "b6408b90d083084325c8b7fdb171897c0efd00637b19b67385726b15c936a6fb",
|
| 539 |
-
"size_bytes": 30879055
|
| 540 |
-
},
|
| 541 |
-
"pre_registration/predictions/L1_H7_orthogonal_seed2026_predict.npz": {
|
| 542 |
-
"sha256": "d59528c983e78606c06b4bd3b983095cdb3f80bb4afa562a7b33ffaaef97f553",
|
| 543 |
-
"size_bytes": 30625811
|
| 544 |
-
},
|
| 545 |
-
"pre_registration/predictions/L1_H7_random_seed2026_predict.npz": {
|
| 546 |
-
"sha256": "90920510e441287cae181c91e532d38bd54c0f83bca269d61485e5872a5dab8a",
|
| 547 |
-
"size_bytes": 30879052
|
| 548 |
-
},
|
| 549 |
-
"pre_registration/predictions/L1_H8_bilinear_seed2026_predict.npz": {
|
| 550 |
-
"sha256": "48b155c3abe751971b45a1b56cf79cdbb3e418eb993a68ab0626625f84be20dd",
|
| 551 |
-
"size_bytes": 31627437
|
| 552 |
-
},
|
| 553 |
-
"pre_registration/predictions/L1_H8_flat_svd_seed2026_predict.npz": {
|
| 554 |
-
"sha256": "cbc5446c4ed19fb8b84c6a9cc907ac2e24a78a0d21952166ecf097c45d0c1122",
|
| 555 |
-
"size_bytes": 31554747
|
| 556 |
-
},
|
| 557 |
-
"pre_registration/predictions/L1_H8_orthogonal_seed2026_predict.npz": {
|
| 558 |
-
"sha256": "6f7c3f32fd4cdfd93472ae366b853a5037f57879ce919fb1f8f110c9775efa99",
|
| 559 |
-
"size_bytes": 31346962
|
| 560 |
-
},
|
| 561 |
-
"pre_registration/predictions/L1_H8_random_seed2026_predict.npz": {
|
| 562 |
-
"sha256": "4227fb67baba1c1fb3ce3c3e31087f2dc639df50ff344984c82cbd2052862294",
|
| 563 |
-
"size_bytes": 31554744
|
| 564 |
-
},
|
| 565 |
-
"pre_registration/predictions/L1_H9_bilinear_seed2026_predict.npz": {
|
| 566 |
-
"sha256": "faf44c5db3b2cb5962c6218dc0875d61fd1b7225986be28c0d7d46752e32aa84",
|
| 567 |
-
"size_bytes": 31406726
|
| 568 |
-
},
|
| 569 |
-
"pre_registration/predictions/L1_H9_flat_svd_seed2026_predict.npz": {
|
| 570 |
-
"sha256": "e54d87420ef9857d7f20eb4b0c1367a7f8290f7918337d25f4ef3825e9978e98",
|
| 571 |
-
"size_bytes": 31360152
|
| 572 |
-
},
|
| 573 |
-
"pre_registration/predictions/L1_H9_orthogonal_seed2026_predict.npz": {
|
| 574 |
-
"sha256": "214194102f2ef6b6693727650bdf403361e68f1f0e54dec082d5e13f67bec0bd",
|
| 575 |
-
"size_bytes": 31436011
|
| 576 |
-
},
|
| 577 |
-
"pre_registration/predictions/L1_H9_random_seed2026_predict.npz": {
|
| 578 |
-
"sha256": "4ebd9f8d3b94a0829fc0d263217d87e9866e59c8c43585c1b0c1a71c0964b361",
|
| 579 |
-
"size_bytes": 31360149
|
| 580 |
-
},
|
| 581 |
-
"pre_registration/predictions/L9_H0_bilinear_seed2026_predict.npz": {
|
| 582 |
-
"sha256": "afb286a9b3a40d0e0fa534a5c404738c8625cfbca509e44393d3d3297acb5892",
|
| 583 |
-
"size_bytes": 30815350
|
| 584 |
-
},
|
| 585 |
-
"pre_registration/predictions/L9_H0_flat_svd_seed2026_predict.npz": {
|
| 586 |
-
"sha256": "3ae3d022c60aaefe41ccd24d289fa726837f2a57a719fb9768dc1d226babf40a",
|
| 587 |
-
"size_bytes": 31505191
|
| 588 |
-
},
|
| 589 |
-
"pre_registration/predictions/L9_H0_orthogonal_seed2026_predict.npz": {
|
| 590 |
-
"sha256": "807a41918aa56355e90ff6630ec8fb41ecaeddec4af63bc74ac28b7567970489",
|
| 591 |
-
"size_bytes": 31180876
|
| 592 |
-
},
|
| 593 |
-
"pre_registration/predictions/L9_H0_random_seed2026_predict.npz": {
|
| 594 |
-
"sha256": "6d3551997786503ba4f402d5c0c46f144a93a1b3be51c6b7f9efdf54ae952dae",
|
| 595 |
-
"size_bytes": 31505188
|
| 596 |
-
},
|
| 597 |
-
"pre_registration/predictions/L9_H10_bilinear_seed2026_predict.npz": {
|
| 598 |
-
"sha256": "3168a1e80a4f9aff9a42bff5dc88a0737a64a2651c042ac88023d6fe8f3c3ea9",
|
| 599 |
-
"size_bytes": 31439006
|
| 600 |
-
},
|
| 601 |
-
"pre_registration/predictions/L9_H10_flat_svd_seed2026_predict.npz": {
|
| 602 |
-
"sha256": "49227953e955ae5ccbb1f692756a8f797bdc1b8f2b653db77d189167654861c3",
|
| 603 |
-
"size_bytes": 31315116
|
| 604 |
-
},
|
| 605 |
-
"pre_registration/predictions/L9_H10_orthogonal_seed2026_predict.npz": {
|
| 606 |
-
"sha256": "7e541d0bdf537a8403d479084769a1471b44dceb0efb70a720a4fa39348ad52c",
|
| 607 |
-
"size_bytes": 31532526
|
| 608 |
-
},
|
| 609 |
-
"pre_registration/predictions/L9_H10_random_seed2026_predict.npz": {
|
| 610 |
-
"sha256": "861490b5aa7aedc2d1cde902634a4b5a4ec23cacdb53ee84c676f2d85d23fcff",
|
| 611 |
-
"size_bytes": 31315114
|
| 612 |
-
},
|
| 613 |
-
"pre_registration/predictions/L9_H11_bilinear_seed2026_predict.npz": {
|
| 614 |
-
"sha256": "8718209ca2401b6e0345efab5b71a1c398fd21ed83f07329301ef2c4f532bb01",
|
| 615 |
-
"size_bytes": 31303649
|
| 616 |
-
},
|
| 617 |
-
"pre_registration/predictions/L9_H11_flat_svd_seed2026_predict.npz": {
|
| 618 |
-
"sha256": "515e50e23b68c6261f2e3dceb0c95a22c613b642a37df7b657ccca3421527b64",
|
| 619 |
-
"size_bytes": 31251341
|
| 620 |
-
},
|
| 621 |
-
"pre_registration/predictions/L9_H11_orthogonal_seed2026_predict.npz": {
|
| 622 |
-
"sha256": "28deb317853afa1c67f1765bc6e7c8b863b4a3e6c1e334f4e5221296197a9932",
|
| 623 |
-
"size_bytes": 31393146
|
| 624 |
-
},
|
| 625 |
-
"pre_registration/predictions/L9_H11_random_seed2026_predict.npz": {
|
| 626 |
-
"sha256": "ed60794a4a7a291a69f059356f3f90c83486b4e0108cfa4df3d92dc3fbe6b51a",
|
| 627 |
-
"size_bytes": 31251338
|
| 628 |
-
},
|
| 629 |
-
"pre_registration/predictions/L9_H12_bilinear_seed2026_predict.npz": {
|
| 630 |
-
"sha256": "78841e0417d013e12a70eac315f0869109c0fe4f756637ff17a871b0ee89042c",
|
| 631 |
-
"size_bytes": 31616688
|
| 632 |
-
},
|
| 633 |
-
"pre_registration/predictions/L9_H12_flat_svd_seed2026_predict.npz": {
|
| 634 |
-
"sha256": "1241d23af981684cfe6c68822d3b0071f42e337829395502d1923a558d596ace",
|
| 635 |
-
"size_bytes": 31555778
|
| 636 |
-
},
|
| 637 |
-
"pre_registration/predictions/L9_H12_orthogonal_seed2026_predict.npz": {
|
| 638 |
-
"sha256": "8bf64993959176da0fe6c5c596101da9328026db83b6c6b6c355f5fa9dd636d2",
|
| 639 |
-
"size_bytes": 31468979
|
| 640 |
-
},
|
| 641 |
-
"pre_registration/predictions/L9_H12_random_seed2026_predict.npz": {
|
| 642 |
-
"sha256": "53176a0320cf40fc28757472cc6e05df1c08dabe21bf4f8acd82aa84fe557d82",
|
| 643 |
-
"size_bytes": 31555776
|
| 644 |
-
},
|
| 645 |
-
"pre_registration/predictions/L9_H13_bilinear_seed2026_predict.npz": {
|
| 646 |
-
"sha256": "f1e94d2a165df3b4dc686ab2d421cab388b921bc196fe44388fcd98c67f203f2",
|
| 647 |
-
"size_bytes": 31380956
|
| 648 |
-
},
|
| 649 |
-
"pre_registration/predictions/L9_H13_flat_svd_seed2026_predict.npz": {
|
| 650 |
-
"sha256": "14134e5525bdc4fc1d77a4892a217b7e7814314280519a420d595336d5f29c4d",
|
| 651 |
-
"size_bytes": 31579756
|
| 652 |
-
},
|
| 653 |
-
"pre_registration/predictions/L9_H13_orthogonal_seed2026_predict.npz": {
|
| 654 |
-
"sha256": "736ea6fd05299c9b29fa3874034bdc81b36838351647b21837305f48dcb74965",
|
| 655 |
-
"size_bytes": 31709232
|
| 656 |
-
},
|
| 657 |
-
"pre_registration/predictions/L9_H13_random_seed2026_predict.npz": {
|
| 658 |
-
"sha256": "15999772548350dac397efc507ec507397d0d4122aa086c2cb1a8791180c4eaa",
|
| 659 |
-
"size_bytes": 31579753
|
| 660 |
-
},
|
| 661 |
-
"pre_registration/predictions/L9_H14_bilinear_seed2026_predict.npz": {
|
| 662 |
-
"sha256": "9858a36fd7b8a405fef76a9b7370d1d7f1137a550fcaeb60498a85b17b722267",
|
| 663 |
-
"size_bytes": 30773497
|
| 664 |
-
},
|
| 665 |
-
"pre_registration/predictions/L9_H14_flat_svd_seed2026_predict.npz": {
|
| 666 |
-
"sha256": "1ece6ff4b2d71b9e146fde33d6230a1b28e35041c1c4dd1be4356c82a84cc3ec",
|
| 667 |
-
"size_bytes": 31616908
|
| 668 |
-
},
|
| 669 |
-
"pre_registration/predictions/L9_H14_orthogonal_seed2026_predict.npz": {
|
| 670 |
-
"sha256": "1d4b2a2b5c1394a2ec193e8a41b2414e4dd479fbfa9268a58c1db7fb5c7d1573",
|
| 671 |
-
"size_bytes": 31610577
|
| 672 |
-
},
|
| 673 |
-
"pre_registration/predictions/L9_H14_random_seed2026_predict.npz": {
|
| 674 |
-
"sha256": "bf6d8a1b231e4b0cc50395a55fb6a39dcdb9f9abeacb9a720609de1e7a68d51b",
|
| 675 |
-
"size_bytes": 31616905
|
| 676 |
-
},
|
| 677 |
-
"pre_registration/predictions/L9_H15_bilinear_seed2026_predict.npz": {
|
| 678 |
-
"sha256": "654789c8c98458b0a08f8ba22952e6d03cc02dda0eba9a141810c05ec33b4bab",
|
| 679 |
-
"size_bytes": 30439110
|
| 680 |
-
},
|
| 681 |
-
"pre_registration/predictions/L9_H15_flat_svd_seed2026_predict.npz": {
|
| 682 |
-
"sha256": "67c92162006b8cb06271bd1afb04c40361f2785994a3044f21401f957d4a9230",
|
| 683 |
-
"size_bytes": 31456682
|
| 684 |
-
},
|
| 685 |
-
"pre_registration/predictions/L9_H15_orthogonal_seed2026_predict.npz": {
|
| 686 |
-
"sha256": "8377b9bc6a757940fa71c04527ca15b4794b424d49a04a812ad310bee7118c10",
|
| 687 |
-
"size_bytes": 31364963
|
| 688 |
-
},
|
| 689 |
-
"pre_registration/predictions/L9_H15_random_seed2026_predict.npz": {
|
| 690 |
-
"sha256": "ba6b1565627341f7eca7fe5add3d0d8fafe2b3e3d39cead6b1df61559bc76765",
|
| 691 |
-
"size_bytes": 31456680
|
| 692 |
-
},
|
| 693 |
-
"pre_registration/predictions/L9_H1_bilinear_seed2026_predict.npz": {
|
| 694 |
-
"sha256": "feab14e3c77c576b01014ab2d62c92a5363183557606cf830b5123b371417fa4",
|
| 695 |
-
"size_bytes": 31614132
|
| 696 |
-
},
|
| 697 |
-
"pre_registration/predictions/L9_H1_flat_svd_seed2026_predict.npz": {
|
| 698 |
-
"sha256": "17ee045e003ecf88c40429ac15dd05eaa5b2dd272ca0673c40b638f9f14f3131",
|
| 699 |
-
"size_bytes": 31464352
|
| 700 |
-
},
|
| 701 |
-
"pre_registration/predictions/L9_H1_orthogonal_seed2026_predict.npz": {
|
| 702 |
-
"sha256": "d9fbefad6e4eb0b78e983d07ff7c2524aad25626dd1ff9680fe5567d889ff0e7",
|
| 703 |
-
"size_bytes": 31384489
|
| 704 |
-
},
|
| 705 |
-
"pre_registration/predictions/L9_H1_random_seed2026_predict.npz": {
|
| 706 |
-
"sha256": "6f3b12aa982a420965c92547083d1e14dcca2fee213ab6715b42e27e74a35d71",
|
| 707 |
-
"size_bytes": 31464349
|
| 708 |
-
},
|
| 709 |
-
"pre_registration/predictions/L9_H2_bilinear_seed2026_predict.npz": {
|
| 710 |
-
"sha256": "4c5472bf5ba54c4d0d4d9544f1392786456a258cd96fcac8cc331f9ac480ac64",
|
| 711 |
-
"size_bytes": 31497511
|
| 712 |
-
},
|
| 713 |
-
"pre_registration/predictions/L9_H2_flat_svd_seed2026_predict.npz": {
|
| 714 |
-
"sha256": "743df893eac1e0ddb9070783e19303507c5ff675abddd558427d49c55b334228",
|
| 715 |
-
"size_bytes": 31520272
|
| 716 |
-
},
|
| 717 |
-
"pre_registration/predictions/L9_H2_orthogonal_seed2026_predict.npz": {
|
| 718 |
-
"sha256": "00c330887c60f0ee6ec72c534c6e6be8da0b46c6396234e7d6a3f693acee4592",
|
| 719 |
-
"size_bytes": 31499431
|
| 720 |
-
},
|
| 721 |
-
"pre_registration/predictions/L9_H2_random_seed2026_predict.npz": {
|
| 722 |
-
"sha256": "36dc6ceddd166ecd91a878299e128313e3f83e256bececf14ca2f81497704028",
|
| 723 |
-
"size_bytes": 31520269
|
| 724 |
-
},
|
| 725 |
-
"pre_registration/predictions/L9_H3_bilinear_seed2026_predict.npz": {
|
| 726 |
-
"sha256": "ece30da2cc79bef912fea4a09c01c0e70b3a2823359c700696da387aaf86cd62",
|
| 727 |
-
"size_bytes": 31395288
|
| 728 |
-
},
|
| 729 |
-
"pre_registration/predictions/L9_H3_flat_svd_seed2026_predict.npz": {
|
| 730 |
-
"sha256": "c1c7894afcf9339deaba888309dde37f3eabe5a8e1e1710e6662000bd67477d3",
|
| 731 |
-
"size_bytes": 31246955
|
| 732 |
-
},
|
| 733 |
-
"pre_registration/predictions/L9_H3_orthogonal_seed2026_predict.npz": {
|
| 734 |
-
"sha256": "2268441a5b2870abf8a5b9129dd66665d5046a4334dca02868b20c7014b6197f",
|
| 735 |
-
"size_bytes": 31280798
|
| 736 |
-
},
|
| 737 |
-
"pre_registration/predictions/L9_H3_random_seed2026_predict.npz": {
|
| 738 |
-
"sha256": "b77d17c4abd2564b24337b4539f43a75963946b6e2b59d7814893464ea569471",
|
| 739 |
-
"size_bytes": 31246952
|
| 740 |
-
},
|
| 741 |
-
"pre_registration/predictions/L9_H4_bilinear_seed2026_predict.npz": {
|
| 742 |
-
"sha256": "dc8ddee2e5f7bb5f978adcd4c23788ec69a8a8ae9029586b43275b5060db8248",
|
| 743 |
-
"size_bytes": 32062716
|
| 744 |
-
},
|
| 745 |
-
"pre_registration/predictions/L9_H4_flat_svd_seed2026_predict.npz": {
|
| 746 |
-
"sha256": "9e55f4f6fd13a9a8ac1c165934a28fcc51065b2c8c5c4deb2e88d6d07c5911a8",
|
| 747 |
-
"size_bytes": 31515685
|
| 748 |
-
},
|
| 749 |
-
"pre_registration/predictions/L9_H4_orthogonal_seed2026_predict.npz": {
|
| 750 |
-
"sha256": "6c1653249875f470492dcb8fef98ac8f0640a62533654a4c1d9647faee561a5b",
|
| 751 |
-
"size_bytes": 31643925
|
| 752 |
-
},
|
| 753 |
-
"pre_registration/predictions/L9_H4_random_seed2026_predict.npz": {
|
| 754 |
-
"sha256": "163442fbb2d24c8a6fb656f0e11746d6b02cd721a52e827133ddaffebe81bbeb",
|
| 755 |
-
"size_bytes": 31515682
|
| 756 |
-
},
|
| 757 |
-
"pre_registration/predictions/L9_H5_bilinear_seed2026_predict.npz": {
|
| 758 |
-
"sha256": "04859e207099b47bfbda9671d38debb32264a22e337d2a779610a95862d3d104",
|
| 759 |
-
"size_bytes": 31052874
|
| 760 |
-
},
|
| 761 |
-
"pre_registration/predictions/L9_H5_flat_svd_seed2026_predict.npz": {
|
| 762 |
-
"sha256": "2fd5eb2201cc1c7a01532c5d4037fb9c999a41bf5b6506c4e66e4a2ec987edbc",
|
| 763 |
-
"size_bytes": 31338844
|
| 764 |
-
},
|
| 765 |
-
"pre_registration/predictions/L9_H5_orthogonal_seed2026_predict.npz": {
|
| 766 |
-
"sha256": "b4927be0b139d473ef9bb3d71150d2d94c12235f4eeda95e50bded01574cd0f0",
|
| 767 |
-
"size_bytes": 31384636
|
| 768 |
-
},
|
| 769 |
-
"pre_registration/predictions/L9_H5_random_seed2026_predict.npz": {
|
| 770 |
-
"sha256": "cca583b7147d3b1804370b9bc7003e1b4fd298c9406bb67d0b426450aaefee0b",
|
| 771 |
-
"size_bytes": 31338842
|
| 772 |
-
},
|
| 773 |
-
"pre_registration/predictions/L9_H6_bilinear_seed2026_predict.npz": {
|
| 774 |
-
"sha256": "fe6501f0fa2e599c105d5650080e9a135595ab21c16d89024c7eb9326ba93520",
|
| 775 |
-
"size_bytes": 31369634
|
| 776 |
-
},
|
| 777 |
-
"pre_registration/predictions/L9_H6_flat_svd_seed2026_predict.npz": {
|
| 778 |
-
"sha256": "6456d34193ea0f4b971714774636f0f68127c1ca0450e23301914a740de72da7",
|
| 779 |
-
"size_bytes": 31724672
|
| 780 |
-
},
|
| 781 |
-
"pre_registration/predictions/L9_H6_orthogonal_seed2026_predict.npz": {
|
| 782 |
-
"sha256": "01992bed7205801628afa0e585f375f5496f17624628743bc324b16e429adb54",
|
| 783 |
-
"size_bytes": 31729667
|
| 784 |
-
},
|
| 785 |
-
"pre_registration/predictions/L9_H6_random_seed2026_predict.npz": {
|
| 786 |
-
"sha256": "dcfbec9eaa5a8d08276046b98990a1d8bb8d7c082819712b89bf81970e1a3793",
|
| 787 |
-
"size_bytes": 31724669
|
| 788 |
-
},
|
| 789 |
-
"pre_registration/predictions/L9_H7_bilinear_seed2026_predict.npz": {
|
| 790 |
-
"sha256": "7d63e3a81e7a1c73110199243979785c7f4e5f5b608ae0b0fadf3a77d4ebd16d",
|
| 791 |
-
"size_bytes": 26056112
|
| 792 |
-
},
|
| 793 |
-
"pre_registration/predictions/L9_H7_flat_svd_seed2026_predict.npz": {
|
| 794 |
-
"sha256": "c2c8ad94c4cbb09c13299a2231b9b95653996c3e6260272325f0c202cad0872f",
|
| 795 |
-
"size_bytes": 26196153
|
| 796 |
-
},
|
| 797 |
-
"pre_registration/predictions/L9_H7_orthogonal_seed2026_predict.npz": {
|
| 798 |
-
"sha256": "25347f6cf6ffc5947f20442613d7939cd05ff6162fd1c8aab627e0ec774904b3",
|
| 799 |
-
"size_bytes": 25864830
|
| 800 |
-
},
|
| 801 |
-
"pre_registration/predictions/L9_H7_random_seed2026_predict.npz": {
|
| 802 |
-
"sha256": "0ca301360dff799d5a733862c0637e7937c7ec8d453f0d9d4bbb6a42b2679c9b",
|
| 803 |
-
"size_bytes": 26196150
|
| 804 |
-
},
|
| 805 |
-
"pre_registration/predictions/L9_H8_bilinear_seed2026_predict.npz": {
|
| 806 |
-
"sha256": "1783eb5092508549c6e4750c96cf9207e8724c6aaf77f66e358be0be8975750a",
|
| 807 |
-
"size_bytes": 31707824
|
| 808 |
-
},
|
| 809 |
-
"pre_registration/predictions/L9_H8_flat_svd_seed2026_predict.npz": {
|
| 810 |
-
"sha256": "0121e84bc04fe1bc9fbac3fb5c92999f23fa72f389ea10d82953f8a4d1bedbb8",
|
| 811 |
-
"size_bytes": 31441260
|
| 812 |
-
},
|
| 813 |
-
"pre_registration/predictions/L9_H8_orthogonal_seed2026_predict.npz": {
|
| 814 |
-
"sha256": "77c0f2cb877fb6494c34460e622ddf1d41ae4b6c36949b6f37f4cc341b02740b",
|
| 815 |
-
"size_bytes": 31770068
|
| 816 |
-
},
|
| 817 |
-
"pre_registration/predictions/L9_H8_random_seed2026_predict.npz": {
|
| 818 |
-
"sha256": "37b3fd37beb8f157a25cd8b891983309b919ff953e05a5e29cb493add650af69",
|
| 819 |
-
"size_bytes": 31441257
|
| 820 |
-
},
|
| 821 |
-
"pre_registration/predictions/L9_H9_bilinear_seed2026_predict.npz": {
|
| 822 |
-
"sha256": "5055eff096b3c007949f40f917d05f8a20ba79fe2e9e31314216a47b37cfb90b",
|
| 823 |
-
"size_bytes": 31025600
|
| 824 |
-
},
|
| 825 |
-
"pre_registration/predictions/L9_H9_flat_svd_seed2026_predict.npz": {
|
| 826 |
-
"sha256": "8061111a7b18f96bf29c6255e2dea6ffc1d96922c49329a9ae3b3c78e5a3306d",
|
| 827 |
-
"size_bytes": 31783509
|
| 828 |
-
},
|
| 829 |
-
"pre_registration/predictions/L9_H9_orthogonal_seed2026_predict.npz": {
|
| 830 |
-
"sha256": "8f895a29eae86ab419c93ea9efa6c942c0c0af2eef1ca37068f6f5920cf486e4",
|
| 831 |
-
"size_bytes": 31561694
|
| 832 |
-
},
|
| 833 |
-
"pre_registration/predictions/L9_H9_random_seed2026_predict.npz": {
|
| 834 |
-
"sha256": "8367ce9fc2921783f75d84ea86c31ddae2a17d2facfcafd1fadd7b76434e6faf",
|
| 835 |
-
"size_bytes": 31783506
|
| 836 |
-
},
|
| 837 |
"results/89pct_population_test/README.md": {
|
| 838 |
"size_bytes": 514
|
| 839 |
},
|
|
|
|
| 63 |
"flat_baseline/rwkv7-1.5b_L12_H0/train_log.jsonl": {
|
| 64 |
"size_bytes": 5753
|
| 65 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
"results/89pct_population_test/README.md": {
|
| 67 |
"size_bytes": 514
|
| 68 |
},
|
pre_registration/README.md
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
# Pre-registration — Stage 2 prediction pass
|
| 2 |
-
|
| 3 |
-
This directory holds the 192 NPZ shards produced by the pre-registered Stage 2 prediction pass for the closed-form three-factor logit law.
|
| 4 |
-
|
| 5 |
-
## Background
|
| 6 |
-
|
| 7 |
-
The pre-registration document (`paper-9pager/pre_registration.md` in the code repo) was filed on 2026-04-17 with seven R²-based hypotheses at Qwen3.5-0.8B Gated DeltaNet L1, L9, L17. The Stage 2 pass produced predictions WITHOUT yet running the observed comparison; the Stage 3 observed pass populates via `scripts/slotfill.py --experiment exp_c_observe`.
|
| 8 |
-
|
| 9 |
-
## Files
|
| 10 |
-
|
| 11 |
-
192 `.npz` shards named `L<layer>_H<head>_<sae_kind>_seed2026_predict.npz`, where:
|
| 12 |
-
|
| 13 |
-
- `<layer>` ∈ {1, 9, 17}
|
| 14 |
-
- `<head>` ∈ {0, ..., 15}
|
| 15 |
-
- `<sae_kind>` ∈ {bilinear, flat_svd, random, orthogonal}
|
| 16 |
-
|
| 17 |
-
Each shard contains the closed-form prediction `Δℓ ≈ G · <v_i, q_t> · <v_i, W_U[tok]>` evaluated under one (layer, head, SAE-kind) configuration, before the corresponding observed run.
|
| 18 |
-
|
| 19 |
-
## Audit
|
| 20 |
-
|
| 21 |
-
The pre-registration audit script (`scripts/prereg_r2_computation.py` in the code repo) walks these shards plus the Stage 3 observed shards and computes per-hypothesis R² with the falsification thresholds named in the pre-reg document. The audit confirms which hypotheses were corroborated, which fell within the predicted falsification region, and which were inconclusive.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H0_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:92c56f09a76c302915f9c8759d26d543d020f90ab551951137d7d80fb66ee6d4
|
| 3 |
-
size 32097685
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H0_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:236fdd0866a698e47fba663af070af17fa10963222455880a488674cb34aeab5
|
| 3 |
-
size 31791454
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H0_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:619fb367331743f5533ede1c838b6ae40e0e517fcc4a8c4e4f7d9eeb7d387a2a
|
| 3 |
-
size 31584177
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H0_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3f949873808dd6a1cb23a5f1618297862ef6159b71ef711b6c4c0d7b4bf2047e
|
| 3 |
-
size 31791452
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H10_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:14abe6a4c10fcc28ca81660653a45186d4b3043e7fbeb932d2c31c1637bc047a
|
| 3 |
-
size 32143360
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H10_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:265b88ed281ae2ca80d59cac7012b58b67ba538a932c910f11e13c8af312c977
|
| 3 |
-
size 31898980
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H10_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c72a12e17f9a996db16747e40aa3e58b3e6d44477222ec8c9c64f7005efad45a
|
| 3 |
-
size 32076293
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H10_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fd2b878225e643d67d9bf0bde1fc6aab92cdf416daaa1fdd4e292d1d379c7e78
|
| 3 |
-
size 31898977
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H11_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b91267b5dd36400ef56b7cde4c25972a05d5679ad01831b61eaf65d962ea9bc7
|
| 3 |
-
size 31052269
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H11_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:be8eb5b5bb50fab09eace990c38422bf87fc8350540d6edefad83932598e6cf6
|
| 3 |
-
size 31529531
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H11_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:71042d977dde997dd4dba00e3d9febcc8c81e7f4b48418742a32b46b56ada2bf
|
| 3 |
-
size 31463071
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H11_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:44f7ba41d2ac014624d4f3c5f8e08f5d91d4a977b0082ec003ecebb0510daff1
|
| 3 |
-
size 31529527
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H12_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a391d5268260104da3bf3456cdea1f34817ebe694c9e2737477b98d38cb99645
|
| 3 |
-
size 31812617
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H12_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1b10465b68a351117d0fabf352e5fd17075329b1291f7963a2df9db22b9bb2ae
|
| 3 |
-
size 31462120
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H12_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:93ae5d6c60ea761c419376a768d5b234d4830b0230a8ae6c6819d7dc4f80cbad
|
| 3 |
-
size 31494106
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H12_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:aa8b2398e5d486cb96e516da622dd42818f8f90cb5bc88099bc2fed94a4fe963
|
| 3 |
-
size 31462117
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H13_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e6485f71edff78924a59541f1acae0b8566ca3c184f0acf127e5eb8e734609c0
|
| 3 |
-
size 31871879
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H13_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d64030d1cad55d3229393f2aa7fb7834bb9c111eb5c68f3a9e229da651ed1d6
|
| 3 |
-
size 32013953
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H13_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a89a89a6094328f3aa5ff5564e6aab7692bcfbb437d2f046ff7c6319bccfcd05
|
| 3 |
-
size 32008991
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H13_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7f2def9381111c23bb0db1f355eeeabacf467748a11cfb1a09e1d3163e104e7e
|
| 3 |
-
size 32013950
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H14_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:028cdf94ccf298f15c66ae9c9abd957a2e8a43239d608834d4da2cc46d8b732d
|
| 3 |
-
size 32362144
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H14_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:59dc1b803c77cbd3fb5d87c9d4261c12272722ad7c9d17ea658b001d3a799a3e
|
| 3 |
-
size 32404150
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H14_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ab03b39c433545277f96b54dd500da945512ff2abf8394708162c6d15f38fc06
|
| 3 |
-
size 32534173
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H14_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ab54e9fa9704c2acd7eb7a7f1aad846f8d737f025deda77478e3c77c66ad37d9
|
| 3 |
-
size 9851637
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H15_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a32e9b311e21624ec67fea01098dc74cdacf30359ad9a752983a8a251f1b51d3
|
| 3 |
-
size 31702296
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H15_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fe02316e32772a62ecad2f1ee37de39e15e3aeab0916519b7d545afa8dcf0549
|
| 3 |
-
size 31834219
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H15_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e9b71ef3e742e2d8bae9ac70bbb2941506a64cc00b1904425930c7adc5649b28
|
| 3 |
-
size 31707808
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H15_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:313ceac1164617411a5fdf422aab56a0a83f203654a16cf63a7f7fc288818be3
|
| 3 |
-
size 31834215
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H1_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ae8981aebd9e63431bfdf614a75e4897bdbc8214de9be36ba252ba24a92f5255
|
| 3 |
-
size 31557399
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H1_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ec0270d038b1211e61320956cfdb4261c97ff772f074f9efd94f511547527828
|
| 3 |
-
size 31423504
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H1_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ab5432142ee7fe99e8b0fefae7d680bfd0d9f16edf4417ba74b7c3d5e07533b0
|
| 3 |
-
size 31465843
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H1_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:666e097a68eb51ffd01a1be04b2089c2a7068dd312a391b891b98be0a07e19dc
|
| 3 |
-
size 31423501
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H2_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:84523babbdcc5fe5689deb388e00cde4b3a472ac744b646759df18439849cfa5
|
| 3 |
-
size 31196025
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H2_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1a68745a88fdf3566230f939378e098b07cb3e2c6f4335c0e88030bd97b9ec5d
|
| 3 |
-
size 31503067
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H2_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c1e329866c8bbb7fd12215eb9b0f093ec887637fde27d9514ec107ed45affd0c
|
| 3 |
-
size 31536045
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H2_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2ef7c5962fde3eac5258375ca9dba69db59abbf98bf0601cf9fac01bc93a633b
|
| 3 |
-
size 31503064
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H3_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:34687fb13ea45cf96dd30e2126a0cc1fa9d599f28ded5f901b4208970006dfa0
|
| 3 |
-
size 31816462
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H3_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b9f68523bb095cf7481dad5251af449a6cbaf4e2b53359121feaccdcbd1aac85
|
| 3 |
-
size 31850459
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H3_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e5d3075749a8045da0a2131a73c51e9a344af33dccb1531b8cd4b998498960d9
|
| 3 |
-
size 31669587
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H3_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:46fd31c1c0b41cd09530464c6ae9e4a73a3c7bf2627a0ba0261b1679edecda0a
|
| 3 |
-
size 31850455
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H4_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:778df39c82d1dc4d4503850e0e4c6b029d753eb47b3baac723010ba3ba974cc4
|
| 3 |
-
size 26912526
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H4_flat_svd_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a84cf313bc8593d12bf1596fc0eda8b4446976e9faab329185462bca38356682
|
| 3 |
-
size 26654037
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H4_orthogonal_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6639987daefb1e5511173817446e6c028be4306997e52d8353e39096780dff19
|
| 3 |
-
size 26695530
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H4_random_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:24ff16fabe04f8bdc2c3df029fcaafe10cda18c10c571ef794b60b48ab4bfcb2
|
| 3 |
-
size 26654032
|
|
|
|
|
|
|
|
|
|
|
|
pre_registration/predictions/L17_H5_bilinear_seed2026_predict.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f7c0954628487f0c89fdd5907712514f49c31b5a8041feece8faf554d18ba4a9
|
| 3 |
-
size 31387620
|
|
|
|
|
|
|
|
|
|
|
|