dwiest commited on
Commit
2438f8b
·
verified ·
1 Parent(s): ed484c2

Separate intervention benchmark and correct public dataset card

Browse files

Intervention pairs now live in Axym-Labs/axobench-interventions. This commit keeps the 125k ordinary trace corpus, removes duplicated intervention files and stale mixed-package metadata, and records the exact public split counts.

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +20 -27
  2. checksums.sha256 +0 -613
  3. compression_report.json +0 -97
  4. dataset_manifest_template.json +0 -189
  5. dataset_package_manifest.json +18 -57
  6. generation_completion_check.json +0 -43
  7. generation_summary.json +0 -43
  8. interventions/event_dropout/manifest.json +0 -0
  9. interventions/event_dropout/specimen_479770916_intervention_pair_00731.json +0 -48
  10. interventions/event_dropout/specimen_479770916_intervention_pair_00731.npz +0 -3
  11. interventions/event_dropout/specimen_479770916_intervention_pair_00732.json +0 -48
  12. interventions/event_dropout/specimen_479770916_intervention_pair_00732.npz +0 -3
  13. interventions/event_dropout/specimen_479770916_intervention_pair_00733.json +0 -48
  14. interventions/event_dropout/specimen_479770916_intervention_pair_00733.npz +0 -3
  15. interventions/event_dropout/specimen_479770916_intervention_pair_00734.json +0 -48
  16. interventions/event_dropout/specimen_479770916_intervention_pair_00734.npz +0 -3
  17. interventions/event_dropout/specimen_479770916_intervention_pair_00735.json +0 -48
  18. interventions/event_dropout/specimen_479770916_intervention_pair_00735.npz +0 -3
  19. interventions/event_dropout/specimen_479770916_intervention_pair_00736.json +0 -48
  20. interventions/event_dropout/specimen_479770916_intervention_pair_00736.npz +0 -3
  21. interventions/event_dropout/specimen_479770916_intervention_pair_00737.json +0 -48
  22. interventions/event_dropout/specimen_479770916_intervention_pair_00737.npz +0 -3
  23. interventions/event_dropout/specimen_479770916_intervention_pair_00738.json +0 -48
  24. interventions/event_dropout/specimen_479770916_intervention_pair_00738.npz +0 -3
  25. interventions/event_dropout/specimen_487664663_intervention_pair_00474.json +0 -48
  26. interventions/event_dropout/specimen_487664663_intervention_pair_00474.npz +0 -3
  27. interventions/event_dropout/specimen_487664663_intervention_pair_00475.json +0 -48
  28. interventions/event_dropout/specimen_487664663_intervention_pair_00475.npz +0 -3
  29. interventions/event_dropout/specimen_487664663_intervention_pair_00476.json +0 -48
  30. interventions/event_dropout/specimen_487664663_intervention_pair_00476.npz +0 -3
  31. interventions/event_dropout/specimen_487664663_intervention_pair_00477.json +0 -48
  32. interventions/event_dropout/specimen_487664663_intervention_pair_00477.npz +0 -3
  33. interventions/event_dropout/specimen_487664663_intervention_pair_00478.json +0 -48
  34. interventions/event_dropout/specimen_487664663_intervention_pair_00478.npz +0 -3
  35. interventions/event_dropout/specimen_487664663_intervention_pair_00479.json +0 -48
  36. interventions/event_dropout/specimen_487664663_intervention_pair_00479.npz +0 -3
  37. interventions/event_dropout/specimen_487664663_intervention_pair_00480.json +0 -48
  38. interventions/event_dropout/specimen_487664663_intervention_pair_00480.npz +0 -3
  39. interventions/event_dropout/specimen_487664663_intervention_pair_00481.json +0 -48
  40. interventions/event_dropout/specimen_487664663_intervention_pair_00481.npz +0 -3
  41. interventions/event_dropout/specimen_488679042_intervention_pair_01245.json +0 -48
  42. interventions/event_dropout/specimen_488679042_intervention_pair_01245.npz +0 -3
  43. interventions/event_dropout/specimen_488679042_intervention_pair_01246.json +0 -48
  44. interventions/event_dropout/specimen_488679042_intervention_pair_01246.npz +0 -3
  45. interventions/event_dropout/specimen_488679042_intervention_pair_01247.json +0 -48
  46. interventions/event_dropout/specimen_488679042_intervention_pair_01247.npz +0 -3
  47. interventions/event_dropout/specimen_488679042_intervention_pair_01248.json +0 -48
  48. interventions/event_dropout/specimen_488679042_intervention_pair_01248.npz +0 -3
  49. interventions/event_dropout/specimen_488679042_intervention_pair_01249.json +0 -48
  50. interventions/event_dropout/specimen_488679042_intervention_pair_01249.npz +0 -3
README.md CHANGED
@@ -16,25 +16,27 @@ tags:
16
 
17
  # AxoBench
18
 
19
- AxoBench is a large-scale dataset containing L5-pyramidal neuron simulations.
20
- It was generated with neuronio-backwards-compatibility, covering multiple morphologies,
21
- out-of-distribution interventions and eliminating a clipping problem.
22
- Generated with CoreNEURON.
 
 
 
 
 
 
 
23
 
24
  ## Layout
25
 
26
  - `train/`: 785 compressed NPZ shards, 100,000 traces.
27
  - `val/`: 100 compressed NPZ shards, 12,500 traces.
28
  - `test/`: 100 compressed NPZ shards, 12,500 traces.
29
- - `private-test/`: 100 compressed NPZ shards, 12,500 traces.
30
- - `interventions/<name>/`: paired baseline/intervention NPZ shards for
31
- `event_dropout`, `exc_dropout`, `inh_dropout`, `site_silence`, and
32
- `temporal_jitter`; each intervention contains 2,500 paired traces.
33
 
34
- The ordinary trace shards use `.npz` files with arrays such as `inputs`,
35
- `targets`, and `sample_ids`. Intervention shards use paired arrays such as
36
- `baseline_inputs`, `intervention_inputs`, `baseline_targets`, and
37
- `intervention_targets`.
38
 
39
  ## Compression
40
 
@@ -44,24 +46,15 @@ uploads. Do not wrap this folder in one monolithic zip or tar archive for the
44
  primary Hugging Face distribution: the shards are already compressed and an
45
  outer archive would make subset access worse.
46
 
47
- See `compression_report.json` for measured compression ratios and
48
- `checksums.sha256` for file integrity checks.
49
 
50
  ## Metadata
51
 
52
- - `dataset_manifest_template.json`: intended dataset structure and benchmark
53
- framing.
54
- - `generation_summary.json`: generation backend, morphology set, sample counts,
55
- and runtime summary.
56
- - `generation_completion_check.json`: split/intervention completion summary.
57
- - `dataset_package_manifest.json`: upload/package-level summary.
58
- - `compression_report.json`: compression audit.
59
- - `checksums.sha256`: SHA-256 checksums for all packaged files except the
60
- checksum file itself.
61
 
62
  ## Access State
63
 
64
- This upload is public so collaborators and reviewers can access the packaged
65
- shards directly. The dataset card, license, private-test policy, and
66
- paper-facing framing should still be reviewed before a paper-facing release
67
- tag or DOI mirror.
 
16
 
17
  # AxoBench
18
 
19
+ AxoBench is a large-scale CoreNEURON corpus for training and evaluating
20
+ data-driven models of layer-5 pyramidal neurons.
21
+ It contains 125,000 six-second traces across multiple reconstructed
22
+ morphologies, with event inputs and paired somatic-voltage/spike targets.
23
+
24
+ Two companion datasets cover distinct evaluation settings:
25
+
26
+ - [`Axym-Labs/axobench-population`](https://huggingface.co/datasets/Axym-Labs/axobench-population)
27
+ contains population-compatible shards and connectivity context.
28
+ - [`Axym-Labs/axobench-interventions`](https://huggingface.co/datasets/Axym-Labs/axobench-interventions)
29
+ contains paired causal interventions.
30
 
31
  ## Layout
32
 
33
  - `train/`: 785 compressed NPZ shards, 100,000 traces.
34
  - `val/`: 100 compressed NPZ shards, 12,500 traces.
35
  - `test/`: 100 compressed NPZ shards, 12,500 traces.
 
 
 
 
36
 
37
+ Each compressed NPZ shard contains arrays including `inputs`, `targets`, and
38
+ `sample_ids`; the adjacent JSON file records shard-level provenance and
39
+ metadata.
 
40
 
41
  ## Compression
42
 
 
46
  primary Hugging Face distribution: the shards are already compressed and an
47
  outer archive would make subset access worse.
48
 
49
+ See `checksums.sha256` for file integrity checks.
 
50
 
51
  ## Metadata
52
 
53
+ - `dataset_package_manifest.json`: split counts, sizes, and packaging details.
54
+ - `checksums.sha256`: SHA-256 checksums for all trace and shard-metadata files.
 
 
 
 
 
 
 
55
 
56
  ## Access State
57
 
58
+ The public `test` split supports reproducible comparison.
59
+ An unreleased confirmation set is held separately and is not part of this Hub
60
+ repository.
 
checksums.sha256 CHANGED
@@ -1,615 +1,3 @@
1
- cef5517fd4468692f68dd13df47a8022ae7446ebec311eff3e623c73473ef0e8 README.md
2
- d507c06b43f41bd3ec90511ee54e33f579375ba4f7d44c077ae91266ea8741fe compression_report.json
3
- ebb028528d18052261347de49b69a2f154c41df2eff8537b4fa653a4e50287b4 dataset_manifest_template.json
4
- f8fea2cfb9fd9b0e7f6298ba84bc7ea48ed39d4a0d02180ddf1cdb09d35e8a43 dataset_package_manifest.json
5
- 251326f0c0d0abf1becf41427366d83a0ac23bac3e6c89b0f43469b5eedd0b02 generation_completion_check.json
6
- 96406feb855cd260dd5fd5816aeba428d0a83ce3d9a7dc152c4c17f6cdd0a67d generation_summary.json
7
- d82703d37ce24338915a9c7a7d42c37fec74a8d8b4221ccbbd64c0e3acabca36 interventions/event_dropout/manifest.json
8
- 8303b259a464dde5aeb234490e82cf2cc4e3ffdf964819bb865d5d9f66aa87a7 interventions/event_dropout/specimen_479770916_intervention_pair_00731.json
9
- ab493485adcbf26cb170ab5af892c55c7d7fcb42153d401484b0cfc73585621f interventions/event_dropout/specimen_479770916_intervention_pair_00731.npz
10
- bcc979350bba5b38ecdab437ad9f3d12e85f27cd0b6d433c8cf536a85e40c0e2 interventions/event_dropout/specimen_479770916_intervention_pair_00732.json
11
- 426b90f4d8b7940e3069ddccecf96582eb1ceaa5df4172e2ed7e06563309f2b4 interventions/event_dropout/specimen_479770916_intervention_pair_00732.npz
12
- dd9309f1ee3808ad2cfc4c8a83f08f160bd4d5e9bfee7c40e74faa9573a90a5b interventions/event_dropout/specimen_479770916_intervention_pair_00733.json
13
- 6068b68bdf515580609ce811503a7e434712e9a77c2167b713911179cc3f69a6 interventions/event_dropout/specimen_479770916_intervention_pair_00733.npz
14
- 95154829f517c776f1e499ab13259dd2522419997820abdf7c1ed94d906342f9 interventions/event_dropout/specimen_479770916_intervention_pair_00734.json
15
- f44d80a4cc97e70052683d01e102c4b02a0030c30cde729c31293cf2fdcf8309 interventions/event_dropout/specimen_479770916_intervention_pair_00734.npz
16
- b09b81c040e14165f8e0a2254ae12a7edefc64aef23244f3f69564dd2a30f324 interventions/event_dropout/specimen_479770916_intervention_pair_00735.json
17
- 78692cf7c1bfb5d934a354f7c3ed6bfbb5a38cfb62978a8bc5e1d10d95744eec interventions/event_dropout/specimen_479770916_intervention_pair_00735.npz
18
- 74058574f210504e40d39b7d9cf56da6ce0754d05bc305e007a117daa4b629cf interventions/event_dropout/specimen_479770916_intervention_pair_00736.json
19
- 21a26e7362ccba86004d6ef8e3f0c3c0eab0f0dc96fa404e10055aeffda54dce interventions/event_dropout/specimen_479770916_intervention_pair_00736.npz
20
- 342f80bef4c500e370ead4d0cd927f7791aaf7475aae1951991f0fefbb373125 interventions/event_dropout/specimen_479770916_intervention_pair_00737.json
21
- 2052343e27d382434ffc5c40be9603b144632c79c163b2eeff9d8341fb6a62e8 interventions/event_dropout/specimen_479770916_intervention_pair_00737.npz
22
- 59ae6b0cdcd678c04683e6c1d7ea7e0d19041373c3ea728c0cc412a2f214cef3 interventions/event_dropout/specimen_479770916_intervention_pair_00738.json
23
- 164da6b16330500fd63cfb5e47fd8e7af905c7e9e1eb585b53cbf2b7ddc4368d interventions/event_dropout/specimen_479770916_intervention_pair_00738.npz
24
- 28b593de3100509d7287bac348ec41067db603698d4e248d5f26bc61141b0d3d interventions/event_dropout/specimen_487664663_intervention_pair_00474.json
25
- 7d961548074e09febae59e211ac27978a297d0395dd52c6ee80050e15be57922 interventions/event_dropout/specimen_487664663_intervention_pair_00474.npz
26
- c4355ee7ab820c3cca6ab730d44168399fd2376dd0d80df722e435c3081c6386 interventions/event_dropout/specimen_487664663_intervention_pair_00475.json
27
- 095d94a2c3d0b47c47d225d569c40ac0f0002fdca3de9f36f688b8a05ddbd7a3 interventions/event_dropout/specimen_487664663_intervention_pair_00475.npz
28
- 74a87e252aca1af2c804089252e03d735f4b2e9efc0ff4a3a412bda5e4e7abaf interventions/event_dropout/specimen_487664663_intervention_pair_00476.json
29
- 85ef1724853ea420eb856e1527b8c16aff35ea258369a4d68a076e0d2bc57f61 interventions/event_dropout/specimen_487664663_intervention_pair_00476.npz
30
- 0581983f56199d02fdb33d455e767199061d547b2c7fb7e101adc5cb5b3cceb3 interventions/event_dropout/specimen_487664663_intervention_pair_00477.json
31
- 7e8690106450dc121812edaa295f05c26ec83208fb8d6cadcc16900f3fdf6049 interventions/event_dropout/specimen_487664663_intervention_pair_00477.npz
32
- b90b5b275935a9df2ae96b9ced5b305b1c92cb2bf9bf0da42ffa2a2bb1f7a737 interventions/event_dropout/specimen_487664663_intervention_pair_00478.json
33
- 491efebd68e88a022463ade01503f68c8382df2bc4b4a9a9aca5c041d488a566 interventions/event_dropout/specimen_487664663_intervention_pair_00478.npz
34
- 97e6e3ee46d7349f5a6fbdc987595b4dab37995624ead939caaa1d044cff5e9c interventions/event_dropout/specimen_487664663_intervention_pair_00479.json
35
- 7c1b795839b5c11bd8bf41046cadf5e20a5297fd5d6ee3ffbac9cdb9fc3a911a interventions/event_dropout/specimen_487664663_intervention_pair_00479.npz
36
- 34cec78c625582cd76b0820c43246472101532dcdaa25461c9dfdc2150974087 interventions/event_dropout/specimen_487664663_intervention_pair_00480.json
37
- 5b064ab4dece085b2e3abb02ea03230629243328ec57c1c323aaddc5c613a024 interventions/event_dropout/specimen_487664663_intervention_pair_00480.npz
38
- 85fbf6733d517cc991eb01bb6369f2ba157038c2dc2bef4d9fe9fe176191c166 interventions/event_dropout/specimen_487664663_intervention_pair_00481.json
39
- 9c71c05e479ff46add58ceafe5c415bc1d4fb423dce2046836bc288685b8980c interventions/event_dropout/specimen_487664663_intervention_pair_00481.npz
40
- 8cdeecd84183926e3d974c697cec03d4c563267fc44d695cf60e5d4449905ef0 interventions/event_dropout/specimen_488679042_intervention_pair_01245.json
41
- 5b5f9a012ca5c7d470c488c318c2792e7af0862838a82c0807e4de3aac744b35 interventions/event_dropout/specimen_488679042_intervention_pair_01245.npz
42
- f9170d9d733c66ae907b6aad7461fd32d49fbd8a9ba71e0909e5a3736082a4a7 interventions/event_dropout/specimen_488679042_intervention_pair_01246.json
43
- 64ed716534a15122802907727c09d16050da7c0e093a4414c666c9eee38ac871 interventions/event_dropout/specimen_488679042_intervention_pair_01246.npz
44
- 34f93583ef749beafb0a310dedf740fb37bf786450228ddb2d3675be870ad232 interventions/event_dropout/specimen_488679042_intervention_pair_01247.json
45
- ffaa9161868bad9cffbb455cae89b2719c5eb0e48fe889ed29732f5fd9a0a342 interventions/event_dropout/specimen_488679042_intervention_pair_01247.npz
46
- a658a72677441446988a9901160e11e0c4e82bf5073bbf780195105ac8a722f4 interventions/event_dropout/specimen_488679042_intervention_pair_01248.json
47
- d14443fda34af94766f4afd3d08d29c6ad05bf2375b11e498ed55729dc434e35 interventions/event_dropout/specimen_488679042_intervention_pair_01248.npz
48
- b7c99c75ea3a735872f06fd490127661f1f291a536f1a8a7f41a6d0f4b467f31 interventions/event_dropout/specimen_488679042_intervention_pair_01249.json
49
- 585e32b533fb5ba16f3078ad84835781bd950fe456f39802e34901ecc6f8ef0f interventions/event_dropout/specimen_488679042_intervention_pair_01249.npz
50
- 10cc7b55c80c0cb781575aadcd7e45ed7bbbe90c778599d217c2e7eb52fa6b29 interventions/event_dropout/specimen_488679042_intervention_pair_01250.json
51
- 02313ef0f1f2151ad8af61605e3bcbb1180bc682c2af8763fc230c2ab0779957 interventions/event_dropout/specimen_488679042_intervention_pair_01250.npz
52
- 2c26707d9ec559bacdc8e58ee2a78126af7c55170179b9be88a9eff033c32662 interventions/event_dropout/specimen_488679042_intervention_pair_01251.json
53
- 9d21f143a567b8887fc0c767b8cfab5c01a5c54a6695414dc30ee5f2ff87b62d interventions/event_dropout/specimen_488679042_intervention_pair_01251.npz
54
- 015f32c47dd5bfd3497031f02e02261799313af4e6c619e38a001adc6e0920d5 interventions/event_dropout/specimen_488679042_intervention_pair_01252.json
55
- 93dbd8944472fac7cd7c627da9e3680aec1c923244a6e62f55748f323316ad41 interventions/event_dropout/specimen_488679042_intervention_pair_01252.npz
56
- c3f50f5bd7359d545bdc294901f4e5b846f1f80b63ea9ab093915b12e7dd564d interventions/event_dropout/specimen_488683425_intervention_pair_00217.json
57
- 0d3c31d0115f98daf923c99096b6dcab07460cac6355a2b5d9c5275a4efa16e2 interventions/event_dropout/specimen_488683425_intervention_pair_00217.npz
58
- c706995d36926e7b8347205158edef785b4a70272b9f771bc1f58a5f1cdd6f83 interventions/event_dropout/specimen_488683425_intervention_pair_00218.json
59
- 3e76337ef8cb8f79465c769d98c7d2973541e3e7960d86709aeda6d3da64f55b interventions/event_dropout/specimen_488683425_intervention_pair_00218.npz
60
- dbcf93bd3b921a48df18dab25399885a127070abf52529f2a73d203ad9ded2ec interventions/event_dropout/specimen_488683425_intervention_pair_00219.json
61
- b75e7d9c8c754d3d6324a1af1830d7805a45fb249aca6c1209c727b198c47917 interventions/event_dropout/specimen_488683425_intervention_pair_00219.npz
62
- 5aaceef00ef06d11d0ee670626dcbc51e5569627e827fdcb9c7caafb0bb4fba5 interventions/event_dropout/specimen_488683425_intervention_pair_00220.json
63
- 022a0140504a7d3807c591e76d7e18a70fc10d7e174c533c0e737b82fd0f2831 interventions/event_dropout/specimen_488683425_intervention_pair_00220.npz
64
- 26da23fb8c08191f714b178e099755e0fcb0d2ef6e59275ab8c196bf2b07afee interventions/event_dropout/specimen_488683425_intervention_pair_00221.json
65
- df6ad546568bce35a2aafa2b13d176b96827a0e4ec45209477280bd031070d77 interventions/event_dropout/specimen_488683425_intervention_pair_00221.npz
66
- 5e93ff4ae4a3d047e7d7c27c72c97288946d2b784eda16d046ee806f13ec8a80 interventions/event_dropout/specimen_488683425_intervention_pair_00222.json
67
- 48ca988a2d1ea4e24f8346c941476dd77835617cf06b52e12dc2817cfd2bb13d interventions/event_dropout/specimen_488683425_intervention_pair_00222.npz
68
- 780a4a1719c29958031e400dcb5715c1d0a9917e7dc0cd131978256f5bade158 interventions/event_dropout/specimen_488683425_intervention_pair_00223.json
69
- ca8dbec94e7c6b614be3d0d4c2b995a53e4db435d0f636e2f452a5d0ab609688 interventions/event_dropout/specimen_488683425_intervention_pair_00223.npz
70
- a5e09b35f5a9948427c630a2718efb270eb6893c459a82feb621f9835d74a677 interventions/event_dropout/specimen_488683425_intervention_pair_00224.json
71
- 9057b82b6e134d6aae2fb4a8b72e99e9a9e49fd34785f42bf63dee52154c6806 interventions/event_dropout/specimen_488683425_intervention_pair_00224.npz
72
- ddfb0f4ed3fcb31e44efb4f68496062b2b2ca3b06466c443064fdb5a81914100 interventions/event_dropout/specimen_589427435_intervention_pair_00988.json
73
- ddcfb6b7ca1ece7434ddcb9fdc9775094b8f6832ad1070c9a9841053551bcdea interventions/event_dropout/specimen_589427435_intervention_pair_00988.npz
74
- dda623166dd017cc0d4e0b8fb0f7c64a934afaf4a824ef08823e5045a2686639 interventions/event_dropout/specimen_589427435_intervention_pair_00989.json
75
- e4019917c6997bbb4dc1a7903cf3ed5f73a56bf3cf81e6ddbdc2a982c523038f interventions/event_dropout/specimen_589427435_intervention_pair_00989.npz
76
- 5c5cb721dea674812481b46e18d2e44693719ae9ff123a253f2e2ab279187db6 interventions/event_dropout/specimen_589427435_intervention_pair_00990.json
77
- 51fba73f5c9e9a036acbf4838eac9e39f6a84bbb0e680efb53a9cb053a7b5342 interventions/event_dropout/specimen_589427435_intervention_pair_00990.npz
78
- 89eb0b92c2e4b5f59c15c745079009d88c149b0db7dc6646c2f3f1e39e39b478 interventions/event_dropout/specimen_589427435_intervention_pair_00991.json
79
- 08c07a35cb5b43c7774d77063cad2deb326a212708f505eab64867f9bf731b12 interventions/event_dropout/specimen_589427435_intervention_pair_00991.npz
80
- 9900f9db4f44fd485ffd80e84304c84dd5c14d2980c275d17683cff9f50d129f interventions/event_dropout/specimen_589427435_intervention_pair_00992.json
81
- 666507f6877fbe4d0af0b85fe40b5eaba565aa21b0d6a7e126cca49bb9e4fe39 interventions/event_dropout/specimen_589427435_intervention_pair_00992.npz
82
- 22aac7c96739e8e2727c7cb8cab0054f88e5ffb5b59acfa1303215ebd9c22739 interventions/event_dropout/specimen_589427435_intervention_pair_00993.json
83
- 8de83ab661337097c974618f2c03b406093a67db911e463a14135b5e9132f362 interventions/event_dropout/specimen_589427435_intervention_pair_00993.npz
84
- 4452c03c71081f1d414d7530c13fb84b0099a6618da7f571013a915303ffd7fb interventions/event_dropout/specimen_589427435_intervention_pair_00994.json
85
- c55ec20fb98dc5d5878d67dac88bb15c9d11cfa07e8e751fec9c9484c1a0b260 interventions/event_dropout/specimen_589427435_intervention_pair_00994.npz
86
- b262ec815c5d033a2fad083dd734807bde365eee28e25b05696215d663dd28af interventions/event_dropout/specimen_589427435_intervention_pair_00995.json
87
- 75249d7e9c968cc6e2d2dc784632d78a7b67e2b90eb4578c6aab6728cb986233 interventions/event_dropout/specimen_589427435_intervention_pair_00995.npz
88
- 6082b79434838903cfe657bb9e790825d4876dca8102dbe4c2861e7faf7f8242 interventions/exc_dropout/manifest.json
89
- 1673808656051721cec8b3e8ebc40a5cb89963ea8d3ed77884a2061f5b8a1f1b interventions/exc_dropout/specimen_479770916_intervention_pair_00739.json
90
- 6ba400a25f190280780236124d282c3b48c96b904c3ef1ca48ed7244caa83b55 interventions/exc_dropout/specimen_479770916_intervention_pair_00739.npz
91
- 07f04cdf3a768d75704931da5a869f9b1de3d4e0a0feb9d2702aea9e1ec27ea8 interventions/exc_dropout/specimen_479770916_intervention_pair_00740.json
92
- 16a394d88b9e3b26aa1a6eb2acb835a4f59bf4b1d38b234be4fca6673bd626c1 interventions/exc_dropout/specimen_479770916_intervention_pair_00740.npz
93
- 55834935d77e10d375895c008573e17d173d7820d85b5154b9cb7dd733a4ced9 interventions/exc_dropout/specimen_479770916_intervention_pair_00741.json
94
- 8ddd93f9f40a359612ccab936a702cc2e493e45ea69e556e9d8f324b6755ab58 interventions/exc_dropout/specimen_479770916_intervention_pair_00741.npz
95
- abc75cd78f65cbb266c567ead7cc2cbab8e9ba14a6587f0007508f4ee51fd0ec interventions/exc_dropout/specimen_479770916_intervention_pair_00742.json
96
- 24941e6fc6fc29d5a4ffc33c02661d105a8f6e9cb583d705f1e430037632d3d1 interventions/exc_dropout/specimen_479770916_intervention_pair_00742.npz
97
- 1d9ef37c19249924cfc08a2fa1489ce7ed06686727b17f6546f2f7550920a252 interventions/exc_dropout/specimen_479770916_intervention_pair_00743.json
98
- d3d8ef1d4d0f88bb5a888d0f1ad869c190f454cf8c75974d004e2d28cf1b7b4e interventions/exc_dropout/specimen_479770916_intervention_pair_00743.npz
99
- d0b223587708e4ec4b32bffd2eac06490c7a6a9a877c30fa6c33b8d8b449d604 interventions/exc_dropout/specimen_479770916_intervention_pair_00744.json
100
- cfeb7a601a73c193da9625225128bcf12103d7d8c6ed692975b601c570cede25 interventions/exc_dropout/specimen_479770916_intervention_pair_00744.npz
101
- ac53aa66c9eebe4f7b98bf7e5a34a33b4377ca7fc938bc4375b7e264a21bb3a8 interventions/exc_dropout/specimen_479770916_intervention_pair_00745.json
102
- bdb7389e781f9ebed8fce5c0b014dada4f557f3a7dcca4c697d62f2cf80060ca interventions/exc_dropout/specimen_479770916_intervention_pair_00745.npz
103
- d0b6468ca6f47097f4226c0b28ce9e62b1763f804da8016577572950f36f74fa interventions/exc_dropout/specimen_479770916_intervention_pair_00746.json
104
- 9131fd9faf952a1733348301b71fa2bcbc25c27e76800147f039f2661f7d7198 interventions/exc_dropout/specimen_479770916_intervention_pair_00746.npz
105
- dd44c55098307223acf2da77b411471634ae2ba428701782829cff96e1d0b971 interventions/exc_dropout/specimen_487664663_intervention_pair_00482.json
106
- d8a0dd416aca11a517b5343fd5527c9a8edfbeac2d1b44ca64e6c91d080f377a interventions/exc_dropout/specimen_487664663_intervention_pair_00482.npz
107
- 2881d212a89487345f948c49ac06aff2a83f76f9b63873fdf98dc09657a906fb interventions/exc_dropout/specimen_487664663_intervention_pair_00483.json
108
- dd9489961127e75eabcf4b4e62b77c9633af6c911f69ccb6ec99d31c3fd2d5cc interventions/exc_dropout/specimen_487664663_intervention_pair_00483.npz
109
- 4467135fe4fd444aa78fae4f59f5ea764483a162c947a754604c90f7944a7461 interventions/exc_dropout/specimen_487664663_intervention_pair_00484.json
110
- 7f3e19e786b2c24478000348c3d4ae1c1c5583bd0a8bc479050cfb9f4e33ecb0 interventions/exc_dropout/specimen_487664663_intervention_pair_00484.npz
111
- 7f5d30a31f5cfac5d059bf7cb8759d49316756e1f7052469412d0e849f287981 interventions/exc_dropout/specimen_487664663_intervention_pair_00485.json
112
- ba6197eee988dc28df02ab705797a1b5dc27fe9cd983079e377ca304048c8171 interventions/exc_dropout/specimen_487664663_intervention_pair_00485.npz
113
- 0fb8bfc4c7f55e6e22bceb03ee5b23358a0a961d1f7a38814cd9b07ea577dfa5 interventions/exc_dropout/specimen_487664663_intervention_pair_00486.json
114
- b3bff16d9a13162a1b253faf16db28129d97371bc548184c72f4e7d2eba27713 interventions/exc_dropout/specimen_487664663_intervention_pair_00486.npz
115
- e9f3e3611ef89fa420e18d8fc23b533950df3783dce69a076704ca75ec44feeb interventions/exc_dropout/specimen_487664663_intervention_pair_00487.json
116
- 44fbc97d0ad0e8266b075238497ca8434962e10767a2e831cc75d3fbf7adcb78 interventions/exc_dropout/specimen_487664663_intervention_pair_00487.npz
117
- 7a724f03c0ec65906f6f0f085399176bb6bd4f8906c176a333245a93d473981c interventions/exc_dropout/specimen_487664663_intervention_pair_00488.json
118
- 906d19a1824a220af6a3f3b6ddcb4fc47d01e60474ea5e4e9af6a8f10135a31c interventions/exc_dropout/specimen_487664663_intervention_pair_00488.npz
119
- 185a9950dec15d10c6b641bfd603e1ed9c8b141a8ea613c334b3bf7948525c3a interventions/exc_dropout/specimen_487664663_intervention_pair_00489.json
120
- f3c14dda4c285779bf1144d90f1cfffdf84cd1ced6a52a36291319e61fe11caf interventions/exc_dropout/specimen_487664663_intervention_pair_00489.npz
121
- a0ff823c643a97edd0bd0f187422ad201aa83f43c52605dd29d6613dad1c8856 interventions/exc_dropout/specimen_488679042_intervention_pair_01253.json
122
- 814ffe17561640aaa9f6fa0c0f4977a857b4e32049f2888c974f4a83feb8e191 interventions/exc_dropout/specimen_488679042_intervention_pair_01253.npz
123
- 99ed27d657e4eeaec8c5dbfd69f9bf382ca05663d61f37f7ecbc0743d60de99b interventions/exc_dropout/specimen_488679042_intervention_pair_01254.json
124
- aa1821835101c5fb56cf948ed9e37411dcbf8b293b19028fc1c39c4e1008b11e interventions/exc_dropout/specimen_488679042_intervention_pair_01254.npz
125
- f8f15f1aae7cdd69c116ef7856467011c8f44eb04303d7c1b5be50e220c2dc0b interventions/exc_dropout/specimen_488679042_intervention_pair_01255.json
126
- 23ffb7d37993057d04a5dcd66f7970b2e5a41ae6e38f2b26bbc336f13ad22a3c interventions/exc_dropout/specimen_488679042_intervention_pair_01255.npz
127
- 8947aa7ebf169abd1e2b00da57279e210801cc007fbd5609eb539f1f822aff51 interventions/exc_dropout/specimen_488679042_intervention_pair_01256.json
128
- f1eabc51e2cbc105832b952c2c4b2c5327e1f3c8c24e2d4d777ab2e4b704b326 interventions/exc_dropout/specimen_488679042_intervention_pair_01256.npz
129
- 77438681705ff7f3e04cd87fd19098131499131b0ab3eee715518f07954ae938 interventions/exc_dropout/specimen_488679042_intervention_pair_01257.json
130
- 4250117cfd041796805c60b80d4b3a8fa9ace0455fcadc48c43f22420deb0566 interventions/exc_dropout/specimen_488679042_intervention_pair_01257.npz
131
- 4088409754ee38000586e5043b6ecb501cda4b327ec50d0b06cb0f9cb0f5f88a interventions/exc_dropout/specimen_488679042_intervention_pair_01258.json
132
- 1704377de07147d29e0abdf9507375cba56f16dda2171e5708fe0f72b92f2c1e interventions/exc_dropout/specimen_488679042_intervention_pair_01258.npz
133
- e475bfe695328d3c3529f01bdd349d52ced2913478d4bb1f4153aa9cb83afd27 interventions/exc_dropout/specimen_488679042_intervention_pair_01259.json
134
- 310c94b1c10cbbff74a5a11d810e805ee6e54e75756c948377c43b2cda9db5d4 interventions/exc_dropout/specimen_488679042_intervention_pair_01259.npz
135
- fe4518810b7aaabdc6bc8f82af2b7998696ee0a4076b8a67120b5c108a52d1c5 interventions/exc_dropout/specimen_488679042_intervention_pair_01260.json
136
- a6f05811e8999bc11d0f0ee36c8de3b3f267f3038a3e00ef21f9da9a75167f02 interventions/exc_dropout/specimen_488679042_intervention_pair_01260.npz
137
- 9396425ab5f65452f1834dbf6f5175495983edf0c829682fdba56b5caa171243 interventions/exc_dropout/specimen_488683425_intervention_pair_00225.json
138
- be122e34f791f2a28ab7a33d3825242ca92f9ade805f89cb49378cd8002b66a6 interventions/exc_dropout/specimen_488683425_intervention_pair_00225.npz
139
- 04f38b68186a1d1c88962e2e1b3bedef4293126623f017c6472d738b72d1c330 interventions/exc_dropout/specimen_488683425_intervention_pair_00226.json
140
- cca409b73b7f161404dd2cd070fc52e0e66389c954ef12c3bff0f9557bb8f8ec interventions/exc_dropout/specimen_488683425_intervention_pair_00226.npz
141
- 80e49d239189100ee185f9d39746026602c000c521e85860ce237d7f23f9ff27 interventions/exc_dropout/specimen_488683425_intervention_pair_00227.json
142
- 802b3e44b2df489ed6546b52546b6735204ebb5983e83736b7f39a250fb5bd6b interventions/exc_dropout/specimen_488683425_intervention_pair_00227.npz
143
- 6b3b6683941b22497db9244d1e9d00572a8b7da9cf12cb15a0d1cefec1bc9140 interventions/exc_dropout/specimen_488683425_intervention_pair_00228.json
144
- b577328479e55edb21d319d264c98c3e71b594c11348262d6d50bae1c5a24e80 interventions/exc_dropout/specimen_488683425_intervention_pair_00228.npz
145
- ea5303f4d2d712bfaca9a0cc6b9186f18998343d275b11e4bf0d154de34cc6c5 interventions/exc_dropout/specimen_488683425_intervention_pair_00229.json
146
- a69d457e6ccbab4e880476b9f066cee42ce96b5c8241eea3800c5e73acf87b3d interventions/exc_dropout/specimen_488683425_intervention_pair_00229.npz
147
- c2fc3bf8deddd4ddec9ae515a014c7b7a2276ccccc45279a089818c577e1d9cf interventions/exc_dropout/specimen_488683425_intervention_pair_00230.json
148
- 42ee56fd8a4adbf496926ca8022f3f7a9ae7fdf6c5d3e6ff842f9ba0c9797964 interventions/exc_dropout/specimen_488683425_intervention_pair_00230.npz
149
- e7a880a34119ab3ce2c6c2e205d438a56a25933556f508ab942daa32b56bcce8 interventions/exc_dropout/specimen_488683425_intervention_pair_00231.json
150
- 12ad4dbf7097a4e4cc46aef976be4c43b0af7e889929500a34d1136deb5a815b interventions/exc_dropout/specimen_488683425_intervention_pair_00231.npz
151
- 493b00e0a178930567b6c28fc5983a40e1adb82f2a2ad120af8e9480db926533 interventions/exc_dropout/specimen_488683425_intervention_pair_00232.json
152
- 63fa2adb0998fb3673ac2bce58f9fc24457ba3da4218da46560a997afe22dd21 interventions/exc_dropout/specimen_488683425_intervention_pair_00232.npz
153
- ff67474d97073a444857bf8f7c7fab462bbb2b3b2130f4d56dc59e878d467713 interventions/exc_dropout/specimen_589427435_intervention_pair_00996.json
154
- ad331a37a441c317552a7861d93464446baf2728be681b49f4598fab13d0dcff interventions/exc_dropout/specimen_589427435_intervention_pair_00996.npz
155
- b8c9dd7b950e489d2b50fb9a82a5e00c4123f2bea96614eb54eea5d2405b40b1 interventions/exc_dropout/specimen_589427435_intervention_pair_00997.json
156
- b67f5f92a2b6b4895192cca7520bc6fe4cc6212da26f9edc1bb3a3e8d5f31872 interventions/exc_dropout/specimen_589427435_intervention_pair_00997.npz
157
- 84be0255bbdd8ebf8848163c9af98153a05efa3ca2eed867f9936b0834b8b59f interventions/exc_dropout/specimen_589427435_intervention_pair_00998.json
158
- 3203f63780e1cdc4c11aa7743707936c5d78e47c78ba9101598cea86ee18389f interventions/exc_dropout/specimen_589427435_intervention_pair_00998.npz
159
- 85049ef8bb7618ebcf7ab7febd4ab55ff2d4508077711a20724a5bc41c98c249 interventions/exc_dropout/specimen_589427435_intervention_pair_00999.json
160
- cb1985565722f00df648ba89f688da08c6ea61c39c361af80bc7aeefef655f7e interventions/exc_dropout/specimen_589427435_intervention_pair_00999.npz
161
- ae75a8c98a631bbf6b0374de30066b12e538bb89dffdc878cdd2f7f0c43e308b interventions/exc_dropout/specimen_589427435_intervention_pair_01000.json
162
- a74ecf14e68614784dfee2c7039493e7d9b5a90a5d07626e20b1b30f49228c4d interventions/exc_dropout/specimen_589427435_intervention_pair_01000.npz
163
- 527fa9cdb12dc880aa9da2b3de73bc43712409b32c68525bbd53e0ca5ef37216 interventions/exc_dropout/specimen_589427435_intervention_pair_01001.json
164
- 1d502db0990eac7bd91f230266bb84262b6cea2c045c7f17b13febb7ffdb8960 interventions/exc_dropout/specimen_589427435_intervention_pair_01001.npz
165
- de39e1b6fe6499cfb46892c521551846973d7a30611ba6d292447f910b4cb000 interventions/exc_dropout/specimen_589427435_intervention_pair_01002.json
166
- ae25ff5c0b4272811320cb3f933291741b0e69340d5227d504f724bce47cd001 interventions/exc_dropout/specimen_589427435_intervention_pair_01002.npz
167
- 8864f74225f3f231f4721b719d2c2b77cda364f5525af8c072b67ed1975134ae interventions/exc_dropout/specimen_589427435_intervention_pair_01003.json
168
- 13793bfe97b1c2440ed9f8e76ce98c4df2820b8c8e2395d9235d5d0cf755090d interventions/exc_dropout/specimen_589427435_intervention_pair_01003.npz
169
- 846104b544eff93de1f0d8a49f69a81dca4e59d9cd8f1b82a0b400ae80bcab39 interventions/inh_dropout/manifest.json
170
- 0e64a113bcba99f984222c62cd7c67862ddb399aaa1f40b6eaa9c4af57817717 interventions/inh_dropout/specimen_479770916_intervention_pair_00747.json
171
- cde04d572651baac03cf0ef2e51883cdff59448ce9c43a3126b43b768ec403ee interventions/inh_dropout/specimen_479770916_intervention_pair_00747.npz
172
- b5968da3a3a23dac785900e50476b864a1a6010c97f174f71a288e7486a08e6f interventions/inh_dropout/specimen_479770916_intervention_pair_00748.json
173
- 32ea149ad62aec293fc6a2d08fd67b342d8cc0e89c231eb489b941c0840638da interventions/inh_dropout/specimen_479770916_intervention_pair_00748.npz
174
- a523addbc74a40c9f496728532389af86e23827e24e7d43989ca2a8f58f6cd38 interventions/inh_dropout/specimen_479770916_intervention_pair_00749.json
175
- a1c7bc2542396547eacf790bfaf717c49125cf485113c6a1540588ee78437106 interventions/inh_dropout/specimen_479770916_intervention_pair_00749.npz
176
- 3758d3ccf81788822aef7d32affdf1605e9b0cd915b67fc52c7b0607068033aa interventions/inh_dropout/specimen_479770916_intervention_pair_00750.json
177
- 34dd50a4ee4527e1dfa3793eb107b6a620f1b80e9113e432e32dcf576726f789 interventions/inh_dropout/specimen_479770916_intervention_pair_00750.npz
178
- 7fa3ed5628b02d74c41776ccf009995c3a4f65c0540bdd1f300dbf57a3607305 interventions/inh_dropout/specimen_479770916_intervention_pair_00751.json
179
- c9c56b8584f28cd073f14201e27095b40b9b4a4739f91d4e7071f3448f2481e3 interventions/inh_dropout/specimen_479770916_intervention_pair_00751.npz
180
- 178bc20fc83a006598d447cc12326abfdbf5498cd4a13493ba26ae6309d8db60 interventions/inh_dropout/specimen_479770916_intervention_pair_00752.json
181
- 8a447bb8c9f4794b1fd890f8e87f891c4d7e45fb9c5a01f20dfe246b9ae613b3 interventions/inh_dropout/specimen_479770916_intervention_pair_00752.npz
182
- bd654e68a446bf7d7ccb6ba1ec933a628f9d72baec6b7ec5ad8218d177efa8f6 interventions/inh_dropout/specimen_479770916_intervention_pair_00753.json
183
- 9d303b65ad7c7ea2d48847d8562d6fa15fc4ae88ccc8b46d4f6cac81187188a4 interventions/inh_dropout/specimen_479770916_intervention_pair_00753.npz
184
- 51cede0c74cfab240257d1e754bd7ab199d24051e4c73e467cdefc5148226e94 interventions/inh_dropout/specimen_479770916_intervention_pair_00754.json
185
- 72a6b2abeaefd690abc10437cddd3ad03ff487e00eccf945e512e3f148da65d5 interventions/inh_dropout/specimen_479770916_intervention_pair_00754.npz
186
- 8eafa16b1cebabcd3708587235881092f2e875e877f28e4f13310acba9217ec7 interventions/inh_dropout/specimen_487664663_intervention_pair_00490.json
187
- 78a7b6e59785f0f9e2be205cf29d8d26d3067de5e594b6abeb65e3d3764a7783 interventions/inh_dropout/specimen_487664663_intervention_pair_00490.npz
188
- 6236dd0ce433a5f896f8f5747465183393affa12bee69585d92376594ad82f36 interventions/inh_dropout/specimen_487664663_intervention_pair_00491.json
189
- 76c70048bc450166124bcc54a7733f234f4d7d4e4fa10c30e880badda3b9b4b5 interventions/inh_dropout/specimen_487664663_intervention_pair_00491.npz
190
- 8060bf1c54692c254734f242d58d19e04586693a33fea0588b4082c74dc1065e interventions/inh_dropout/specimen_487664663_intervention_pair_00492.json
191
- 1b5639c6a2659c5b2f87482616469b8c49c9575d8134cba66fcdfdce89072101 interventions/inh_dropout/specimen_487664663_intervention_pair_00492.npz
192
- 2c2e620f94b3629b3952607255babfe48b6494ce92ec2de26aebea3f3d83015f interventions/inh_dropout/specimen_487664663_intervention_pair_00493.json
193
- 868d2ef5bb091aac155f4f8ca4620222a62c054fec6f3af4446c6da27bea164d interventions/inh_dropout/specimen_487664663_intervention_pair_00493.npz
194
- ba12b8eccd04e29d15088370268a616e4ffa117a0a2b9bebeb439e006ea7f05e interventions/inh_dropout/specimen_487664663_intervention_pair_00494.json
195
- 5bbf1e64781ce0244d03d377cae8b45dfbeda89dbc0ff823617a8c497411468f interventions/inh_dropout/specimen_487664663_intervention_pair_00494.npz
196
- 4249fa34efcaf562e52d826bb3d1353ce3ec249e66cf6e421c4c9591c22af7f9 interventions/inh_dropout/specimen_487664663_intervention_pair_00495.json
197
- 322503f55da9ad2067a6e1a842d24b245e8b5096abc3cabb1a802daa09ddff1c interventions/inh_dropout/specimen_487664663_intervention_pair_00495.npz
198
- 99879f196cb6d6613f6b43db1c4a8e8d375c6cd32a02a49e70ea379f0cb2edc9 interventions/inh_dropout/specimen_487664663_intervention_pair_00496.json
199
- 5ea26e7341e877505f9fdb977e387bf2bf39a95833ce59e29b07a35c6dc34d9e interventions/inh_dropout/specimen_487664663_intervention_pair_00496.npz
200
- 6761acfc369bbb78ef454b449462527b1c6ec240ff144984d5eec8f638dd55b1 interventions/inh_dropout/specimen_487664663_intervention_pair_00497.json
201
- 1bce50f51fcc5b180f42e85da1cefa976ca1b1dad6ad4bc596cd3ee3f1260361 interventions/inh_dropout/specimen_487664663_intervention_pair_00497.npz
202
- 123b14c8f4d548bbfaebdece18cfed4023794da030fbde6c222792296d5bee59 interventions/inh_dropout/specimen_488679042_intervention_pair_01261.json
203
- 45c167821e9d61417e011854791c540ff1b0511470ac897cdf5ec65c4b396459 interventions/inh_dropout/specimen_488679042_intervention_pair_01261.npz
204
- 855e6c965407af8214bc7a5038b210349d23394d02e88688fd67ff218eb516e7 interventions/inh_dropout/specimen_488679042_intervention_pair_01262.json
205
- 2e9c0ee8cb27238b292a1019549532f0186c580c69c6cd48857237c9f4303fd3 interventions/inh_dropout/specimen_488679042_intervention_pair_01262.npz
206
- a22a7c975988b3be463933597b614e21285855919950e5444878b10658baf9f2 interventions/inh_dropout/specimen_488679042_intervention_pair_01263.json
207
- 95dee8d94efce4003efdb8842cd9ca9ec1b0bc990f0db12567905d48b91c742c interventions/inh_dropout/specimen_488679042_intervention_pair_01263.npz
208
- 9435cab01523b55ea658703224fa7dba1e42ab93b91a1f76c667c8340e31dc5a interventions/inh_dropout/specimen_488679042_intervention_pair_01264.json
209
- 537a65c811accb00ee0bd31e9a61c4ae7d44d5a8e85e2ecb123485d34535ab46 interventions/inh_dropout/specimen_488679042_intervention_pair_01264.npz
210
- be584cf3881fab86a5f8ba182119bb98d843e6b9370af61b37ee5a41fd6ffd4b interventions/inh_dropout/specimen_488679042_intervention_pair_01265.json
211
- 878407bef3b206b5ace3db16175f292de5a60dc9dd4c3141461496ec43270848 interventions/inh_dropout/specimen_488679042_intervention_pair_01265.npz
212
- 6fb8bf29fdb07a7a279935cc87a6d8fb273fe5966af905362a1ef387528607f6 interventions/inh_dropout/specimen_488679042_intervention_pair_01266.json
213
- fb1ec3ea14ab4565c97ce6aec2057946a05ab0bd5ee769647d7af254d19a10c1 interventions/inh_dropout/specimen_488679042_intervention_pair_01266.npz
214
- 488b536688776fefa8fa2b21e00a45e23cc104b66403526814c7403af254acde interventions/inh_dropout/specimen_488679042_intervention_pair_01267.json
215
- a6b3e1ba12b13ea7511f32d9d571e72320172bf6da7bf4c906633a6faa214355 interventions/inh_dropout/specimen_488679042_intervention_pair_01267.npz
216
- 55b4ffa146b8c6745577250aed0195b7a4d8325df1f104b1630b91ccb3880223 interventions/inh_dropout/specimen_488679042_intervention_pair_01268.json
217
- 8c8108438a497df7a9f37d73dc429616b9a228ae555c32441bbc80f4af7a55d6 interventions/inh_dropout/specimen_488679042_intervention_pair_01268.npz
218
- 20a03469034ccf166c06269fc0675d4cf0eda4508b27c65706da69657f04e40d interventions/inh_dropout/specimen_488683425_intervention_pair_00233.json
219
- 3266b1d0fc853a2187039cc6dcdbace41387966ab44f1e61ffe7a30880e58683 interventions/inh_dropout/specimen_488683425_intervention_pair_00233.npz
220
- 71e3d6028b6031880b39a82e1bd2da6d2b93e7034b3a6835f186e5e0bdb6d3db interventions/inh_dropout/specimen_488683425_intervention_pair_00234.json
221
- f008b378d9d3d05a19420e5f64bcae6021e7dfafff4044389a0299b9375ec66b interventions/inh_dropout/specimen_488683425_intervention_pair_00234.npz
222
- 772d74f5141f41e61a0d86303053bd11ff526b5cb9cff352c6c1806eba8377bd interventions/inh_dropout/specimen_488683425_intervention_pair_00235.json
223
- be05cd6fefdc6ac168d9ecf5bf1f5e66b7387e44721340a67d8e8bc5fcf6cd72 interventions/inh_dropout/specimen_488683425_intervention_pair_00235.npz
224
- 27fb9a0fe57af19175b7721ea5c539683ed393a1db98e49205822414675a7eb3 interventions/inh_dropout/specimen_488683425_intervention_pair_00236.json
225
- 040240d90cc0ff5af4a5b69f16a915fa76fbb190705fc182990f2673b0a3320b interventions/inh_dropout/specimen_488683425_intervention_pair_00236.npz
226
- 0702235e3a70c16174fe8a9f43a1456bf9a0941dcb6ecbe2622ad0e21574552f interventions/inh_dropout/specimen_488683425_intervention_pair_00237.json
227
- 5c0d1fa2b2f2849aabd683464eb7d6d9814292ff313183c1ed88487582e8b696 interventions/inh_dropout/specimen_488683425_intervention_pair_00237.npz
228
- bec59b7f155afc5997ae08c9f4d84f1deaa4269bcfc63fb222a89d6d51a26ae8 interventions/inh_dropout/specimen_488683425_intervention_pair_00238.json
229
- 8b7dcdd2d401acf9d66cc0b126b1bd5ef9046a2bd3ede0addc3998d0857730bc interventions/inh_dropout/specimen_488683425_intervention_pair_00238.npz
230
- e6590c68be3dd23d54c4c76cc3a25f7b945220ac6281ab5110a52b8b19f757b2 interventions/inh_dropout/specimen_488683425_intervention_pair_00239.json
231
- 70e870f8eeb6b96bbd4e354c9fc483beabf0b4019b472fac794441536275e69f interventions/inh_dropout/specimen_488683425_intervention_pair_00239.npz
232
- 2e147eec7e3314f39ac459ee920435ba94c01f8545ee2d886ed50d24dc5baea6 interventions/inh_dropout/specimen_488683425_intervention_pair_00240.json
233
- f992ecf61ea03bf4a81f2733eacd9d6230090191a01462271beef9aeaa56bbb7 interventions/inh_dropout/specimen_488683425_intervention_pair_00240.npz
234
- a9f6ff115025057b7b640c66b06a2bcbd6350f72110218da249ae8f9659a3706 interventions/inh_dropout/specimen_589427435_intervention_pair_01004.json
235
- 9303d01cb71a5d449212090e170f3f147db1269db85bb5eb04dec49b7da7b7a0 interventions/inh_dropout/specimen_589427435_intervention_pair_01004.npz
236
- 8215c72763c42a8ffe95e2bc2c11ff5f14472a59422baec7d74450dc99f4eecb interventions/inh_dropout/specimen_589427435_intervention_pair_01005.json
237
- bb06da18d7937992f33e8a59c0824b40f523dd9e954c3f632e3a17d0569f0a84 interventions/inh_dropout/specimen_589427435_intervention_pair_01005.npz
238
- 79f5c7a6c17577521156373163adebbd2e126ee1f11073c58b4042de64c2bace interventions/inh_dropout/specimen_589427435_intervention_pair_01006.json
239
- a802915d0430096b20ce90cf5628f32af95115c8c16545dd610fc60e6c2d993d interventions/inh_dropout/specimen_589427435_intervention_pair_01006.npz
240
- 932cc6187307efe9501e38384d03486546815fca33c5704d1d3dd3440e600333 interventions/inh_dropout/specimen_589427435_intervention_pair_01007.json
241
- fd07e52e40664eb85348ad620e70268f3f393093a8d118a56a38a8735d4fdc46 interventions/inh_dropout/specimen_589427435_intervention_pair_01007.npz
242
- 6faef4ff1f5535c4a48603ba48d9230a6e0e6b42bf4d28ee5baad7faee4652c6 interventions/inh_dropout/specimen_589427435_intervention_pair_01008.json
243
- 1ddd7b2c46178b014cd5110acd6ea0265cf57f128c926682ca531c68f8a1f9c5 interventions/inh_dropout/specimen_589427435_intervention_pair_01008.npz
244
- d7351c5382ee8faed331bea899938abb214dfc985f5e72ea5519659c3c0b46c1 interventions/inh_dropout/specimen_589427435_intervention_pair_01009.json
245
- df2682d9b455eb61172c4f24b9fb5a76c212ebadc150b22bc82de461617b65d3 interventions/inh_dropout/specimen_589427435_intervention_pair_01009.npz
246
- 5e3c0eadcaff44b2a8ee1f6107aa1f59b73d31674619890174d7221274c03d2a interventions/inh_dropout/specimen_589427435_intervention_pair_01010.json
247
- 97a3455e9002124a73e5dd700a4821c0957d84e6b2a7e898722c9a68411da7e0 interventions/inh_dropout/specimen_589427435_intervention_pair_01010.npz
248
- 519635c23411fc879f31d90f2a75d726a41f729d6dc622f6f2ae92e0b22146e8 interventions/inh_dropout/specimen_589427435_intervention_pair_01011.json
249
- 463026108d7bc30bdec3087a82f67414b38647ab7fb1a68b819b3299cb0295d1 interventions/inh_dropout/specimen_589427435_intervention_pair_01011.npz
250
- bdf8d28e2ca9aa1cea3847440c14bddb9c5e694345a78c65f7e10a686c376a35 interventions/site_silence/manifest.json
251
- e22ef176b557911436c829f3fa909f92dea9bceaadd62f126677631df828bbc9 interventions/site_silence/specimen_479770916_intervention_pair_00763.json
252
- 23ac3a6f3e405d6043cb503ae868721a1f313b65af343b400aedc51e7d6631a4 interventions/site_silence/specimen_479770916_intervention_pair_00763.npz
253
- eef284fee204df7831b54fa4b61930c87a7382bdb014d1aa1387ea49976ffb8d interventions/site_silence/specimen_479770916_intervention_pair_00764.json
254
- a0baa09e1fcf08318a524f6ec24fc360ac5dedb75e7ad5a6941307dba20f4f02 interventions/site_silence/specimen_479770916_intervention_pair_00764.npz
255
- 7144618a3fef567a7b22fbaa7d923eebd134728d3d7820be7461edf13a3fded3 interventions/site_silence/specimen_479770916_intervention_pair_00765.json
256
- b65ccf1ba1a2e57bd94505dd63a5a2e6024f88d0723ff88f15999fda50d844d0 interventions/site_silence/specimen_479770916_intervention_pair_00765.npz
257
- 5dee1a5c0be02a767f48d3c3d8008cb052c650930114d1efd0acfe389387d081 interventions/site_silence/specimen_479770916_intervention_pair_00766.json
258
- ca220eaf6cfe9b5101c5d78f47eecf9ba89e9b42fa964ea0bfa82ac69fd1477f interventions/site_silence/specimen_479770916_intervention_pair_00766.npz
259
- 006490cf5ad141b109c1f5f8052f037c58598d0ba35ca6bb6fbd9f647547db65 interventions/site_silence/specimen_479770916_intervention_pair_00767.json
260
- c2e94e8f03015ec342051bddc463418e8f5e5a96b842b42888da3cfa509eac49 interventions/site_silence/specimen_479770916_intervention_pair_00767.npz
261
- 21f0a674cc02741c25b3b180ee0d6fddca457a4554fe88498c26c8eb70a744c2 interventions/site_silence/specimen_479770916_intervention_pair_00768.json
262
- 75eacc793eb4fa4ed3ffd2e0eda536b1a0cf909bee52ab0befd07fe5c62eb774 interventions/site_silence/specimen_479770916_intervention_pair_00768.npz
263
- b53e568105c1f07532297dc5a13de0edd3d82cca1ab52132d7c294e96e256c50 interventions/site_silence/specimen_479770916_intervention_pair_00769.json
264
- 19f055ec3d8d899872bca6ae34f234496b752e41b30393bde018ab958d310bf6 interventions/site_silence/specimen_479770916_intervention_pair_00769.npz
265
- 16457cb6c4e1ebda0dbcee0c05a17115a5521f03acc4ec111305ec81103e6ba5 interventions/site_silence/specimen_479770916_intervention_pair_00770.json
266
- 5779bd47e7741941b3f27134b42d4eddd7207936b41594c6c51ec100f39b5662 interventions/site_silence/specimen_479770916_intervention_pair_00770.npz
267
- d66aa3dab2df5ddceb4a5fe87db3bed7404fb2e8f497f523857363c0b508b99d interventions/site_silence/specimen_487664663_intervention_pair_00506.json
268
- 90c1017defe429ce76faced93f3f11f78de0465964ae5e1be7c597e7e2da5c55 interventions/site_silence/specimen_487664663_intervention_pair_00506.npz
269
- 03f8e2819c8d03e143b27fd59bf916ddf0237227a43d83e20bc5e32f1ad25fa1 interventions/site_silence/specimen_487664663_intervention_pair_00507.json
270
- 791dce89980ca89236a024fd630f195322be98535d4291b62b14d090129ab86c interventions/site_silence/specimen_487664663_intervention_pair_00507.npz
271
- 7ae8327432ec1594e48de0f0c74c359b177bb37840cb910e6c3285cd2d62164b interventions/site_silence/specimen_487664663_intervention_pair_00508.json
272
- 8d65aa76fcc5efb60de602ce778816b15aa7c869cbed9f7c8c288df7f6649bea interventions/site_silence/specimen_487664663_intervention_pair_00508.npz
273
- 2ef0d0aeaa98ccfbb5afb2fb81868acee0762b5cc3c77f4e279c8b453025cf05 interventions/site_silence/specimen_487664663_intervention_pair_00509.json
274
- ec89f13fbdcb01da43f8cbd62e4ce783fe57430ded7261e5405aa21c3741db59 interventions/site_silence/specimen_487664663_intervention_pair_00509.npz
275
- c0f9934c206161f848886598d3e4f3e71ee1104e137cd1e844822bf3b41fea6b interventions/site_silence/specimen_487664663_intervention_pair_00510.json
276
- 59590e586388b2aa867e870b9693c900ac3fc2d4b0c5025a5c433732a78c3557 interventions/site_silence/specimen_487664663_intervention_pair_00510.npz
277
- c412f7875dec9085b519b9d90dbce005f33197cf171b1637b4df49e2ef07134b interventions/site_silence/specimen_487664663_intervention_pair_00511.json
278
- 782313c948ff42bae3f9cec5c372e2078302aac51c4a420e241103c8c10d526b interventions/site_silence/specimen_487664663_intervention_pair_00511.npz
279
- 2dc614de6f0d0813534de084782d5973ff79daca722e9284c35c29fda91bb954 interventions/site_silence/specimen_487664663_intervention_pair_00512.json
280
- 5164a5fe80a184f300b884eb913ea580ed70eb948618dad538d718bd24cd7ff4 interventions/site_silence/specimen_487664663_intervention_pair_00512.npz
281
- a859ca02c4b87a96cafe7f6ea02fd073603a04b587e43b4f166f80bc75e8ab65 interventions/site_silence/specimen_487664663_intervention_pair_00513.json
282
- 15a20548029b6403f5c32cefd51025d6c28863035411881b47d8b9fdd14ee9fa interventions/site_silence/specimen_487664663_intervention_pair_00513.npz
283
- 00dac023da5c7e0aaf16704375a3c56c88c29ae06404d247ebf535cdb81290d3 interventions/site_silence/specimen_488679042_intervention_pair_01277.json
284
- c8c3772b10cd710c8ee19fccd1c292d7b0270656b4df4413088c08846a704a72 interventions/site_silence/specimen_488679042_intervention_pair_01277.npz
285
- 85415bb2a0133999050dd621dd29fca9597824892ef5e228120446124dafd83f interventions/site_silence/specimen_488679042_intervention_pair_01278.json
286
- ca12015b6c0034f22a3982c3532801ffcd191a09fc356cfea6f6fb55b58e6c73 interventions/site_silence/specimen_488679042_intervention_pair_01278.npz
287
- 7fba0a0e77ead807ce96042f082c4375f1b6055244d5cf63e8efcefdb5f85fb5 interventions/site_silence/specimen_488679042_intervention_pair_01279.json
288
- 2cf0608316a87d6a1c1655e73601dfd295eeb89b9fb246bc4c55589b7398c394 interventions/site_silence/specimen_488679042_intervention_pair_01279.npz
289
- 1f5ac0048fa2f3c1f58eee5dbdfc8c1e93e3e56490a701fd328fc03638a5ce44 interventions/site_silence/specimen_488679042_intervention_pair_01280.json
290
- 170e66e79d67a065643b6c4b5de5dcef7acb56b98367a005127324ccc89a0123 interventions/site_silence/specimen_488679042_intervention_pair_01280.npz
291
- b0e316fb0a32cb58ecdbd5a7eda67a00070fa36314a5c3e2b5ed82b2312f6e24 interventions/site_silence/specimen_488679042_intervention_pair_01281.json
292
- 835d149f57d76886706ce384e75f7a389823c045e6ca0b8220fb22a96eeade59 interventions/site_silence/specimen_488679042_intervention_pair_01281.npz
293
- 3ca646efa03433192e3d2255746d5289a22f3ed8539824dcc8874f7e7a50483a interventions/site_silence/specimen_488679042_intervention_pair_01282.json
294
- 5dd4eb5e0e21e0d85a3a990a918ea738acb80b3274e53dbd957a5ec9d700879b interventions/site_silence/specimen_488679042_intervention_pair_01282.npz
295
- 6a181c3918cac62cfc687fa4591a4bbfa4227ad3cfde19913242a36fd6dc817a interventions/site_silence/specimen_488679042_intervention_pair_01283.json
296
- a1a3ad3a97ba2b57cfbd27ced292aecba8f37c0e5ca7b9fe8e95003b9860e6ef interventions/site_silence/specimen_488679042_intervention_pair_01283.npz
297
- 899e02cc9e49ed0f6d8185aea1d9379537e946ccdebca511dbbc29331da6d73a interventions/site_silence/specimen_488679042_intervention_pair_01284.json
298
- d65209028021909ac56b55d07ef59a8b5642f02ee72e4e6078b8938f7e05cccf interventions/site_silence/specimen_488679042_intervention_pair_01284.npz
299
- e1c60b7795797bc3a5f325cd9eeac382465e773cb3444bf2f59c45e2dcd4e40d interventions/site_silence/specimen_488683425_intervention_pair_00249.json
300
- 4d62107c92ee5b92b7ed0a95c288467dd4c739daffac061779ee6452a0a92182 interventions/site_silence/specimen_488683425_intervention_pair_00249.npz
301
- 3460895c8be6b40db9e271f86bbaec1d65768e82021be78475417e117789792e interventions/site_silence/specimen_488683425_intervention_pair_00250.json
302
- 3a0305baacc2b8070c76595122ed2b887ba18c4d3b74e4654062fc8feacb7c83 interventions/site_silence/specimen_488683425_intervention_pair_00250.npz
303
- 85534c280881acf46ca46eb7147f4f128d16cbf3b1d23a505da9f0b32e1f5f38 interventions/site_silence/specimen_488683425_intervention_pair_00251.json
304
- 152e761c6ed6c185a54e84a40cbe53cbdbdf0f411b2a206199904a6666127685 interventions/site_silence/specimen_488683425_intervention_pair_00251.npz
305
- e8ced728c0716942adde6c86ee4fdd9dc9bfb9a5a544db272df4649f4f3fecd9 interventions/site_silence/specimen_488683425_intervention_pair_00252.json
306
- c4ebc75d7fcf895fed27f1ce932c333e3734fe7f86e4fda3a265ef1858757ec8 interventions/site_silence/specimen_488683425_intervention_pair_00252.npz
307
- a6d4ab73f9035f4339df13c6ecf30b3c1c5c9631266b06135a6520ed9a4819e3 interventions/site_silence/specimen_488683425_intervention_pair_00253.json
308
- 3d9110622d9daf7b2de73ab314922934aef20377cb0a343b02a73dd370372f46 interventions/site_silence/specimen_488683425_intervention_pair_00253.npz
309
- 381e0d7067f861345bbe2200df904c6d70885717395cfa7cbb232a37780059c1 interventions/site_silence/specimen_488683425_intervention_pair_00254.json
310
- 124cb2c39d274d21a91182259ede78d1bcd5707818be3db735c18e1a9b992381 interventions/site_silence/specimen_488683425_intervention_pair_00254.npz
311
- 3ca3c02951693df1a2e39c45146d9d9f9e4823fe544922a936601adc4c0ef655 interventions/site_silence/specimen_488683425_intervention_pair_00255.json
312
- cd8460349632ec89ff028962f0d2ad167091194a694ee8c3fd8f6e0c2ced1f2d interventions/site_silence/specimen_488683425_intervention_pair_00255.npz
313
- 0b0d845317688e29f5031c0c39519d48fb06a21ef1fdea833dadf03aaceece82 interventions/site_silence/specimen_488683425_intervention_pair_00256.json
314
- 0eccb657107785a873292782cb507b0c432aea02b0739148064bcc1a54906c3c interventions/site_silence/specimen_488683425_intervention_pair_00256.npz
315
- 2cd9a967a40ed1e01716182feaa0b6367ab25d6a4654c3a7d5c882c55ea4312c interventions/site_silence/specimen_589427435_intervention_pair_01020.json
316
- f28731892b9ddfad9572ef57ebbb5b9fe466c1140f21f325a42d1e5100199130 interventions/site_silence/specimen_589427435_intervention_pair_01020.npz
317
- 8624cd50dd357050fa01dc796a724513329e16da55151af807d1efa8d307bef6 interventions/site_silence/specimen_589427435_intervention_pair_01021.json
318
- 9e98370c49a9849996b5d2bed2113211de238c15ce59291f3c0cb2c800a1b66f interventions/site_silence/specimen_589427435_intervention_pair_01021.npz
319
- e520124fcd3a346f7717f8b93bb4abe6cd038d9583643fec057621df80265377 interventions/site_silence/specimen_589427435_intervention_pair_01022.json
320
- 1ccbac8469b40de694d568a235e67965cca359678b90c086812276aa554ebe1e interventions/site_silence/specimen_589427435_intervention_pair_01022.npz
321
- ee05e1c04dd3dd07c64283a05d9894bfa6f747a133135eb836d519c5cac092db interventions/site_silence/specimen_589427435_intervention_pair_01023.json
322
- 6b09d61f6cee08c965c7b5ec480e14e4dd4196b6b446cdba2c914dfc0e8551a0 interventions/site_silence/specimen_589427435_intervention_pair_01023.npz
323
- 318466723673f5940af2bf6e76b23d2e91ea9fb5e66e86aeb25e98386e7740ef interventions/site_silence/specimen_589427435_intervention_pair_01024.json
324
- b943ab0929341e96298c241bfcf60bc1aa93d6a25560c20a909d9c4e13e7695e interventions/site_silence/specimen_589427435_intervention_pair_01024.npz
325
- 82d63383b1ad634d55f9b4971e06d5da66fc182a2ef16e62f8fc3a87ffe49942 interventions/site_silence/specimen_589427435_intervention_pair_01025.json
326
- 399364df2f055dbc14f70fc35c7c6b9596de9d979cbd2dc56887fe089193b7fa interventions/site_silence/specimen_589427435_intervention_pair_01025.npz
327
- 13b5f7f08835aa4e7649dd4d5a2293331b1fbc785722c3230effe49ba6d7c592 interventions/site_silence/specimen_589427435_intervention_pair_01026.json
328
- 7084f0d7c94789a1202a124c0de61983dcdf80f513b004d5e01654ac0c79ccfe interventions/site_silence/specimen_589427435_intervention_pair_01026.npz
329
- 77e56e270d21f768086c4ce6ff4279fa5976d9deea77016a9533b0c9aa151096 interventions/site_silence/specimen_589427435_intervention_pair_01027.json
330
- 974896300bb68d41f14781840914922571528f4a744a729367a3a7f17a4f8ddd interventions/site_silence/specimen_589427435_intervention_pair_01027.npz
331
- 1384b57fe98dd6cf7d7b687387477d6dfafa26c35fb25fba924174b0cc58db06 interventions/temporal_jitter/manifest.json
332
- e6733f598703d597bbc2fad182627a674651d5a2ffaf51be86d786f4778d23fa interventions/temporal_jitter/specimen_479770916_intervention_pair_00755.json
333
- 8aad271dac1d183dc319b9c36adcbe8c433fd9580f2be72a96ad40a4895b65e8 interventions/temporal_jitter/specimen_479770916_intervention_pair_00755.npz
334
- e02a3b2bc0ea52c022b850c4771b4f5c70eb5bbdf806df84ad43a96b5fdb2056 interventions/temporal_jitter/specimen_479770916_intervention_pair_00756.json
335
- 48c6a02fb3ab085ee74be5aaa0b0918b71841a7602a52cdb000e332f64b4ebe1 interventions/temporal_jitter/specimen_479770916_intervention_pair_00756.npz
336
- 484c7d8f58e71dd5e94d5a7e2de5df188f95897b291ddc6ae7ff4e6159f8dd10 interventions/temporal_jitter/specimen_479770916_intervention_pair_00757.json
337
- 72276293a21287f52148bef8862fbbd1028afec98971f8f37b4aac901740e292 interventions/temporal_jitter/specimen_479770916_intervention_pair_00757.npz
338
- 0bba6700628184122d9f3c29b0821b77607fc967c4b71035e4358eadb5bfd3a3 interventions/temporal_jitter/specimen_479770916_intervention_pair_00758.json
339
- 6e67e75906cfce5f8a478c9c761b86b25554a87abf18de3b1c4a08792bf12a43 interventions/temporal_jitter/specimen_479770916_intervention_pair_00758.npz
340
- db614e6207e261d56cb542fe39ab0e734031e57f41c797c25cef4447a849d8b6 interventions/temporal_jitter/specimen_479770916_intervention_pair_00759.json
341
- 04234bf6a91251c0854f80ab15c169006fb0393eb3c7fa9a75b51e01a12d9855 interventions/temporal_jitter/specimen_479770916_intervention_pair_00759.npz
342
- 4489ded3d8170ef6adc9e05d36ea0b15cd157d37719beb3611d935b85f3e717a interventions/temporal_jitter/specimen_479770916_intervention_pair_00760.json
343
- 4e83d4a19d21cabe19d15c24fee7ed22cb84cb620e607d2406ddc735f310f362 interventions/temporal_jitter/specimen_479770916_intervention_pair_00760.npz
344
- 70a34cbdcd4d31991cc1234f79fa8f29ebb8836d028b35a6031b4f31887a87c2 interventions/temporal_jitter/specimen_479770916_intervention_pair_00761.json
345
- 3253401b92a039f3f9984728a88170e34d999e991d8a46a9f0c5b18eec9a19b0 interventions/temporal_jitter/specimen_479770916_intervention_pair_00761.npz
346
- f90c0918d17d27cb214e051e0a86c9f893bea63654b7d0575246c028e8a1b1a5 interventions/temporal_jitter/specimen_479770916_intervention_pair_00762.json
347
- 2857fcd32fa59adbac561a79b08fff085af0162dd31c304d83c06dcc362028ce interventions/temporal_jitter/specimen_479770916_intervention_pair_00762.npz
348
- fd9e71273f39aba66e7c8651d8a3db3fd8de055ac0dea75dcf0e5ef605f1011a interventions/temporal_jitter/specimen_487664663_intervention_pair_00498.json
349
- 3d6f58481a180399285e73bc4f6b6812725b0cf3209649ed48d95d6a3034b37d interventions/temporal_jitter/specimen_487664663_intervention_pair_00498.npz
350
- 4ecfd67085512bd037d70f290f770643120e11ad6438032a127e08177b29a5e7 interventions/temporal_jitter/specimen_487664663_intervention_pair_00499.json
351
- a94e96e9e6dbcfcd62fa54df5e9c84170a0d2ba96c0e99e808ace16206b23d6f interventions/temporal_jitter/specimen_487664663_intervention_pair_00499.npz
352
- 685281bd8e8cae5e2fe45dd70902ea1fc3c8f27644b37d952fc070016e0dc652 interventions/temporal_jitter/specimen_487664663_intervention_pair_00500.json
353
- e0b7979a90c35d6887e4a23024b91f70dd7ac5cfb9e012039498364a5557fb64 interventions/temporal_jitter/specimen_487664663_intervention_pair_00500.npz
354
- b39dac01b585d05257a4ab2887bf43eb67a68f8a25e2a95525b2694f292ddf1e interventions/temporal_jitter/specimen_487664663_intervention_pair_00501.json
355
- c177d25ee14c048b5a5da4c94d0462a68cd6058f0603ad37d92a5f299f2622f1 interventions/temporal_jitter/specimen_487664663_intervention_pair_00501.npz
356
- 6524b1398520629c455a913a5b23482c16a8a529179447e65e2953ad7a0bedcf interventions/temporal_jitter/specimen_487664663_intervention_pair_00502.json
357
- 789473f3e00739ed9eb77620a9aa9ce296a3c009e4696e45352ffda0244d134d interventions/temporal_jitter/specimen_487664663_intervention_pair_00502.npz
358
- 649c3250c24c927d5c52c64b54c5030e243a85cccad978613bbd8c9a0bf77795 interventions/temporal_jitter/specimen_487664663_intervention_pair_00503.json
359
- f91b8df0741e17af3cef8beddeba6fb3f8c71be921495d763cad7a35d15d6327 interventions/temporal_jitter/specimen_487664663_intervention_pair_00503.npz
360
- c2c151a2049dea1c712dc7ae64908a17b8a1ad81bebe47ac694b9fb85b0833c8 interventions/temporal_jitter/specimen_487664663_intervention_pair_00504.json
361
- 8e2746d413587ec7f1c750b46eb3e64ff5b22a7935051e3fdc8b890ed3073fe7 interventions/temporal_jitter/specimen_487664663_intervention_pair_00504.npz
362
- 0e1dee4f572c918be962b38cbc9f3815cad4a3681189a9cb1075e0fe63c4e22a interventions/temporal_jitter/specimen_487664663_intervention_pair_00505.json
363
- 3ecc0557cadca5f81c058803364a68c81a4810dfc30b8d2b6c22954fbe23acae interventions/temporal_jitter/specimen_487664663_intervention_pair_00505.npz
364
- 0cec59233d4f7962f5170bd32c86f52b3f4978c10f514d50ce2eab6c308cebac interventions/temporal_jitter/specimen_488679042_intervention_pair_01269.json
365
- f11ffb7bf6cc69cbdaa8871baaf80fe359a409c0d6f1d0512f541c5acc321165 interventions/temporal_jitter/specimen_488679042_intervention_pair_01269.npz
366
- 97d0454174cad171ca703906b7eeca4fb56aae1bda66f89f65adb193bd38b46f interventions/temporal_jitter/specimen_488679042_intervention_pair_01270.json
367
- 36d9bb2daf1f9f7964ef23a3a2e5aa1990dcdbb4bf52ce91f19828ca3d6fd5f2 interventions/temporal_jitter/specimen_488679042_intervention_pair_01270.npz
368
- 9dc38c44b613a74fe97c5c07561a37f5ebd7dbccbd145de93aa443c345fd9f79 interventions/temporal_jitter/specimen_488679042_intervention_pair_01271.json
369
- c045d11ef7c5451fa4e0a03c0a65dd41ded0dfbbb5b0868082d21e65e4e319d5 interventions/temporal_jitter/specimen_488679042_intervention_pair_01271.npz
370
- 4f27e8bb01232c35dcddc0136bc06ed9f3675e6ae8f16b50b663b6b8d6121711 interventions/temporal_jitter/specimen_488679042_intervention_pair_01272.json
371
- d276b16b30e6d7d9fab5202666f7f3ab39a96ba55e1df4c5782f3185a4a7bd78 interventions/temporal_jitter/specimen_488679042_intervention_pair_01272.npz
372
- 33bf83e73c84b4a9e463a50be2a4bd2a0c4f1c5125ece9438b9465da4bff3e8c interventions/temporal_jitter/specimen_488679042_intervention_pair_01273.json
373
- a6469ee32859df9dd618eb9e55aeefff684c2024f92f73c9782038cb02c57de2 interventions/temporal_jitter/specimen_488679042_intervention_pair_01273.npz
374
- 47f4240a809e426488398f664803fa7adc1074ad89e14bdb9c47ca2756c74d4a interventions/temporal_jitter/specimen_488679042_intervention_pair_01274.json
375
- bd24c0bb92cb5890c9594925627e29e0c2f3dfc21d766f5f789ebf063f49d96e interventions/temporal_jitter/specimen_488679042_intervention_pair_01274.npz
376
- 575dd0db125bab46f5ebc84813b201243db3ae62c6d6a0a61c086a8cb6b11b1e interventions/temporal_jitter/specimen_488679042_intervention_pair_01275.json
377
- 71deabf29093b1f529fe8232481f772840b7e6eff17cf6007ce055d7029bc84e interventions/temporal_jitter/specimen_488679042_intervention_pair_01275.npz
378
- 1d68bf17cdb1e284c5b8850772272b1599aeaec32518edff0f3fc0d0df61fa10 interventions/temporal_jitter/specimen_488679042_intervention_pair_01276.json
379
- 10ac94b5c6fd8e8f1b44c034465912bced742c86b02256cdbcc9a04ba4b221ef interventions/temporal_jitter/specimen_488679042_intervention_pair_01276.npz
380
- 9a8db10ce9927af84fbbecb7356cf88d61f2a7df175978013de62292705c492b interventions/temporal_jitter/specimen_488683425_intervention_pair_00241.json
381
- 1101f012de228fd4492bc93f584ffac526484d78e330209bb4e58ac7959cc4f9 interventions/temporal_jitter/specimen_488683425_intervention_pair_00241.npz
382
- 7ecfd259f48c0bf7be974b60621fbc0c7544122da02d2de58b26b3eda1a8eccb interventions/temporal_jitter/specimen_488683425_intervention_pair_00242.json
383
- 24a12e0a3c668ebb14806f18785936fe2511101c728b4b324306b6f986c18174 interventions/temporal_jitter/specimen_488683425_intervention_pair_00242.npz
384
- 9e816afd25bf6de0c0eb12c347b2b731ba564fbc2f8b27c19d6625421f3d8841 interventions/temporal_jitter/specimen_488683425_intervention_pair_00243.json
385
- d9a903365a76bf934916301898c450b786d0b474523a56dca47dfea6000c95cf interventions/temporal_jitter/specimen_488683425_intervention_pair_00243.npz
386
- 71a8663ee0765f7704a327ebd1075878319b56b8e7fc7db816e86c59b0f2e2e8 interventions/temporal_jitter/specimen_488683425_intervention_pair_00244.json
387
- d027f6f0cf19ff9f2022a4d6ef883600128ec3fcde7990011af25415043e4f46 interventions/temporal_jitter/specimen_488683425_intervention_pair_00244.npz
388
- f2d6fe4105478ab4baa95bdbb0b72fcaa9c76af17646cb2518cd9d1a12b30c3b interventions/temporal_jitter/specimen_488683425_intervention_pair_00245.json
389
- 83be7bf84b1924ece2e448da1f74aab038876c1dd57dc1b41fa1d9eaf88d8957 interventions/temporal_jitter/specimen_488683425_intervention_pair_00245.npz
390
- 51ab368deb38ce92897ac0a4df72c45baf00856e6ee36f0629a10851ff5244d6 interventions/temporal_jitter/specimen_488683425_intervention_pair_00246.json
391
- 4da67ec788bb70f7cdf3a227897cb56f2f694fb3de73fb0ab1c498212e8f166d interventions/temporal_jitter/specimen_488683425_intervention_pair_00246.npz
392
- e576b1c13a6746e6138e327e1d5621e7a64c5c830e267de904fb0042e957eb16 interventions/temporal_jitter/specimen_488683425_intervention_pair_00247.json
393
- c289ad419e06b4c3cb7969e6dd27855e8e93aeba97bcb386b5ac75b2ac2b49e4 interventions/temporal_jitter/specimen_488683425_intervention_pair_00247.npz
394
- 0e0fe1fdbdcabccaf54ea65cc1eb6dc0387eb43871cb3bcfdbb3cd70e6e4f50f interventions/temporal_jitter/specimen_488683425_intervention_pair_00248.json
395
- 96c15144f663b54b1fb0dea7e8164eb170034563812f70086fb9ef9b83e23c9d interventions/temporal_jitter/specimen_488683425_intervention_pair_00248.npz
396
- 233c6c39e6714c572f00fe53d0d569d5a3b131d42e09aea014cae0438e3d995c interventions/temporal_jitter/specimen_589427435_intervention_pair_01012.json
397
- c202b246a6275722262c5cdd41785b365445e039beaa8c90b5147e2871cdf2f7 interventions/temporal_jitter/specimen_589427435_intervention_pair_01012.npz
398
- d8b74f2e68ed20926d17a13024e3e0a091bfa2a93cb116408c687dbdde618e91 interventions/temporal_jitter/specimen_589427435_intervention_pair_01013.json
399
- ccb1d32f7fd8c7ffb3a2127ecc541c42d6d75f1974f53d25eb5e99e3eebc8e13 interventions/temporal_jitter/specimen_589427435_intervention_pair_01013.npz
400
- 7ec01b249ee36af6d450fcde00d2507ac49addd3d50f81975d9ef80f8d61b7cb interventions/temporal_jitter/specimen_589427435_intervention_pair_01014.json
401
- fec02d4d714245e5fc91a5b9ceebcbe0be7ca6580add04cec4ad9e6a14217b19 interventions/temporal_jitter/specimen_589427435_intervention_pair_01014.npz
402
- 5011ff8d2644403a29dcc93ff8d15098561c45ddd72cd6788bb2e1a9d734a232 interventions/temporal_jitter/specimen_589427435_intervention_pair_01015.json
403
- 77d8b6c5e47d39e5d4a5bfdb13467aa308797047a65c0b1468ec53e6d0daeacf interventions/temporal_jitter/specimen_589427435_intervention_pair_01015.npz
404
- 1a2b8973cec0762e1bdc57d1f727ffc8eb64d44408eb342c47c65119aa606c25 interventions/temporal_jitter/specimen_589427435_intervention_pair_01016.json
405
- 286546d344c113e6a30bc05a803510b1e1c15da0e22ef1e07a1e6acce973894a interventions/temporal_jitter/specimen_589427435_intervention_pair_01016.npz
406
- cbcb49a228a1e296e7e2a4c5715b949b473c46cf0c6228e063a710428182d433 interventions/temporal_jitter/specimen_589427435_intervention_pair_01017.json
407
- 7738b811c525355f3829582f7a1f04cff06b7cac10304ccac4613ea0161a401e interventions/temporal_jitter/specimen_589427435_intervention_pair_01017.npz
408
- 6a4e9b18244b04ccfcffa3fafd39fc8a495f2ea8c24bd78377c473d02967c15f interventions/temporal_jitter/specimen_589427435_intervention_pair_01018.json
409
- 48842d4dac181f1322a5d2f22801b5551eeeb8651ec0fea8db2e199c1ede6c13 interventions/temporal_jitter/specimen_589427435_intervention_pair_01018.npz
410
- 6d9ff2ae85565d6fc281e828c30ea7ce07264e27f27001ab1cbac1aa79ef9247 interventions/temporal_jitter/specimen_589427435_intervention_pair_01019.json
411
- 2808fdd02a9e58cdc969fb4d993da5455eeb144047b1cb7aa4873263575e016b interventions/temporal_jitter/specimen_589427435_intervention_pair_01019.npz
412
- 17e4e69e4a037a74235439630cf3f20cc64a2d478956a83e89c33c7f1a1aec28 private-test/manifest.json
413
- e038e9cc560486be6d62119111530bb71bd0f437d538506daf1d4ca9b54f3be6 private-test/specimen_479770916_00711.json
414
- 73a222cf8138ea9d8419e7d652f8fe770c5004454d31f5be4d7cbc728ceebeed private-test/specimen_479770916_00711.npz
415
- ae2ccba9c36ecb389b379b36b16cb6505e0d8c99f2e18c85e4b485926e98a0a1 private-test/specimen_479770916_00712.json
416
- 91f8ba46a725e989fef2a064d8426ce1d36078c5718593eb036a1059652efa98 private-test/specimen_479770916_00712.npz
417
- e6a1aa2acec8ae0da4e205d140bf87f577134880adc4b972e11073cb12045058 private-test/specimen_479770916_00713.json
418
- 736381cc8edef807d61abcac1e219f1cf0ef6be7408cf7585a3d25da26fc79fe private-test/specimen_479770916_00713.npz
419
- ae0b2be979fe370e170a5227d3d3e150090bac595e84367ba1b0996b10e94d4d private-test/specimen_479770916_00714.json
420
- a713aa77c5046913a4f464209ab0269ab1a4824ae20c145631e4c85873eef584 private-test/specimen_479770916_00714.npz
421
- e3fc1fd300236bf4555f2d147685984a0a7ea4d0e67b2753d0264e1641c7e154 private-test/specimen_479770916_00715.json
422
- 24825790d9f73b2817d070274cad418a0b45468063545236ee9a6879f165d818 private-test/specimen_479770916_00715.npz
423
- d13e0210ee69971c59e88752763be573e9e3ef7ea7da1488b7b99c3bf778ee9f private-test/specimen_479770916_00716.json
424
- 6820fbf5396e6e908336a59607b64f7d1b9f566d42235fd728d685a16f09202a private-test/specimen_479770916_00716.npz
425
- f6b4f9069d501487405abb3f5c22ec21b6974b46ad96ef5f62dd7528593a8562 private-test/specimen_479770916_00717.json
426
- 3370148fede25f3b15976de8aaed2dd26d3c9a9923c363988839f71beb0f0d6e private-test/specimen_479770916_00717.npz
427
- 751ae6113f987b9ab4dee15c0f52635135d0efdc354835d3e4d3015f67f08848 private-test/specimen_479770916_00718.json
428
- f88f0554ea65aed8e153f6a4d8854d6a4b7ceca3c7d6ac592c433081320ce0bd private-test/specimen_479770916_00718.npz
429
- 65bf1d615af4b9a9309ad756c6b6113b156d6f5b587affbe6724f79d9e7005e7 private-test/specimen_479770916_00719.json
430
- 7396be542c22834c7c32d62f65650c21cf9133f0f0c73fbba9253776e29067e4 private-test/specimen_479770916_00719.npz
431
- 10dfef59964f3c3dfd3085ed78fdb102d607922eeb92b91f0ab14528b1b1e87f private-test/specimen_479770916_00720.json
432
- 085bf473260ab4aba7a6a9676b5eda57ddda9b0598b084275027afa7f90b6cce private-test/specimen_479770916_00720.npz
433
- a2ccd7f4fd19e4a3b6e50d5ec2820c07e8df12a89c6c9e666365380796cf1840 private-test/specimen_479770916_00721.json
434
- c483dd15612255d528907472fb14b0933a1c82deb7dbd9bb88897bd77ef56af8 private-test/specimen_479770916_00721.npz
435
- b4c7f55325fb6d4481b40bcd243f352a0aef28d1651baf3599dd1321b57dda64 private-test/specimen_479770916_00722.json
436
- 41fe537901d72b6d6759dfba8df0958932142d8488a217dca37d4f0524d18ea1 private-test/specimen_479770916_00722.npz
437
- db224dde4027f26fbbaba3fda3f985572663f2f282244bb34708964013f9d3a2 private-test/specimen_479770916_00723.json
438
- 9ae3fccb6a1286e6c7b6b33a591b60ea5049de68c7d17b91418cad72809cc5bc private-test/specimen_479770916_00723.npz
439
- 326df89142a44f6a0157277912ee2c0fe9e0838ca5c8ff6b4b2e8099ce27bf1a private-test/specimen_479770916_00724.json
440
- 1df3b96885612d7468007ceddf736f77bd4c6a1fd130ac7495a34f4a3d299275 private-test/specimen_479770916_00724.npz
441
- de8dd3771361624b03cca8a1eb1afe628479297c21d72101539943af3faa2529 private-test/specimen_479770916_00725.json
442
- aae2951008dfe66dfc68ed0aed6fefb655ce5d0d39dd151bc18c4e2e61b2d6a5 private-test/specimen_479770916_00725.npz
443
- 76ede03d31c09ff0241ee28ca0da1638bda0b328781444c84430051fe5cff8f8 private-test/specimen_479770916_00726.json
444
- c4ee7aa610017f069a660edc946d9808abc64feefe778388eb22818a3a9656a0 private-test/specimen_479770916_00726.npz
445
- f3ac9cdd43aeeb8bab73a7cd8af097c05d8092aff9f502a5f4ae028d50497ef0 private-test/specimen_479770916_00727.json
446
- 9243109987dd32315bfe8a1d1fe3282f5dfd3e2e34f3285155af4c380c3db33f private-test/specimen_479770916_00727.npz
447
- b8a8749f9c8d3b9cd4fff22672bea41249954a16107061d124573e52123a5c88 private-test/specimen_479770916_00728.json
448
- 0e76cb48715c7110380c9a057567699ee5d00d0a02a2c23afeadb7ae549b3884 private-test/specimen_479770916_00728.npz
449
- 0d62af4aa41853899e67b6103a0a7472a155351015b956d4b8b8b9cb94581ad4 private-test/specimen_479770916_00729.json
450
- 4ba76698b644ddafa23aa8a1ffef6109e602901cc169e377edc9ee6d57fd53d5 private-test/specimen_479770916_00729.npz
451
- c4c6e238847b9331d6c39b00eed83a86d29e4eaf795432d5d28083bf67431a1c private-test/specimen_479770916_00730.json
452
- 0e5066485eaece92588dfc310c1bee1078de8803017d93250912a570721c1df8 private-test/specimen_479770916_00730.npz
453
- 0a92d7afb307a49a7b1b62d2b0b0306e4e24bfae6f8089a30b7717e340ec7ee8 private-test/specimen_487664663_00454.json
454
- 62aa9e61306ab67e7e49623f2ac548e9bc71110da3123093aee2d8fc5952b5ec private-test/specimen_487664663_00454.npz
455
- 8b77954c3d63850283b9d539a825e2024bf97da26199d44a5720c431bceeb62e private-test/specimen_487664663_00455.json
456
- d128683a28e6a167dab570ad965cc722baa7a156e3a880c1dad8db8f174228d0 private-test/specimen_487664663_00455.npz
457
- e0647f85c257e7ae1e74940557b3803eac97ea6fe6a351f5ed5e057ed734db91 private-test/specimen_487664663_00456.json
458
- 96dd9f3770052097f6a5bb803f278b0dd7a5c9adc589d43daba0dafa9b387014 private-test/specimen_487664663_00456.npz
459
- be901c2558d2f48275d37a697ee2280035c0706404b0078423ec0b278203586b private-test/specimen_487664663_00457.json
460
- 947439b3790a7c9d0b18e058a7d03e1ff0c7760497b113a3efc4c3c79d849b31 private-test/specimen_487664663_00457.npz
461
- 2dcf768b70117bee31a6a37fb72287f7b8b14b3bf3459106e89132167958c7b8 private-test/specimen_487664663_00458.json
462
- aaa4408a7ecd3bd8148b773d47320d11300d296da92f723aaa409224c606ff6d private-test/specimen_487664663_00458.npz
463
- 2099ec59564d577462c7c950823caf8d90849e8637b37388141aa0e506f1acfe private-test/specimen_487664663_00459.json
464
- 503c272066e863f7ef2b8c1bb5886bd2890d1b9286274e29ffae507a8ef5c52a private-test/specimen_487664663_00459.npz
465
- 142cb7cf9ae663c09ec29c2cc8832d7be42d946d777a5412d6bc825d11888939 private-test/specimen_487664663_00460.json
466
- 3613e403cb82b745b918e99e58359b60e98cacb769ab06334d982b4de0e0eec1 private-test/specimen_487664663_00460.npz
467
- 8d17d4b29a1e0d1f790b89f873fd1b4cf7072db282515d96b4a5fd70d073be8f private-test/specimen_487664663_00461.json
468
- ef8886cee387f0e44dd75042ad51b3ae14279be842ce9aa87d488bc27bccd401 private-test/specimen_487664663_00461.npz
469
- f1a1cedb3070df1fe6076168fb79baa7470d28b5a85e084de95db443d0179c4e private-test/specimen_487664663_00462.json
470
- 1f0717bec8259f026edca9fcc8c2d2a5490be3115972cdfb42445bddcf1221a9 private-test/specimen_487664663_00462.npz
471
- 702aadd152037177140ce4da7c359da4693828c7dbc5694b44dbb294dabc2eef private-test/specimen_487664663_00463.json
472
- 689911e4a4dac4920d7a33b79ca0d83e301c61e6692af9b47d1792d3d49f0664 private-test/specimen_487664663_00463.npz
473
- fa236b5fd05d9ce02238c6bdd1588bc5cb21a2e64679bc3510c10bd0981616a6 private-test/specimen_487664663_00464.json
474
- 4dcc54ee7f62aa90a11971c010a7fa65011f30171a5e77431f90731584c8a639 private-test/specimen_487664663_00464.npz
475
- 30cdae74e6557996719737332119177c56469f4f61af9784b9ccb609026ec5f2 private-test/specimen_487664663_00465.json
476
- 95d7ed697116b97f28b95b13411e6ab8070c2aa8f564cdbed388800ad0b0f1d2 private-test/specimen_487664663_00465.npz
477
- 9b9ba13086f5cabac334c3672ea2c8ae9125b9c7d184484d386129600e4ae63f private-test/specimen_487664663_00466.json
478
- c7cadb0932c5efd86011487287119fde15828c50cbd0ccbd2219ab49efec1208 private-test/specimen_487664663_00466.npz
479
- 7dc07df106998d500e92f46bb87d85caeb6f639e8f069caa240ef1b9ad3a0008 private-test/specimen_487664663_00467.json
480
- 1750dcc4f92a6c02519d412a3c84cce9ba010df4817c09e32433a76d5853547e private-test/specimen_487664663_00467.npz
481
- 449bd35c44c9aa0449fda902964e930b4a538d28bb66e90760955ab7ac6bcb4d private-test/specimen_487664663_00468.json
482
- c991591dd569f1942efce2e5ace44ae8a7a4dc99548b08c1067ca85508a1b97e private-test/specimen_487664663_00468.npz
483
- 33e485130cc326d2893a0b4299550cd012b82e2b57902eab4c6a05721fa19ac6 private-test/specimen_487664663_00469.json
484
- 954988eb5d92d0274b59c7dce115d4b445c49e23808fbbb967a73596adaa8beb private-test/specimen_487664663_00469.npz
485
- a08c4d5eb2214074eac6162d1dfc5a9e535ed33b1eb3469cb8e68e1d6fef7086 private-test/specimen_487664663_00470.json
486
- 0f3f16b059aa7da28ee9067da0b81a66bed1e812619575f9c21211ca2c71d262 private-test/specimen_487664663_00470.npz
487
- 3119e47152d28f6f479e9c5a506040a41c80bc969951cb7c4e437514598ab654 private-test/specimen_487664663_00471.json
488
- c62f7f1089bb318612c8f716b71142964613421c5ae8f04c928c32c05664b111 private-test/specimen_487664663_00471.npz
489
- db2319ed798f164b7642369797331e1daef3fd0d5ac2752ca6e89500b876d987 private-test/specimen_487664663_00472.json
490
- e671098c95ef132851a6e4b91925981c92226447b9a96617c56568fb999de51f private-test/specimen_487664663_00472.npz
491
- bfeb5681c79594825d6e18d6fbca3fc73ade6b637f0d606bc52d5edf7960a17a private-test/specimen_487664663_00473.json
492
- 73590278d60de0e78c5f443c99a6e22c6c455abe8676bd56b173ae7fa6eacbec private-test/specimen_487664663_00473.npz
493
- c87dc1e589b4f2593097e77c3cfbda05f3d8cee7698aba1a5c0cb5c771af437b private-test/specimen_488679042_01225.json
494
- eac8478128618fefac9c8b817052ad085a0efb36c2e8092a282822c86f1b167d private-test/specimen_488679042_01225.npz
495
- 19d9428642c670a9b9ed0618bfde73d8b64962b960569a17aa856c3c5c667a61 private-test/specimen_488679042_01226.json
496
- 4cb4fa125ae7c10a0c477e66d252e59fed8f5d732f4045be7ae0425528d8d70b private-test/specimen_488679042_01226.npz
497
- 7c06013756b9bd8a484da523798b51163472dfc4203a0a8ed7e7be16bf78f78f private-test/specimen_488679042_01227.json
498
- 7d0ec5cf6beca4540409820b8256bf90c395cc94fa528c1a1454b3e962843212 private-test/specimen_488679042_01227.npz
499
- 38dc6cda03f5f83dc545aacde663ced47b876c146888f308a2b6c5c8e601d47d private-test/specimen_488679042_01228.json
500
- ae4325f20f839bcac95c7bf1a0f0f05421bf1cbcb2df55b8602ba56897f29427 private-test/specimen_488679042_01228.npz
501
- ff43a2f47d42d29efcaea337c631cf7d161dd2b568d6bd3b55762a50aaafa844 private-test/specimen_488679042_01229.json
502
- fbf83b8d2c6e14025b1aa55bcc3d67e8379551451fae28a408d375512c1f5e53 private-test/specimen_488679042_01229.npz
503
- 3f55a1b715f3bc1fbec4f69999b20e3a42eac25c7bee3fa6185e3f2a71835880 private-test/specimen_488679042_01230.json
504
- 7a98d439f56fc171e4961e08bc7eceb0691e99ce0e1633d22b4a1ac4275a31ce private-test/specimen_488679042_01230.npz
505
- 30f452f97b0dc1f72416e6ece00570ee12fef7725d632d410c36ce6f50f202e9 private-test/specimen_488679042_01231.json
506
- 19982f91450867eb6ee00645d617df5ce6f365e69f53d32af5d8ed618bec9478 private-test/specimen_488679042_01231.npz
507
- f641ff40284776c22e36902880a8deab6cd69a4b0f2415be60f086c691fc7045 private-test/specimen_488679042_01232.json
508
- 59b23b45e24a87f8ef2c9eaa11da1f69722c15417502de56e425611e2ecd9da6 private-test/specimen_488679042_01232.npz
509
- fbe4948929374d2c63858136e6cce7b242c239ec4bb7f7be73c3600fc057545c private-test/specimen_488679042_01233.json
510
- 8d6900cdcfa7b9a4d1324fd078eb15ea5bc2c1a062aa33dd331f09ed920f14e3 private-test/specimen_488679042_01233.npz
511
- 69fe18882d0737b3ac6fb4daf69f57f114dd0cc29a7b50b2a0103b52bf83d44a private-test/specimen_488679042_01234.json
512
- 074f6c2cc6832b93282c4fec1679f85222aba560041c75c306e5aec54e656e69 private-test/specimen_488679042_01234.npz
513
- 2985c1d0e49cea15b9e58b9867fd241b8f054e4d296c4e474511ce7ecf8db8aa private-test/specimen_488679042_01235.json
514
- 3e4255dcfb23eea0d5748201f6016db3c9a1053795fff15c90bbbcb5fd0c749a private-test/specimen_488679042_01235.npz
515
- 2d94c513c3d7638ebf5db37957531f566db425cf73a72ab535873680f86df9a5 private-test/specimen_488679042_01236.json
516
- 74b5f3994045fbb8c66e75f417b649765642ea2e4f50d332fb866815c113fbb2 private-test/specimen_488679042_01236.npz
517
- bbded696f10808b84d84e174df478271d835330e763754dd836c8a304de2928c private-test/specimen_488679042_01237.json
518
- 84bfd0f2fb7790025284ee75eb1614fc28a2252e100dbf984820eb82f0958ae1 private-test/specimen_488679042_01237.npz
519
- 65d224fa3411e13c73e33b8b50dee26224b686af1be03cc0503dd96991ec49d0 private-test/specimen_488679042_01238.json
520
- 2596e9e2eb536e1da683786b5fc3fbd2b0a5d69b8f85588c0c492e16d6d2f897 private-test/specimen_488679042_01238.npz
521
- 6df7aec4b52636d4bf3d663e66b3dd54dee18f204a159f0f9004e32dec0bd0f0 private-test/specimen_488679042_01239.json
522
- 82d00335b7b28630f4a393b8890839f3625d31b4a89e8b782ffde3f57bf7a9c4 private-test/specimen_488679042_01239.npz
523
- 49b9b42409d45276d94c191167fee2330d27cc1a631a95a40483f3a98b28ba51 private-test/specimen_488679042_01240.json
524
- c6c752a21ee3e27d36562326774ad7b4c5bec9a55c742f2b6c006e3f3d5ed3b9 private-test/specimen_488679042_01240.npz
525
- c5cb697aba7f1c165475a7881c4f7ec741bc1c88315eefa30257f2fa7e7708f9 private-test/specimen_488679042_01241.json
526
- 6216cebe982ef82be006d3be19f46a4b50e65f838e0008e2a81fc71e34e41859 private-test/specimen_488679042_01241.npz
527
- fa6fcc4b4b6857d96196858c253400f9e9c04a8760c9905a30308f5f491462b8 private-test/specimen_488679042_01242.json
528
- d75dfb6ccb9119e482e2a388528b48a17952543f2d2074b249f8dac184278c33 private-test/specimen_488679042_01242.npz
529
- 237358a310c2ffb55c2c712bb9c71b95d3855311b4b089ac227d8d7dddc5f436 private-test/specimen_488679042_01243.json
530
- e0e0bb2883111aae774ea54d8beab6111eb6f1fa629f99d8ac045c089dfb9aa5 private-test/specimen_488679042_01243.npz
531
- fc374d7fa6e6205e3e022a1fede7d732db23f254fcf1966fcce6c892c6b382fb private-test/specimen_488679042_01244.json
532
- 5889a75604800cd5addfa5fde8ca7abe58d6225821be89976ab6e2e596c83b61 private-test/specimen_488679042_01244.npz
533
- 9477e76e8a63d7a0a11310de8c9d11b8dcf9867208ed34ccc596ff8272ee4eb9 private-test/specimen_488683425_00197.json
534
- 198ca4b751a103b9ea8fda74b11ea5ce2fd6b041884597f6b8aa6dc6b1f2afae private-test/specimen_488683425_00197.npz
535
- cc85ac7d86f1724c023a2b82b8fc48f8be5c7418a53f6b7fd950efe0829b82b0 private-test/specimen_488683425_00198.json
536
- f35619ba95b95c59b0ea675f440af73ec40c81e72f85cac1f88576f6e033c858 private-test/specimen_488683425_00198.npz
537
- c9034a86db094b75f9905ba288f865279c02d91f9a1d7c242975e4b84f2e6a43 private-test/specimen_488683425_00199.json
538
- a6dc485d003d6e52d9d0a646f3200e8799b5d3035188bb6cc8a8def8a50b6b75 private-test/specimen_488683425_00199.npz
539
- a5daecdf10fd652e2eabb37a2bc9a57ea8ff2c1147bbea3622c7d6d3a6447e73 private-test/specimen_488683425_00200.json
540
- 3480733e4bd20d333e863bc77379ae2fbb0e9f0b34a6f7d6fb329e100c3c76eb private-test/specimen_488683425_00200.npz
541
- aeed4c1fdbb5442020ff0f3e89d3877c3bfd4e0ffeb0267fc643d9ea72e35f71 private-test/specimen_488683425_00201.json
542
- df72782a8f61e7874ea80574431a697eb7b96ecbd84c04072cc95b434fd096bc private-test/specimen_488683425_00201.npz
543
- 236ee6e19bfc06600ba8f5538ea040f86a3804d1a3f9e2784a8909fd80427826 private-test/specimen_488683425_00202.json
544
- 739ddf860e4ab81f8e9b0617204de36d2b6ca831f5d89233d02a2e55da27bc2c private-test/specimen_488683425_00202.npz
545
- 8cedfaf908b2ad492bd2e4768978731eeb2c04cd3d269eed632f4762f75521fd private-test/specimen_488683425_00203.json
546
- dda5a9490082625ff5c8d41417ba19566facdb1435e5d2e5e4d125589a6e06b9 private-test/specimen_488683425_00203.npz
547
- 3edf80c0ce708e887df3a6d06a2a77c2cffd0d68b147fc8863ea868c8f82d892 private-test/specimen_488683425_00204.json
548
- f4465034035535d0402037078ae5b45f0caf688cfb0aae9204fa593ec6ff7cef private-test/specimen_488683425_00204.npz
549
- 994014d284165604eafa229f024cfc7a86d4a71f31dd84440ee64e8d7e1b4e72 private-test/specimen_488683425_00205.json
550
- d46ae0ba5731e6ebc489930b9bbbf6150b6029e2a89dab4983304f505dd1bbac private-test/specimen_488683425_00205.npz
551
- f44fc32ea5b0de1f001e53d053761c767807f0ac1eab5e7602a6214c16964a6a private-test/specimen_488683425_00206.json
552
- 06d2fa030f444ee4400b496c7743f14a0ca90129779e67a196e49e681976bc40 private-test/specimen_488683425_00206.npz
553
- 6d29c364b5f1dad8c0ca2473c0ad48b3968038b0edb7ac168679927f5cb322da private-test/specimen_488683425_00207.json
554
- 1fdc52ee33b93184713854c3bb1e719029d7c44e7512103017f0ff22c851c4ad private-test/specimen_488683425_00207.npz
555
- 975bd1951113a0b297839bb68b883d7a9b2dee2b7c01a49621a6b01ac3d2df99 private-test/specimen_488683425_00208.json
556
- 41396901566279740833788612209d79d280a2826cf81d3fa3e544c4ac8e5d89 private-test/specimen_488683425_00208.npz
557
- 887296ff873388e22ceeef3f56e3a52fd676cfaa769909523b48d46edbae0be6 private-test/specimen_488683425_00209.json
558
- 899fe448bfe4e3e867356278ea5ad289ed0f014f9d9b90a787ca6711d771cf01 private-test/specimen_488683425_00209.npz
559
- 539e935e910fbcf9c7ff7c1717bca0d12fdd13b38f4cff19638d9a7c1504c368 private-test/specimen_488683425_00210.json
560
- 76f2749f4598fd789cdcbe7d7b8d59f7e922289e37d672fe5e148fc13c360ccf private-test/specimen_488683425_00210.npz
561
- 421496ffcb12a7d4b2c0e04b18d7e0ca7b1c5edae22077ae44df713586b3fd0b private-test/specimen_488683425_00211.json
562
- c640ad1d788b71aae086ca1774440b0d8c1b24cd8293c4ba5b90613f23bd7b20 private-test/specimen_488683425_00211.npz
563
- e468365ea73a03ca3fa778f73d6b41c59e0269442d1104f76e4633f83af86a96 private-test/specimen_488683425_00212.json
564
- aa64f191de02619b1e0e11af1d2fba5ead9e13bc8bef093914c1628c76e805e8 private-test/specimen_488683425_00212.npz
565
- 415c5500fe250e869afcfa43e8d1fa95b6522c44ee93b266bc74710ff5ef025d private-test/specimen_488683425_00213.json
566
- e80609becda304e8713f3bf20334599581757cffbfa3ff5053772b448ee5eafe private-test/specimen_488683425_00213.npz
567
- 4027c3b12bdc5eba5bce7b843cbdd8958fbae6c2c12f68865d6b550364990be1 private-test/specimen_488683425_00214.json
568
- a14a390b95afdf04db293b752ae4eb128919cd5813c3d566817458969993ab0f private-test/specimen_488683425_00214.npz
569
- 0ebca27c7c921b2b490bd47136331feb77fa068c9fd9b918bc09d61b9248906d private-test/specimen_488683425_00215.json
570
- 086b6e1a065208f30151148a976a4f8c3553aa20eb54d9a2c43ca9e135fb32de private-test/specimen_488683425_00215.npz
571
- 6026b766764dc7c5d925847a06d3d9d6da991189086d5b20171a6e4b414586a0 private-test/specimen_488683425_00216.json
572
- bb60044571eb72980bfef54bda2aaeb835d512ce179633acc71be388087577b8 private-test/specimen_488683425_00216.npz
573
- ca0f998f1886cb9ee25346da2f421527c5ed30148f96acafa6076e5c76b42539 private-test/specimen_589427435_00968.json
574
- bb4903033fa61f62bbe33892196f43a6cb721d7742bf8c6f0b4759b2ed9dc610 private-test/specimen_589427435_00968.npz
575
- 87a5b754999c9bbe4fc9d7fdcdc8579ad52b3e61131b475394278f37ee6d9d98 private-test/specimen_589427435_00969.json
576
- 9c35b13a3982162c6871b99a6821caa37419b09f1630056ab575a8b55591c1be private-test/specimen_589427435_00969.npz
577
- 5f08fc6539f8c238521ef435aec5313288362ecf9ee40b2c11fbce2202ee5e5e private-test/specimen_589427435_00970.json
578
- 75720f5c05124930c9bf2b8ff4960d1db4aac0be7e19d6f0d2407181f5602880 private-test/specimen_589427435_00970.npz
579
- d72f883a0aacf2d65f9f3487b36b621a479b25ec2878aeb9e70f2b99e8cb2a25 private-test/specimen_589427435_00971.json
580
- f213c0114698c429742980586cdcd233a8773c21fd5e550369960fcf9fa7ab70 private-test/specimen_589427435_00971.npz
581
- 7ba9cbde8433b48da096eb0126a0b788497e0b6e923eb06580465d77134fa995 private-test/specimen_589427435_00972.json
582
- 036bb7ec7935444f9470634d4a6ff60c5412462ec308d599a42dbe72891eb714 private-test/specimen_589427435_00972.npz
583
- 110aab2a61d893af7a33dc6255105bcc4d71230417838151b8ed9eea8b5742ae private-test/specimen_589427435_00973.json
584
- e05c9c863ea03bcde7b41d9139be138f52b7b57c239bfb3c0621fba9e75f94dd private-test/specimen_589427435_00973.npz
585
- f23ed8ee4093a6d7ea5f6a791df55db1e5ee4a25023a671655bcf34f96cf31fb private-test/specimen_589427435_00974.json
586
- 536de80673938d8b79395edc958a04bec4b93b581f0f8345fcbd76d321553337 private-test/specimen_589427435_00974.npz
587
- e7a2145cea2e1bbdadfd814e4235127412e9072a43fbd58efb32558dae9b0c56 private-test/specimen_589427435_00975.json
588
- 783de7f6d90b7b13087d97bec9992649cedb6e64702eff837a3f3d3a67708ca3 private-test/specimen_589427435_00975.npz
589
- 1f8912577bf6dcf3b2b85d771ab6688f002c161c17c756c88c9129ea27b3f990 private-test/specimen_589427435_00976.json
590
- ee884e6a4f1a5ba9a634e7b860bcc8633edbd2b96b3175b1ee060ebaa33e6b76 private-test/specimen_589427435_00976.npz
591
- 39f4b59692e6321648b1fedfb750d59d3650697e69ca3b7f79ec1f811c0b683e private-test/specimen_589427435_00977.json
592
- 2afc260c6bb6a18a5885b79384f9f4e0a16ae90430dcac04014a6604cb4146fc private-test/specimen_589427435_00977.npz
593
- cdd4a00d34ae0cddfdfd6c79ae9d739c0015a9a40c62653847ce5ebf496673c1 private-test/specimen_589427435_00978.json
594
- 9d345b31187e2a3d25ab8638cc9418ca0fbeaa679ea3edce07f7a6d0ccf3ada9 private-test/specimen_589427435_00978.npz
595
- e592e1c4306607835be48751be19d81f273e32388b2076728cc67cf9231f99d7 private-test/specimen_589427435_00979.json
596
- a8ebaa472f1350b2a1a1788bd7ca22441e2a1684c2a74f372f0a842e85641ebc private-test/specimen_589427435_00979.npz
597
- ef39ad95061431897f4da9b3495d481fa19fa36ee673e2653e29ed1b2015ca04 private-test/specimen_589427435_00980.json
598
- a7217b7ec8009791487c6ffc9634203d4ce24bd0ee14862bbb417336cbc777c2 private-test/specimen_589427435_00980.npz
599
- 11ac0f9ecd7c1cc40bff5dd53f173329546252155737bd4f8c94fa6260a82093 private-test/specimen_589427435_00981.json
600
- 1f3030e3e09c3fcb86702cbce60488d69ecf2f0b4343bed0b96279f1ea32ebd2 private-test/specimen_589427435_00981.npz
601
- 46d1fb0e74a20489ad93c5451367c27d6196983c4a66e042eb79538b9c92adc0 private-test/specimen_589427435_00982.json
602
- 152a415607af8c08aa827946d826851ceaf116ca036d8dd8e1ad4870783d771a private-test/specimen_589427435_00982.npz
603
- 1ea01eb8ecb799e27ca02d52d9f90a0f77a30b012ab7033a4b08751ea55a3f39 private-test/specimen_589427435_00983.json
604
- 924aebf117b131fbb8f937c9bb2f18fcf074c467255b3edb1c3c0d0c8cd8daf0 private-test/specimen_589427435_00983.npz
605
- 4e7b7531f2e069d27532471f2b9b34f2e580b248caae605d7c6509f43530b6d3 private-test/specimen_589427435_00984.json
606
- 3ada0141f4b942e2b3b6602949a88b16723db5c376d5ac5f219a485c0a23acde private-test/specimen_589427435_00984.npz
607
- e4f0111bcc0aa8f534090dc2d8d5d92c7af00312e56816562058559be9cc1f07 private-test/specimen_589427435_00985.json
608
- c2f65086c95be9864237e1b290221617e507f67e85888fc6c56d765c25a5c6df private-test/specimen_589427435_00985.npz
609
- c07dc4ae8abb494a2920724d012b1e81347f0b2c15d41d139fe64ffb83dbce3b private-test/specimen_589427435_00986.json
610
- efa78e26a21db7368573fc9927ae8df26d93e2df1aa7653b9e78cb902158d619 private-test/specimen_589427435_00986.npz
611
- 5a8f0221497379a53adab0f209104255d2f98eb6fb54d785938bedbaf8e5b911 private-test/specimen_589427435_00987.json
612
- c28517d5903ca5327009f5fa31af2d09920c475de55cf0ff45c149cb2c933fe0 private-test/specimen_589427435_00987.npz
613
  bfabece78b8066134080f95cb1fd35c12c7a6b7052c9cb21053ae459eebe040f test/manifest.json
614
  c0ee6e8a396ac47e5216690a2d77021f1ad6dd4e9d97046e23da6b9bcd279ea4 test/specimen_479770916_00691.json
615
  8e0cec6b2ade5e5b078f0a2667b1cc36b281f11bc034d60a5cf9ecc49b3eafd0 test/specimen_479770916_00691.npz
@@ -2382,7 +1770,6 @@ b5019354fbc4fcdc47111603e2593b9699c38a8cada9270582b0f6d8900b44c0 train/specimen
2382
  df46dd1a30b6e60aa110645ef4b437e6922a19c514ecbe8ac81da0bcad1e3bfc train/specimen_589427435_00926.npz
2383
  5010700f75b219dfecadf60846bb5ec3abeaa9274f680fabf07db8d9b5e8f6d9 train/specimen_589427435_00927.json
2384
  f5361584ddf1a4eca4eace844bae4988396e91c9f376fe720627908386632273 train/specimen_589427435_00927.npz
2385
- c40ac0e948a9bfb8035a85f153f3c7a7d4c9f29dfb159a9ecc8818fb569f5518 upload_to_hf.sh
2386
  2ee5a1b3f2ae48ae3e4e730957c8786dad83ee5cd6fdd3d8193d8c51dedb81df val/manifest.json
2387
  3a8a786ba1a472a41c714f34de5f5211eba550c8bdc72267f6c56e3d53cb6e4e val/specimen_479770916_00671.json
2388
  e0e2d59b16c7de649b4583553b80c9b0224723ef70f6abbf8ee087e71cd8c599 val/specimen_479770916_00671.npz
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  bfabece78b8066134080f95cb1fd35c12c7a6b7052c9cb21053ae459eebe040f test/manifest.json
2
  c0ee6e8a396ac47e5216690a2d77021f1ad6dd4e9d97046e23da6b9bcd279ea4 test/specimen_479770916_00691.json
3
  8e0cec6b2ade5e5b078f0a2667b1cc36b281f11bc034d60a5cf9ecc49b3eafd0 test/specimen_479770916_00691.npz
 
1770
  df46dd1a30b6e60aa110645ef4b437e6922a19c514ecbe8ac81da0bcad1e3bfc train/specimen_589427435_00926.npz
1771
  5010700f75b219dfecadf60846bb5ec3abeaa9274f680fabf07db8d9b5e8f6d9 train/specimen_589427435_00927.json
1772
  f5361584ddf1a4eca4eace844bae4988396e91c9f376fe720627908386632273 train/specimen_589427435_00927.npz
 
1773
  2ee5a1b3f2ae48ae3e4e730957c8786dad83ee5cd6fdd3d8193d8c51dedb81df val/manifest.json
1774
  3a8a786ba1a472a41c714f34de5f5211eba550c8bdc72267f6c56e3d53cb6e4e val/specimen_479770916_00671.json
1775
  e0e2d59b16c7de649b4583553b80c9b0224723ef70f6abbf8ee087e71cd8c599 val/specimen_479770916_00671.npz
compression_report.json DELETED
@@ -1,97 +0,0 @@
1
- {
2
- "compression_ratio_max": 0.02772783046778911,
3
- "compression_ratio_median": 0.027369961477555958,
4
- "compression_ratio_min": 0.01874393097876405,
5
- "created_at_unix": 1782404939,
6
- "dataset_root": "/home/davwis/main/workspace/bnn_sim/data/v1-neuronio-like-gpu-20260611",
7
- "interventions": {
8
- "event_dropout": {
9
- "bytes_npz": 1136543149,
10
- "pair_shards": 40,
11
- "pairs": 2500
12
- },
13
- "exc_dropout": {
14
- "bytes_npz": 1112964587,
15
- "pair_shards": 40,
16
- "pairs": 2500
17
- },
18
- "inh_dropout": {
19
- "bytes_npz": 1109860943,
20
- "pair_shards": 40,
21
- "pairs": 2500
22
- },
23
- "site_silence": {
24
- "bytes_npz": 1096439592,
25
- "pair_shards": 40,
26
- "pairs": 2500
27
- },
28
- "temporal_jitter": {
29
- "bytes_npz": 1402421323,
30
- "pair_shards": 40,
31
- "pairs": 2500
32
- }
33
- },
34
- "json_files": 1297,
35
- "npz_bytes_on_disk": 35011191017,
36
- "npz_files": 1285,
37
- "ordinary_splits": {
38
- "private-test": {
39
- "bytes_npz": 2650225023,
40
- "samples": 12500,
41
- "shards": 100
42
- },
43
- "test": {
44
- "bytes_npz": 2649159469,
45
- "samples": 12500,
46
- "shards": 100
47
- },
48
- "train": {
49
- "bytes_npz": 21202627450,
50
- "samples": 100000,
51
- "shards": 785
52
- },
53
- "val": {
54
- "bytes_npz": 2650949481,
55
- "samples": 12500,
56
- "shards": 100
57
- }
58
- },
59
- "payload_format": "sharded .npz files created with ZIP deflate compression",
60
- "recommendation": "do not wrap NPZ shards in a monolithic zip/tar; upload the shard folder directly for resumability and partial download",
61
- "sampled_shards": [
62
- {
63
- "compressed_bytes_inside_zip": 29306701,
64
- "compression_ratio": 0.01978189340577926,
65
- "path": "interventions/event_dropout/specimen_479770916_intervention_pair_00731.npz",
66
- "raw_bytes_inside_zip": 1481491200,
67
- "zip_methods": [
68
- 8
69
- ]
70
- },
71
- {
72
- "compressed_bytes_inside_zip": 27122579,
73
- "compression_ratio": 0.027375827745319648,
74
- "path": "train/specimen_487664663_00342.npz",
75
- "raw_bytes_inside_zip": 990749184,
76
- "zip_methods": [
77
- 8
78
- ]
79
- },
80
- {
81
- "compressed_bytes_inside_zip": 14397246,
82
- "compression_ratio": 0.027353758593383078,
83
- "path": "val/specimen_589427435_00947.npz",
84
- "raw_bytes_inside_zip": 526335200,
85
- "zip_methods": [
86
- 8
87
- ]
88
- }
89
- ],
90
- "total_bytes_on_disk": 35023473094,
91
- "zip_method_note": {
92
- "8": "ZIP_DEFLATED"
93
- },
94
- "zip_methods_seen": [
95
- 8
96
- ]
97
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_manifest_template.json DELETED
@@ -1,189 +0,0 @@
1
- {
2
- "broad_morphology_release": false,
3
- "categories": [
4
- {
5
- "default_diagnostic_selector": false,
6
- "kind": "ordinary_split",
7
- "morphologies": 5,
8
- "name": "train",
9
- "paired": false,
10
- "semantic_unit": "trace",
11
- "semantic_units_per_morphology": 20000,
12
- "total_semantic_units": 100000
13
- },
14
- {
15
- "default_diagnostic_selector": true,
16
- "kind": "ordinary_split",
17
- "morphologies": 5,
18
- "name": "val",
19
- "paired": false,
20
- "semantic_unit": "trace",
21
- "semantic_units_per_morphology": 2500,
22
- "total_semantic_units": 12500
23
- },
24
- {
25
- "default_diagnostic_selector": false,
26
- "kind": "ordinary_split",
27
- "morphologies": 5,
28
- "name": "test",
29
- "paired": false,
30
- "semantic_unit": "trace",
31
- "semantic_units_per_morphology": 2500,
32
- "total_semantic_units": 12500
33
- },
34
- {
35
- "default_diagnostic_selector": false,
36
- "kind": "ordinary_split",
37
- "morphologies": 5,
38
- "name": "private-test",
39
- "paired": false,
40
- "semantic_unit": "trace",
41
- "semantic_units_per_morphology": 2500,
42
- "total_semantic_units": 12500
43
- },
44
- {
45
- "default_diagnostic_selector": false,
46
- "kind": "interventions",
47
- "morphologies": 5,
48
- "name": "interventions",
49
- "paired": true,
50
- "semantic_unit": "paired_example",
51
- "semantic_units_per_morphology": 2500,
52
- "total_semantic_units": 12500
53
- }
54
- ],
55
- "dataset_kind": "deep_neuronio_like_v1",
56
- "default_diagnostics": {
57
- "intervention_selector": "interventions/<name>",
58
- "morphology_policy": "all_v1_morphologies",
59
- "split": "val"
60
- },
61
- "framing": "deep_trainable_diagnostic_rich_lean",
62
- "intervention_conditions": [
63
- "event_dropout",
64
- "exc_dropout",
65
- "inh_dropout",
66
- "temporal_jitter",
67
- "site_silence"
68
- ],
69
- "morphologies": [
70
- {
71
- "apical_fraction_delta_vs_reference": 0.0,
72
- "caveat": "Bundled template; exact Allen specimen 488683425.",
73
- "compatibility_score_lower_better": 0.0,
74
- "extracted_branches": 99,
75
- "line_name": "Rbp4-Cre_KL100",
76
- "radial_extent_ratio_vs_reference": 1.0,
77
- "reconstruction_type": "dendrite-only",
78
- "role": "reference_control",
79
- "routed_branches": 45,
80
- "routed_length_ratio_vs_reference": 1.0,
81
- "routing_shape_match": true,
82
- "specimen_id": 488683425,
83
- "swc_path": "src/bnn_sim/assets/allen_l5_template.swc",
84
- "total_length_ratio_vs_reference": 1.0
85
- },
86
- {
87
- "apical_fraction_delta_vs_reference": 0.053,
88
- "caveat": "Allen metadata marks this reconstruction dendrite-only.",
89
- "compatibility_score_lower_better": 0.203,
90
- "extracted_branches": 98,
91
- "line_name": "Rbp4-Cre_KL100",
92
- "radial_extent_ratio_vs_reference": 1.022,
93
- "reconstruction_type": "dendrite-only",
94
- "role": "closest_heldout_control",
95
- "routed_branches": 45,
96
- "routed_length_ratio_vs_reference": 0.946,
97
- "routing_shape_match": true,
98
- "specimen_id": 487664663,
99
- "swc_path": "data/morphologies/allen_mouse_l5_spiny/specimen_487664663.swc",
100
- "total_length_ratio_vs_reference": 0.93
101
- },
102
- {
103
- "apical_fraction_delta_vs_reference": -0.029,
104
- "caveat": "Allen metadata marks this reconstruction dendrite-only.",
105
- "compatibility_score_lower_better": 0.247,
106
- "extracted_branches": 110,
107
- "line_name": "Rorb-IRES2-Cre",
108
- "radial_extent_ratio_vs_reference": 0.93,
109
- "reconstruction_type": "dendrite-only",
110
- "role": "intermediate_line_shift",
111
- "routed_branches": 45,
112
- "routed_length_ratio_vs_reference": 1.037,
113
- "routing_shape_match": true,
114
- "specimen_id": 479770916,
115
- "swc_path": "data/morphologies/allen_mouse_l5_spiny/specimen_479770916.swc",
116
- "total_length_ratio_vs_reference": 1.116
117
- },
118
- {
119
- "apical_fraction_delta_vs_reference": 0.054,
120
- "caveat": "Allen metadata marks this reconstruction dendrite-only.",
121
- "compatibility_score_lower_better": 0.284,
122
- "extracted_branches": 120,
123
- "line_name": "Sim1-Cre_KJ18",
124
- "radial_extent_ratio_vs_reference": 0.975,
125
- "reconstruction_type": "dendrite-only",
126
- "role": "line_diversity_shift",
127
- "routed_branches": 45,
128
- "routed_length_ratio_vs_reference": 1.033,
129
- "routing_shape_match": true,
130
- "specimen_id": 589427435,
131
- "swc_path": "data/morphologies/allen_mouse_l5_spiny/specimen_589427435.swc",
132
- "total_length_ratio_vs_reference": 1.187
133
- },
134
- {
135
- "apical_fraction_delta_vs_reference": 0.019,
136
- "caveat": "Allen metadata marks this reconstruction dendrite-only.",
137
- "compatibility_score_lower_better": 0.405,
138
- "extracted_branches": 132,
139
- "line_name": "Rorb-IRES2-Cre",
140
- "radial_extent_ratio_vs_reference": 0.986,
141
- "reconstruction_type": "dendrite-only",
142
- "role": "stronger_sane_length_shift",
143
- "routed_branches": 45,
144
- "routed_length_ratio_vs_reference": 1.095,
145
- "routing_shape_match": true,
146
- "specimen_id": 488679042,
147
- "swc_path": "data/morphologies/allen_mouse_l5_spiny/specimen_488679042.swc",
148
- "total_length_ratio_vs_reference": 1.325
149
- }
150
- ],
151
- "morphology_count": 5,
152
- "ordinary_splits": [
153
- "train",
154
- "val",
155
- "test",
156
- "private-test"
157
- ],
158
- "schema_version": 2,
159
- "target_views": [
160
- {
161
- "columns": [
162
- "spike",
163
- "soma"
164
- ],
165
- "default_for_historical_comparison": true,
166
- "default_for_training": true,
167
- "description": "Historical NeuronIO target view: clip soma above -55 mV, subtract -67.7 mV, scale by 1/10.",
168
- "name": "neuronio_clipped_normalized",
169
- "units": "spike_indicator, normalized_soma"
170
- },
171
- {
172
- "columns": [
173
- "spike",
174
- "soma_mv"
175
- ],
176
- "default_for_historical_comparison": false,
177
- "default_for_training": false,
178
- "description": "Raw teacher soma voltage for clipping diagnostics and spike-shape/state analysis.",
179
- "name": "raw_soma_mv",
180
- "units": "spike_indicator, millivolts"
181
- }
182
- ],
183
- "trace": {
184
- "duration_ms": 6000,
185
- "inputs_shape": "(time, input_channels)",
186
- "sample_dt_ms": 1,
187
- "targets_shape": "(time, 2)"
188
- }
189
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_package_manifest.json CHANGED
@@ -1,61 +1,13 @@
1
  {
 
 
 
2
  "compression": {
3
  "file_level": ".npz per shard",
4
- "median_compressed_to_raw_ratio": 0.027369961477555958,
5
  "outer_archive": "none",
6
- "outer_archive_rationale": "NPZ shards are already compressed and shard-wise upload supports resumability/partial download.",
7
- "zip_method": "ZIP_DEFLATED"
8
  },
9
- "created_at_unix": 1782406088,
10
- "dataset_name": "AxoBench (DendroBench v1 neuronio-like GPU)",
11
- "files": {
12
- "all_files_including_metadata": 2587,
13
- "json": 1299,
14
- "npz": 1285,
15
- "npz_bytes": 35011191017,
16
- "total_bytes": 35023759256
17
- },
18
- "hf_repo_suggestion": "dwiest/axobench",
19
- "interventions": {
20
- "event_dropout": {
21
- "bytes_npz": 1136543149,
22
- "pair_shards": 40,
23
- "pairs": 2500
24
- },
25
- "exc_dropout": {
26
- "bytes_npz": 1112964587,
27
- "pair_shards": 40,
28
- "pairs": 2500
29
- },
30
- "inh_dropout": {
31
- "bytes_npz": 1109860943,
32
- "pair_shards": 40,
33
- "pairs": 2500
34
- },
35
- "site_silence": {
36
- "bytes_npz": 1096439592,
37
- "pair_shards": 40,
38
- "pairs": 2500
39
- },
40
- "temporal_jitter": {
41
- "bytes_npz": 1402421323,
42
- "pair_shards": 40,
43
- "pairs": 2500
44
- }
45
- },
46
- "metadata_files": [
47
- "README.md",
48
- "dataset_package_manifest.json",
49
- "compression_report.json",
50
- "checksums.sha256",
51
- "upload_to_hf.sh"
52
- ],
53
- "ordinary_splits": {
54
- "private-test": {
55
- "bytes_npz": 2650225023,
56
- "samples": 12500,
57
- "shards": 100
58
- },
59
  "test": {
60
  "bytes_npz": 2649159469,
61
  "samples": 12500,
@@ -66,13 +18,22 @@
66
  "samples": 100000,
67
  "shards": 785
68
  },
69
- "val": {
 
70
  "bytes_npz": 2650949481,
71
  "samples": 12500,
72
  "shards": 100
73
  }
74
  },
75
- "payload_format": "sharded .npz files created with ZIP deflate compression",
76
- "source_root": "/home/davwis/main/workspace/bnn_sim/data/v1-neuronio-like-gpu-20260611",
77
- "visibility_recommendation": "public upload requested; review before paper-facing release tag or DOI mirror"
 
 
 
 
 
 
 
 
78
  }
 
1
  {
2
+ "dataset_name": "AxoBench",
3
+ "repository": "Axym-Labs/axobench",
4
+ "payload_format": "sharded NPZ files with ZIP deflate compression",
5
  "compression": {
6
  "file_level": ".npz per shard",
 
7
  "outer_archive": "none",
8
+ "outer_archive_rationale": "Shard-wise files support resumable and partial downloads."
 
9
  },
10
+ "splits": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "test": {
12
  "bytes_npz": 2649159469,
13
  "samples": 12500,
 
18
  "samples": 100000,
19
  "shards": 785
20
  },
21
+ "validation": {
22
+ "path": "val",
23
  "bytes_npz": 2650949481,
24
  "samples": 12500,
25
  "shards": 100
26
  }
27
  },
28
+ "totals": {
29
+ "samples": 125000,
30
+ "npz_shards": 985,
31
+ "shard_metadata_json": 985,
32
+ "npz_bytes": 26502736400
33
+ },
34
+ "companion_datasets": {
35
+ "population": "Axym-Labs/axobench-population",
36
+ "interventions": "Axym-Labs/axobench-interventions"
37
+ },
38
+ "integrity": "checksums.sha256 covers every NPZ shard and adjacent JSON metadata file"
39
  }
generation_completion_check.json DELETED
@@ -1,43 +0,0 @@
1
- {
2
- "data_root": "/home/davwis/main/workspace/bnn_sim/data/v1-neuronio-like-gpu-20260611",
3
- "interventions": {
4
- "event_dropout": {
5
- "pair_shards": 40,
6
- "pairs": 2500
7
- },
8
- "exc_dropout": {
9
- "pair_shards": 40,
10
- "pairs": 2500
11
- },
12
- "inh_dropout": {
13
- "pair_shards": 40,
14
- "pairs": 2500
15
- },
16
- "site_silence": {
17
- "pair_shards": 40,
18
- "pairs": 2500
19
- },
20
- "temporal_jitter": {
21
- "pair_shards": 40,
22
- "pairs": 2500
23
- }
24
- },
25
- "ordinary": {
26
- "private-test": {
27
- "samples": 12500,
28
- "shards": 100
29
- },
30
- "test": {
31
- "samples": 12500,
32
- "shards": 100
33
- },
34
- "train": {
35
- "samples": 100000,
36
- "shards": 785
37
- },
38
- "val": {
39
- "samples": 12500,
40
- "shards": 100
41
- }
42
- }
43
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
generation_summary.json DELETED
@@ -1,43 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 153112.55900687998,
6
- "intervention_samples_per_morphology_by_condition": {
7
- "event_dropout": 500,
8
- "exc_dropout": 500,
9
- "inh_dropout": 500,
10
- "site_silence": 500,
11
- "temporal_jitter": 500
12
- },
13
- "intervention_samples_per_shard": 64,
14
- "intervention_total_samples_per_morphology": 2500,
15
- "interventions": [
16
- "event_dropout",
17
- "exc_dropout",
18
- "inh_dropout",
19
- "temporal_jitter",
20
- "site_silence"
21
- ],
22
- "kind": "v1_parallel_generation",
23
- "mechanism_root": "/home/davwis/main/workspace/bnn_sim/docs/verify-arbor-simulator/artifacts/hay_swc_template_gpu_durable_20260606",
24
- "morphologies": [
25
- "specimen_488683425",
26
- "specimen_487664663",
27
- "specimen_479770916",
28
- "specimen_589427435",
29
- "specimen_488679042"
30
- ],
31
- "note": "SWC morphology path uses the Hay-compatible SWC template/mechanisms. CoreNEURON GPU is supported for actual v1 SWC morphologies when the durable GPU runtime and SWC mechanism root are on PATH/PYTHONPATH/LD_LIBRARY_PATH.",
32
- "output_root": "/home/davwis/main/workspace/bnn_sim/data/v1-neuronio-like-gpu-20260611",
33
- "parallelism": 1,
34
- "samples": 51808,
35
- "samples_per_shard": 128,
36
- "samples_skipped_existing": 98192,
37
- "samples_total": 150000,
38
- "source_root": "/home/davwis/main/workspace/bnn_sim/docs/verify-arbor-simulator/artifacts/source_models/neuron_as_deep_net/L5PC_NEURON_simulation",
39
- "tasks": 450,
40
- "tasks_skipped_existing": 835,
41
- "tasks_total": 1285,
42
- "template_hoc": "/home/davwis/main/workspace/bnn_sim/docs/verify-arbor-simulator/artifacts/hay_swc_template_gpu_durable_20260606/L5PCtemplate_swc.hoc"
43
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/manifest.json DELETED
The diff for this file is too large to render. See raw diff
 
interventions/event_dropout/specimen_479770916_intervention_pair_00731.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 399.89961037100875,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 302,
16
- "mean": 302.0,
17
- "min": 302
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 301,
29
- "mean": 301.0,
30
- "min": 301
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 338,
34
- "mean": 338.0,
35
- "min": 338
36
- },
37
- "used_sites_per_sign": {
38
- "max": 302,
39
- "mean": 302.0,
40
- "min": 302
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_479770916",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_479770916.swc",
46
- "samples": 64,
47
- "shard_index": 731
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00731.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab493485adcbf26cb170ab5af892c55c7d7fcb42153d401484b0cfc73585621f
3
- size 29307823
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00732.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 397.00349626500974,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 302,
16
- "mean": 302.0,
17
- "min": 302
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 301,
29
- "mean": 301.0,
30
- "min": 301
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 338,
34
- "mean": 338.0,
35
- "min": 338
36
- },
37
- "used_sites_per_sign": {
38
- "max": 302,
39
- "mean": 302.0,
40
- "min": 302
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_479770916",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_479770916.swc",
46
- "samples": 64,
47
- "shard_index": 732
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00732.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:426b90f4d8b7940e3069ddccecf96582eb1ceaa5df4172e2ed7e06563309f2b4
3
- size 29169131
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00733.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 401.07535661998554,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 302,
16
- "mean": 302.0,
17
- "min": 302
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 301,
29
- "mean": 301.0,
30
- "min": 301
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 338,
34
- "mean": 338.0,
35
- "min": 338
36
- },
37
- "used_sites_per_sign": {
38
- "max": 302,
39
- "mean": 302.0,
40
- "min": 302
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_479770916",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_479770916.swc",
46
- "samples": 64,
47
- "shard_index": 733
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00733.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6068b68bdf515580609ce811503a7e434712e9a77c2167b713911179cc3f69a6
3
- size 29002453
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00734.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 394.4131416929886,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 302,
16
- "mean": 302.0,
17
- "min": 302
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 301,
29
- "mean": 301.0,
30
- "min": 301
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 338,
34
- "mean": 338.0,
35
- "min": 338
36
- },
37
- "used_sites_per_sign": {
38
- "max": 302,
39
- "mean": 302.0,
40
- "min": 302
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_479770916",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_479770916.swc",
46
- "samples": 64,
47
- "shard_index": 734
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00734.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f44d80a4cc97e70052683d01e102c4b02a0030c30cde729c31293cf2fdcf8309
3
- size 29191934
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00735.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 399.28904959600186,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 302,
16
- "mean": 302.0,
17
- "min": 302
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 301,
29
- "mean": 301.0,
30
- "min": 301
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 338,
34
- "mean": 338.0,
35
- "min": 338
36
- },
37
- "used_sites_per_sign": {
38
- "max": 302,
39
- "mean": 302.0,
40
- "min": 302
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_479770916",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_479770916.swc",
46
- "samples": 64,
47
- "shard_index": 735
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00735.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:78692cf7c1bfb5d934a354f7c3ed6bfbb5a38cfb62978a8bc5e1d10d95744eec
3
- size 29134858
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00736.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 408.0543551869923,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 302,
16
- "mean": 302.0,
17
- "min": 302
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 301,
29
- "mean": 301.0,
30
- "min": 301
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 338,
34
- "mean": 338.0,
35
- "min": 338
36
- },
37
- "used_sites_per_sign": {
38
- "max": 302,
39
- "mean": 302.0,
40
- "min": 302
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_479770916",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_479770916.swc",
46
- "samples": 64,
47
- "shard_index": 736
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00736.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:21a26e7362ccba86004d6ef8e3f0c3c0eab0f0dc96fa404e10055aeffda54dce
3
- size 28937211
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00737.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 405.1018735599937,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 302,
16
- "mean": 302.0,
17
- "min": 302
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 301,
29
- "mean": 301.0,
30
- "min": 301
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 338,
34
- "mean": 338.0,
35
- "min": 338
36
- },
37
- "used_sites_per_sign": {
38
- "max": 302,
39
- "mean": 302.0,
40
- "min": 302
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_479770916",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_479770916.swc",
46
- "samples": 64,
47
- "shard_index": 737
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00737.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2052343e27d382434ffc5c40be9603b144632c79c163b2eeff9d8341fb6a62e8
3
- size 29005151
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00738.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 385.7770900129981,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 302,
16
- "mean": 302.0,
17
- "min": 302
18
- },
19
- "n_traces": 52,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 301,
29
- "mean": 301.0,
30
- "min": 301
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 338,
34
- "mean": 338.0,
35
- "min": 338
36
- },
37
- "used_sites_per_sign": {
38
- "max": 302,
39
- "mean": 302.0,
40
- "min": 302
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_479770916",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_479770916.swc",
46
- "samples": 52,
47
- "shard_index": 738
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_479770916_intervention_pair_00738.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:164da6b16330500fd63cfb5e47fd8e7af905c7e9e1eb585b53cbf2b7ddc4368d
3
- size 23526923
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00474.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 368.7787306389946,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 265,
16
- "mean": 265.0,
17
- "min": 265
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 264,
29
- "mean": 264.0,
30
- "min": 264
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 375,
34
- "mean": 375.0,
35
- "min": 375
36
- },
37
- "used_sites_per_sign": {
38
- "max": 265,
39
- "mean": 265.0,
40
- "min": 265
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_487664663",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_487664663.swc",
46
- "samples": 64,
47
- "shard_index": 474
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00474.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d961548074e09febae59e211ac27978a297d0395dd52c6ee80050e15be57922
3
- size 29045553
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00475.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 377.42666268898756,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 265,
16
- "mean": 265.0,
17
- "min": 265
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 264,
29
- "mean": 264.0,
30
- "min": 264
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 375,
34
- "mean": 375.0,
35
- "min": 375
36
- },
37
- "used_sites_per_sign": {
38
- "max": 265,
39
- "mean": 265.0,
40
- "min": 265
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_487664663",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_487664663.swc",
46
- "samples": 64,
47
- "shard_index": 475
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00475.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:095d94a2c3d0b47c47d225d569c40ac0f0002fdca3de9f36f688b8a05ddbd7a3
3
- size 29034354
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00476.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 365.5192667449883,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 265,
16
- "mean": 265.0,
17
- "min": 265
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 264,
29
- "mean": 264.0,
30
- "min": 264
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 375,
34
- "mean": 375.0,
35
- "min": 375
36
- },
37
- "used_sites_per_sign": {
38
- "max": 265,
39
- "mean": 265.0,
40
- "min": 265
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_487664663",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_487664663.swc",
46
- "samples": 64,
47
- "shard_index": 476
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00476.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:85ef1724853ea420eb856e1527b8c16aff35ea258369a4d68a076e0d2bc57f61
3
- size 29044694
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00477.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 366.09967317502014,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 265,
16
- "mean": 265.0,
17
- "min": 265
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 264,
29
- "mean": 264.0,
30
- "min": 264
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 375,
34
- "mean": 375.0,
35
- "min": 375
36
- },
37
- "used_sites_per_sign": {
38
- "max": 265,
39
- "mean": 265.0,
40
- "min": 265
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_487664663",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_487664663.swc",
46
- "samples": 64,
47
- "shard_index": 477
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00477.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e8690106450dc121812edaa295f05c26ec83208fb8d6cadcc16900f3fdf6049
3
- size 29138757
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00478.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 377.07173807901563,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 265,
16
- "mean": 265.0,
17
- "min": 265
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 264,
29
- "mean": 264.0,
30
- "min": 264
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 375,
34
- "mean": 375.0,
35
- "min": 375
36
- },
37
- "used_sites_per_sign": {
38
- "max": 265,
39
- "mean": 265.0,
40
- "min": 265
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_487664663",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_487664663.swc",
46
- "samples": 64,
47
- "shard_index": 478
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00478.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:491efebd68e88a022463ade01503f68c8382df2bc4b4a9a9aca5c041d488a566
3
- size 29086734
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00479.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 369.05153989599785,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 265,
16
- "mean": 265.0,
17
- "min": 265
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 264,
29
- "mean": 264.0,
30
- "min": 264
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 375,
34
- "mean": 375.0,
35
- "min": 375
36
- },
37
- "used_sites_per_sign": {
38
- "max": 265,
39
- "mean": 265.0,
40
- "min": 265
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_487664663",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_487664663.swc",
46
- "samples": 64,
47
- "shard_index": 479
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00479.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c1b795839b5c11bd8bf41046cadf5e20a5297fd5d6ee3ffbac9cdb9fc3a911a
3
- size 29128197
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00480.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 369.3631329170021,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 265,
16
- "mean": 265.0,
17
- "min": 265
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 264,
29
- "mean": 264.0,
30
- "min": 264
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 375,
34
- "mean": 375.0,
35
- "min": 375
36
- },
37
- "used_sites_per_sign": {
38
- "max": 265,
39
- "mean": 265.0,
40
- "min": 265
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_487664663",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_487664663.swc",
46
- "samples": 64,
47
- "shard_index": 480
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00480.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b064ab4dece085b2e3abb02ea03230629243328ec57c1c323aaddc5c613a024
3
- size 29189821
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00481.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 353.6860200749943,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 1,
11
- "mean": 1.0,
12
- "min": 1
13
- },
14
- "morphology_segments": {
15
- "max": 265,
16
- "mean": 265.0,
17
- "min": 265
18
- },
19
- "n_traces": 52,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 264,
29
- "mean": 264.0,
30
- "min": 264
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 375,
34
- "mean": 375.0,
35
- "min": 375
36
- },
37
- "used_sites_per_sign": {
38
- "max": 265,
39
- "mean": 265.0,
40
- "min": 265
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_487664663",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_487664663.swc",
46
- "samples": 52,
47
- "shard_index": 481
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_487664663_intervention_pair_00481.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c71c05e479ff46add58ceafe5c415bc1d4fb423dce2046836bc288685b8980c
3
- size 23659643
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01245.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 460.3947392209666,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 7,
11
- "mean": 7.0,
12
- "min": 7
13
- },
14
- "morphology_segments": {
15
- "max": 377,
16
- "mean": 377.0,
17
- "min": 377
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 370,
29
- "mean": 370.0,
30
- "min": 370
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 269,
34
- "mean": 269.0,
35
- "min": 269
36
- },
37
- "used_sites_per_sign": {
38
- "max": 377,
39
- "mean": 377.0,
40
- "min": 377
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_488679042",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_488679042.swc",
46
- "samples": 64,
47
- "shard_index": 1245
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01245.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b5f9a012ca5c7d470c488c318c2792e7af0862838a82c0807e4de3aac744b35
3
- size 29427748
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01246.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 464.98730656597763,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 7,
11
- "mean": 7.0,
12
- "min": 7
13
- },
14
- "morphology_segments": {
15
- "max": 377,
16
- "mean": 377.0,
17
- "min": 377
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 370,
29
- "mean": 370.0,
30
- "min": 370
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 269,
34
- "mean": 269.0,
35
- "min": 269
36
- },
37
- "used_sites_per_sign": {
38
- "max": 377,
39
- "mean": 377.0,
40
- "min": 377
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_488679042",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_488679042.swc",
46
- "samples": 64,
47
- "shard_index": 1246
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01246.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:64ed716534a15122802907727c09d16050da7c0e093a4414c666c9eee38ac871
3
- size 29165862
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01247.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 459.5689816250233,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 7,
11
- "mean": 7.0,
12
- "min": 7
13
- },
14
- "morphology_segments": {
15
- "max": 377,
16
- "mean": 377.0,
17
- "min": 377
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 370,
29
- "mean": 370.0,
30
- "min": 370
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 269,
34
- "mean": 269.0,
35
- "min": 269
36
- },
37
- "used_sites_per_sign": {
38
- "max": 377,
39
- "mean": 377.0,
40
- "min": 377
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_488679042",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_488679042.swc",
46
- "samples": 64,
47
- "shard_index": 1247
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01247.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffaa9161868bad9cffbb455cae89b2719c5eb0e48fe889ed29732f5fd9a0a342
3
- size 29230601
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01248.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 452.25757654802874,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 7,
11
- "mean": 7.0,
12
- "min": 7
13
- },
14
- "morphology_segments": {
15
- "max": 377,
16
- "mean": 377.0,
17
- "min": 377
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 370,
29
- "mean": 370.0,
30
- "min": 370
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 269,
34
- "mean": 269.0,
35
- "min": 269
36
- },
37
- "used_sites_per_sign": {
38
- "max": 377,
39
- "mean": 377.0,
40
- "min": 377
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_488679042",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_488679042.swc",
46
- "samples": 64,
47
- "shard_index": 1248
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01248.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d14443fda34af94766f4afd3d08d29c6ad05bf2375b11e498ed55729dc434e35
3
- size 29186438
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01249.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "backend": "coreneuron",
3
- "coreneuron_gpu": true,
4
- "duration_ms": 6000,
5
- "elapsed_seconds": 457.75527592597064,
6
- "input_routing": {
7
- "all_traces_identical": true,
8
- "defensibility_note": "Exact source-channel routing is preserved only when morphology segment count matches source sites. normalized_by_type_arclength is a morphology-normalized smoke policy: each target basal/apical segment receives the nearest source site from the same compartment by normalized arclength.",
9
- "duplicated_source_sites_per_sign": {
10
- "max": 7,
11
- "mean": 7.0,
12
- "min": 7
13
- },
14
- "morphology_segments": {
15
- "max": 377,
16
- "mean": 377.0,
17
- "min": 377
18
- },
19
- "n_traces": 64,
20
- "policy": "normalized_by_type_arclength",
21
- "source_sites_per_sign": {
22
- "max": 639,
23
- "mean": 639.0,
24
- "min": 639
25
- },
26
- "status": "recorded",
27
- "unique_source_sites_per_sign": {
28
- "max": 370,
29
- "mean": 370.0,
30
- "min": 370
31
- },
32
- "unused_source_sites_per_sign": {
33
- "max": 269,
34
- "mean": 269.0,
35
- "min": 269
36
- },
37
- "used_sites_per_sign": {
38
- "max": 377,
39
- "mean": 377.0,
40
- "min": 377
41
- }
42
- },
43
- "kind": "intervention",
44
- "morphology_id": "specimen_488679042",
45
- "morphology_path": "/home/davwis/main/workspace/bnn_sim/data/morphologies/allen_mouse_l5_spiny/specimen_488679042.swc",
46
- "samples": 64,
47
- "shard_index": 1249
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
interventions/event_dropout/specimen_488679042_intervention_pair_01249.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:585e32b533fb5ba16f3078ad84835781bd950fe456f39802e34901ecc6f8ef0f
3
- size 29229976