ehartford commited on
Commit
ee122a4
·
verified ·
1 Parent(s): e6469c6

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +90 -42
  2. data/train-00000.parquet +2 -2
  3. data/train-00001.parquet +2 -2
  4. data/train-00002.parquet +2 -2
  5. data/train-00003.parquet +2 -2
  6. data/train-00004.parquet +2 -2
  7. data/train-00005.parquet +2 -2
  8. data/train-00006.parquet +2 -2
  9. data/train-00007.parquet +2 -2
  10. data/train-00008.parquet +2 -2
  11. data/train-00009.parquet +2 -2
  12. data/train-00010.parquet +2 -2
  13. data/train-00011.parquet +2 -2
  14. data/train-00012.parquet +2 -2
  15. data/train-00013.parquet +2 -2
  16. data/train-00014.parquet +2 -2
  17. data/train-00015.parquet +2 -2
  18. data/train-00016.parquet +2 -2
  19. data/train-00017.parquet +2 -2
  20. data/train-00018.parquet +2 -2
  21. data/train-00019.parquet +2 -2
  22. data/train-00020.parquet +2 -2
  23. data/train-00021.parquet +2 -2
  24. data/train-00022.parquet +2 -2
  25. data/train-00023.parquet +2 -2
  26. data/train-00024.parquet +2 -2
  27. data/train-00025.parquet +2 -2
  28. data/train-00026.parquet +2 -2
  29. data/train-00027.parquet +2 -2
  30. data/train-00028.parquet +2 -2
  31. data/train-00029.parquet +2 -2
  32. data/train-00030.parquet +2 -2
  33. data/train-00031.parquet +2 -2
  34. data/train-00032.parquet +2 -2
  35. data/train-00033.parquet +2 -2
  36. data/train-00034.parquet +2 -2
  37. data/train-00035.parquet +2 -2
  38. data/train-00036.parquet +2 -2
  39. data/train-00037.parquet +2 -2
  40. data/train-00038.parquet +2 -2
  41. data/train-00039.parquet +2 -2
  42. data/train-00040.parquet +2 -2
  43. data/validation-00000.parquet +2 -2
  44. data/validation-00001.parquet +2 -2
  45. generation.log +0 -25
  46. qa_optimized.log +0 -1029
  47. MANIFEST.syn-1b-v1.3.json → raw/MANIFEST.syn-1b-v1.3.json +397 -437
  48. eval_00000.bin → raw/eval_00000.bin +1 -1
  49. eval_00001.bin → raw/eval_00001.bin +1 -1
  50. eval_00002.bin → raw/eval_00002.bin +1 -1
README.md CHANGED
@@ -34,68 +34,116 @@ train-eval-index:
34
 
35
  # Dataset Card for SYN-1B
36
 
37
- Repository: https://github.com/QuixiAI/AUM
38
-
39
  ## Dataset Summary
40
 
41
- SYN-1B is the AUM synthetic task corpus generated from the local `syn-1b-v1.3`
42
- specification. The Parquet files expose one decoded synthetic instance per row in
43
- the `text` column. The original packed `uint16` token shards, sidecars, and QA
44
- manifests remain in this directory for exact token-level training and audit use.
45
-
46
- The Hugging Face `validation` split corresponds to the SYN generator's `eval`
47
- split. F5 appears only in that held-out eval/validation split.
48
-
49
- ## Purpose
50
-
51
- SYN-1B exists to test the central claim in AUM-Ø: a model should separate
52
- evidence from interpretation, then spend extra computation only when revising
53
- the interpretation is useful. AUM-Ø maintains an evidence state that records
54
- what has been observed and a compact hypothesis register that tracks how that
55
- evidence should currently be interpreted. The synthetic corpus provides
56
- programmatic tasks with known latent hypotheses so the training and evaluation
57
- harness can ask whether the register actually tracks the active rule, whether
58
- silent revision helps at sparse interpretive events, and whether pressure is
59
- allocated where counterfactual benefit predicts it will pay.
60
-
61
- As described in `AUM-Ø.md`, the broader pretraining recipe mixes filtered
62
- web/education text, code, and a 5% stream of synthetic structured tasks. That
63
- synthetic fraction is not filler: the sigma-decode probe, recency falsifier,
64
- flat-null control, and evidence-age measurements are computed on it. SYN-1B is
65
- the corpus-scale version of those tasks in the real 49,152-token SmolLM2 BPE
66
- space, as specified in `SYN-1B.md`.
67
-
68
- The task families are designed to isolate different parts of the mechanism:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
  | Family | Role |
71
  | --- | --- |
72
  | F1 branch reversal | A rule holds, then an event changes the active mapping. |
73
  | F2 binding swap | Entity-to-attribute bindings are corrected by swaps rather than a single surface marker. |
74
  | F3 delayed correction / recall | Old evidence and controlled evidence age test whether stored evidence survives and can be reinterpreted. |
75
- | F4 flat null | No interpretive event occurs, so pressure and silent depth should stay near zero. |
76
- | F5 modular-stream switch | Eval-only transfer task with no training exposure, used to test whether probes generalize beyond memorized formats. |
 
 
77
 
78
- This local Hugging Face view is a convenience format. The raw packed token
79
- stream and sidecars are the authoritative artifact for mechanism probes,
80
- token-level QA, and exact reproduction of the SYN-1B build.
 
81
 
82
  ## How to Load
83
 
84
  ```python
85
  from datasets import load_dataset
86
 
87
- ds = load_dataset("/home/hotaisle/datasets/SYN-1B")
88
  ```
89
 
90
  ## Dataset Stats
91
 
92
- | Split | Rows | Synthetic instance tokens |
93
  | --- | ---: | ---: |
94
- | `train` | 4,046,772 | 1,000,002,097 |
95
- | `validation` | 178,463 | 40,002,369 |
96
- | `total` | 4,225,235 | 1,040,004,466 |
97
 
98
- Tokenizer: `HuggingFaceTB/SmolLM2-135M`
 
 
 
99
 
100
  ## Data Schema
101
 
@@ -106,7 +154,7 @@ Columns:
106
  - `token_len`, `task_token_count`, `filler_token_count`, `controlled_gap_tokens`,
107
  `composition_depth`, `num_queries`: compact per-instance metadata.
108
  - `shard`, `window_index`, `start_offset`, `token_hash`: join keys back to the
109
- packed raw token stream and sidecar records.
110
 
111
  ## Licensing Information
112
 
 
34
 
35
  # Dataset Card for SYN-1B
36
 
 
 
37
  ## Dataset Summary
38
 
39
+ SYN-1B is a 1.04B-token synthetic language-modeling corpus of rule-governed
40
+ text streams. Each row is a decoded instance in which the text establishes
41
+ facts, mappings, bindings, or simple generative rules; later spans may revise
42
+ those rules, swap bindings, delay a query over long filler, or present a null
43
+ control with event-like surface text that should not change the answer.
44
+
45
+ The dataset is intended as structured pretraining data, not as a supervised
46
+ instruction dataset. It uses ordinary next-token prediction, but the examples
47
+ are generated from known latent state machines. That makes it useful when a
48
+ researcher wants training data where long-context behavior, variable binding,
49
+ belief revision, recency, distractor robustness, and held-out transfer can be
50
+ measured exactly rather than inferred from natural text.
51
+
52
+ The [data/](data/) Parquet files expose one decoded synthetic instance per row
53
+ in the `text` column. The original packed `uint16` token shards, sidecars, and
54
+ QA manifests are kept under [raw/](raw/) for exact token-level training and
55
+ audit use. The Hugging Face `validation` split corresponds to the SYN
56
+ generator's `eval` split. F5 appears only in that held-out eval/validation
57
+ split.
58
+
59
+ ## Why Pretrain With It?
60
+
61
+ SYN-1B gives language models repeated practice on behaviors that are important
62
+ in real use but sparse, ambiguous, or hard to label in web text:
63
+
64
+ - Tracking a rule or binding across many intervening tokens.
65
+ - Updating an answer after a correction instead of copying the most recent
66
+ local surface pattern.
67
+ - Preserving unchanged facts when only part of a rule changes.
68
+ - Distinguishing real state-changing events from plausible-looking distractors.
69
+ - Answering from evidence that may be hundreds or thousands of tokens old.
70
+ - Transferring the same abstract update pattern to a held-out surface format.
71
+
72
+ For general pretraining, SYN-1B can be mixed as a small synthetic fraction
73
+ alongside web, education, code, or domain corpora to add dense, auditable
74
+ examples of state tracking and revision. It is especially relevant for work on
75
+ long-context models, recurrent or memory-augmented models, retrieval-free
76
+ reasoning, continual belief updating, and curricula that target systematic
77
+ generalization.
78
+
79
+ ## Other Applications
80
+
81
+ Beyond pretraining, SYN-1B can be used as:
82
+
83
+ - A controlled benchmark for long-context recall and rule updating.
84
+ - A source of probing data for whether hidden states encode active mappings,
85
+ bindings, recency, and corrected values.
86
+ - A stress test for distractor sensitivity and surface-marker shortcuts.
87
+ - A data generator baseline for synthetic-curriculum, data-mixture, and
88
+ scaling-law studies.
89
+ - A reproducible corpus for mechanistic interpretability, because the raw
90
+ sidecars under [raw/sidecars/](raw/sidecars/) identify events, writes, query
91
+ positions, answer positions, evidence spans, composition depth, controlled gap
92
+ lengths, and held-out families.
93
+
94
+ ## Limitations
95
+
96
+ SYN-1B is synthetic by design. It should not be treated as a substitute for
97
+ natural-language pretraining data, an instruction-following dataset, or a
98
+ factuality benchmark. The task families cover a controlled set of rule-updating
99
+ and long-context patterns, so improvements on SYN-1B should be checked against
100
+ naturalistic and out-of-distribution evaluations before making broad claims.
101
+
102
+ The decoded Parquet view is convenient for Hugging Face tooling, while the
103
+ packed token shards and sidecars in [raw/](raw/) are the reference artifacts for
104
+ exact token-level audits and reproduction. Users who need full supervision
105
+ metadata should read the sidecars rather than relying only on the compact
106
+ Parquet columns.
107
+
108
+ ## Task Families
109
+
110
+ The task families isolate different forms of state tracking:
111
 
112
  | Family | Role |
113
  | --- | --- |
114
  | F1 branch reversal | A rule holds, then an event changes the active mapping. |
115
  | F2 binding swap | Entity-to-attribute bindings are corrected by swaps rather than a single surface marker. |
116
  | F3 delayed correction / recall | Old evidence and controlled evidence age test whether stored evidence survives and can be reinterpreted. |
117
+ | F4 flat null | No interpretive event occurs; event-like distractors test false-positive rule updates. |
118
+ | F5 modular-stream switch | Eval-only transfer task with no training exposure, used to test transfer beyond memorized surface formats. |
119
+
120
+ ## Source and Reproducibility
121
 
122
+ The generator, QA suite, and build specification are available in the
123
+ [source repository](https://github.com/quixiai/aum). See
124
+ [SYN-1B.md](https://github.com/quixiai/aum/blob/main/SYN-1B.md) for the corpus
125
+ specification.
126
 
127
  ## How to Load
128
 
129
  ```python
130
  from datasets import load_dataset
131
 
132
+ ds = load_dataset("QuixiAI/SYN-1B")
133
  ```
134
 
135
  ## Dataset Stats
136
 
137
+ | Split | Rows | Synthetic instance tokens in raw build |
138
  | --- | ---: | ---: |
139
+ | `train` | 4,063,978 | 1,000,001,463 |
140
+ | `validation` | 178,863 | 40,002,882 |
141
+ | `total` | 4,242,841 | 1,040,004,345 |
142
 
143
+ The Hugging Face dataset is decoded text. Consumers can tokenize the `text`
144
+ column with any tokenizer. The token counts above refer to the reference raw
145
+ build in [raw/](raw/), which was generated and QA-audited with the
146
+ `HuggingFaceTB/SmolLM2-135M` tokenizer.
147
 
148
  ## Data Schema
149
 
 
154
  - `token_len`, `task_token_count`, `filler_token_count`, `controlled_gap_tokens`,
155
  `composition_depth`, `num_queries`: compact per-instance metadata.
156
  - `shard`, `window_index`, `start_offset`, `token_hash`: join keys back to the
157
+ packed raw token stream and sidecar records under [raw/](raw/).
158
 
159
  ## Licensing Information
160
 
data/train-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cbd9a9528f39651613c7f81a771c84c7d17a29988e8ee6c3e8324fa1dff5429
3
- size 39597419
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5f861aea629472a3a1e8449b498dec20c6258d8a5d70f28b6a2413424fb3ec
3
+ size 39407494
data/train-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9309195397fa3ae8a835fb3598ca4ca0251d5cb7e0cf62052098cdf9e9a6d199
3
- size 39596767
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e8d3491e9901c04e3fcc94a57aa2330731bb7392c0d67b46fddc68eb1c15740
3
+ size 39424191
data/train-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:972282ee6451f14a9d783bbf592384797ce9263d4c5cf840ff288460bee76e06
3
- size 39649047
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3466483f9b0fe6c0d5ab230ef6ec01487e219d9274befc42c4c238832a28750
3
+ size 39471262
data/train-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84cb67910bcddb7162b7c4570d38a34aabff8ae995dfce0ffe6d74def1f2ca05
3
- size 39659867
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba1d46b807c58d13becf76c9ad09830e7d5bfda139ecf833be7cdd9b9ba2f0ae
3
+ size 39475026
data/train-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3067a51e99ede7ea3a37286b0b110ab6d391da48391b189bb57521db16c4b944
3
- size 39634561
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df2451e72c92ca2b971ad7f3cd1cb4d680a7437ad6c3111df83a52ae62d69330
3
+ size 39469555
data/train-00005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a3d4fd1453852140c09f5a929a11cc235e60073203f1ed42012bfe007ef56cd
3
- size 39650535
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d52c1eec5c7e4e71666c5dccb4d5398c087d21cbfa6b2499607aa5911ae8f769
3
+ size 39470148
data/train-00006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8508d1a612dbe397ca0dcc30a55bfb91cbad9cb74d8adcfbb488a23c47f45104
3
- size 39658823
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b94fc3834965b303160023b12885c42c650c2b86f65cba90ccdc10b176b31628
3
+ size 39467209
data/train-00007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6be4f823a83ab26ef5cb286e4edb9eef004a920015faad56e9d5479f2be38806
3
- size 39645195
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8b949f347f6ca879784683c861083085422af88de7b1c5d615c0eb08f1b94aa
3
+ size 39479841
data/train-00008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8f3f000bcfd6e2a80fb9674880a08319972cce34b996d88b63934ad362b173d
3
- size 39665613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6533c950fe5043671a2662ae95fc322bceb6096eedb3ea428263d2be7669911
3
+ size 39485988
data/train-00009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80870575189052fb8aa125fe0eee4ab54a2eeddafc0a84ec6edbb64ebf1b1338
3
- size 39639326
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af1dfdea264979f6be5c4e8996379830f4f43030ac6950d16eecf3cd8ee909a6
3
+ size 39496118
data/train-00010.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41984d66aebb5212d219c74055a3468078f358abc9ea8920518d23f461449e7b
3
- size 39613816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb89b731a18a3c26bb3e76eb77ae96c8bb01335b59777c50f2bb697c8057761
3
+ size 39450168
data/train-00011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbf21aa74579f3e2420eb7d455277cee3c9dd0b82d322f18e9c47a25fa592df9
3
- size 39649977
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:212177150cdf2fce84d6f2859b24f7d78bc93f2dad5c4e0023fe6b55dd8f1469
3
+ size 39435106
data/train-00012.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:31a2b9ad3726775e03652f57ddc15bd7d5f3586cfd8770cce5096804a2aa12ef
3
- size 39658728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acfbc9ea56595a1d0095220ee480d78db6c31b94d18de73c5cc6cbc69769efeb
3
+ size 39456334
data/train-00013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34067c20d23c4c8a91d3bbafe10154030f90c254bd40eeed89c138fd144bca8a
3
- size 39658160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1cfb98d2a1f714b31b4f22a1212278c53b9a314217f7b1008f1f3ee4781b657
3
+ size 39471831
data/train-00014.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80cb3e9bab53fb820a856f3a435b073922a385df872db1dd54ff178ad7bcbb24
3
- size 39607038
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6baa5a462ea2bb515613af9e3cccf1469a339d51dc0a47984814e29b6c9df690
3
+ size 39440030
data/train-00015.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c22ccf281a3d1e3c18d256309b4078e6d7056d543783b418a5511f38b05918b3
3
- size 39625244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a8577e60e2c34c8bdd52bd95ffe9fbc08be3e059b1fe9894e6e2025756cf16
3
+ size 39427455
data/train-00016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1876393bcd1dcfe5acfcabf0e680c2fd7dc8a603584912ff85719beaab7704e9
3
- size 39617892
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370ba01cc13a7ef23f1bf4810a7bf494857618aeeeb7c803a6582c5831e154b4
3
+ size 39469603
data/train-00017.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:948840318f3ef45b6f41bda0cdfc80f0680ab0e5648dca07fda65f0190f1fd53
3
- size 39643888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90dc33eca8d0258f76393eff359c0419a220a1a0faeaf4c7463a5de065306b9
3
+ size 39456990
data/train-00018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01b182d187fbba2240606616703149f37c2216da7b4e50f820707adb9ea09131
3
- size 39569801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:335ad235eb51f370851e283156da2c5303f72665b3f2b2eb86bfd4ec70ca9864
3
+ size 39418941
data/train-00019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2571417784347000bba09e1cc2bbe54e42352f3dc91360944f569c351ed46a4
3
- size 39665053
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64006eb0b3d7e99769b22b665a965ff235b696c009677b8813e214bb4cf4bceb
3
+ size 39440789
data/train-00020.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f79495b35bbfcc38e6b7c2e043472c491638be1072d4457f5466003e69b06271
3
- size 39624744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7c6577a68cfe003f1d956b5ed799970c93d2dbef144cadaba5b442a06d4fe2
3
+ size 39470178
data/train-00021.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7edd6e2459079049f40cee449ea859c9a8aea700599b2437342b789be5acb30a
3
- size 39543153
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac345fdebf2f782f21e0dde37b5b97719bfc69f84470f71a160b6c9e1d78a0b4
3
+ size 39354329
data/train-00022.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57ad92e60ee3674d5785b880a8d0781048f82a83bf12fa6906c12045a0840759
3
- size 39526691
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c65fb028be572843b75c9054bf89f47d6ffc531084d10b63d8540dc6d43094cf
3
+ size 39363288
data/train-00023.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1746929c79e6021307332fce2e1ad10164e878c6466f89e2c1ae6c160b36907f
3
- size 39546826
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ee0fbc7af2da7f5b483fd6abd11212ccf829206d1c821f4bf0995d3505e14b
3
+ size 39345962
data/train-00024.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cad3d4342d63347a179b617d8c71b05accdb59abc77dabe7ff55dd732b8f698
3
- size 39583124
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd950dbe18aed32aa3c495c5b54fd0f60cb9e6e908e7e1af6efb4ac0810e5d47
3
+ size 39387289
data/train-00025.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f088fd92011b0c8c13a03c51a494730ec0ca20ea3a129aee042aebef0ee48978
3
- size 39539024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4107f17c348112b956bc2a346ae84b77fa9cd7b4cfbcb196ec4ca64b705dd29
3
+ size 39373141
data/train-00026.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b1e18972fa6823533c04597d0d11b84b57d4abc026ae8539ee528c5e635b2d8
3
- size 39523271
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f285c5e6ccb4be4c25ae15c9f6fc6c25003b9d568d110103560d0c2c52307bd1
3
+ size 39346227
data/train-00027.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd084875bf62979d477c38d39d824d6bf3c921c400cb5b1249196e1935b696b7
3
- size 39504096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a311abc4d5d8e0a0f90f795fbf59e04fc5f70f6dfe6a3c296ee707ad6a1918
3
+ size 39360999
data/train-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dce4f5f96dc7af790c932560f0712b8299070abc93f634b3f1ec9bf765bd4756
3
- size 39525464
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14466ed9b51d812099388349943d6e1be4f46c7dbbccf81f0a3f474d37ae35f7
3
+ size 39350762
data/train-00029.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33004f5e9f0cf38d8f134906edd7069d9c0673294c51c7292e8a42f8c13538a2
3
- size 39567910
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c15ec6b76e12099291836126f63b335043f8828e26ddaecea1d1621c374a8da
3
+ size 39344129
data/train-00030.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc5340fa93f553638b2ebe6d0b6167f7e96bd3753c95f7c342f656df563221b2
3
- size 39532106
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b4c191936634417132c31646e172d404afefb851773c36ed31aacba696cfb91
3
+ size 39401962
data/train-00031.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f431b78748718e78188cf7eff24e0f9657967a0307196c4fa074f7e31996552
3
- size 39523352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b47f9b0b4bb2966cb89cdbd263d6a2ac42b044ee1b9ae14a2a6f72f08e6e55
3
+ size 39328246
data/train-00032.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5889d95d6413ec5dc071698531f8d8919ce7d64c7340733434e4d2034bab4235
3
- size 39523175
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eee930bab7555cc6003f97ae67e759f524ca9e28260ca808fb6dc821c42b103
3
+ size 39372065
data/train-00033.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9531fe2ebd69f9da31cb45cbe81595c37da1f12665e3b8e59cff51776805a5ba
3
- size 39525400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feda13bae5da6e5c57df02c451d4c08c431fc3d4af4847738438a3001864355d
3
+ size 39333067
data/train-00034.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:947704dd7e547ab56e1e77bfa7ad078d8b3d9f7564f5c25af25367a61d73febe
3
- size 39515278
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c4feaeca80ec49fd7aa71efd158cdf6027d86de5362019b886388b8e2d6de38
3
+ size 39311085
data/train-00035.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf6ea5d5541501767648c6ebf30b59161acbaf224f2b72c00f4bc7ad1d246752
3
- size 39506393
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad8ecb9392b2526f64995e47b94aff8f4f8488164708fc6abfddf742fa094857
3
+ size 39341420
data/train-00036.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ad14fa3f2160c61a052eb39117f286f11526e41214f2210c053d67d43749966
3
- size 39507092
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de2b6692bbe29a3d8536e95e1f0c29329be51045afa563dde09d8267eed0a3dd
3
+ size 39352757
data/train-00037.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1588e32c0c0ae6d56a70af83e1b9a2c8942a04682c1993ed12d37c9db9d020af
3
- size 39490229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a497f4095f87d96ef39c63650d4ec6203897f2f0e7fdb4e046fef1da5d3e0aac
3
+ size 39310756
data/train-00038.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:327aaa43593f7831f44aefa976c9fa7b7f63a8e43fa7f6c7ab2417589c2130c5
3
- size 39533585
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df7a3619044b9afda1f72d878309233c64fde0dbf1b35c3465fec33c3a9202ee
3
+ size 39374792
data/train-00039.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f4eb41d0a94f16be783c91e86c9508f469be7eb52f65bcbafc7aa8938eafe03
3
- size 39487015
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e45c07e2c277b11c347d2104b873dfc7bef098b18ad0013c85fc168ae91c181c
3
+ size 39296754
data/train-00040.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae0a4e8bb414b6942a16b774096dda0fee67bcd063773f5b5b5686cdbc6f4571
3
- size 18468509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7382ae10ed14c17fbf76b7edcb4dd24ee5d54ba89296069fef7381e5fa0aa7b
3
+ size 25192951
data/validation-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7b32257ba682b4726107e52e4eaa5473e69f211abf36f1b38718c83cffd521e
3
- size 32162755
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed08145f22bce379a2db425d3cfd5b4a940c1554cff6a80f5b84900a0c6030c2
3
+ size 32068959
data/validation-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:134f52658fb1ec3198a7a19500cd293f867c91eafec881ba63ac5a67d54df156
3
- size 25272460
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3429fd1ae98d3d43bd05205828696cf7abf0b16ceb44ecde317574d5a12b5d39
3
+ size 25320752
generation.log DELETED
@@ -1,25 +0,0 @@
1
- SYN tokenizer: name=HuggingFaceTB/SmolLM2-135M class=GPT2TokenizerFast transformers=4.57.1 vocab=49152 backend_hash=2225e8fb36485529
2
- Command terminated by signal 15
3
- Command being timed: "python3 train/gen_SYN-1B.py --out-dir /home/hotaisle/datasets/SYN-1B --train-tokens 1000000000 --eval-tokens 40000000 --shard-size-tokens 100000000 --seq-len 4096 --seed 1337"
4
- User time (seconds): 17346.21
5
- System time (seconds): 278.19
6
- Percent of CPU this job got: 100%
7
- Elapsed (wall clock) time (h:mm:ss or m:ss): 4:53:39
8
- Average shared text size (kbytes): 0
9
- Average unshared data size (kbytes): 0
10
- Average stack size (kbytes): 0
11
- Average total size (kbytes): 0
12
- Maximum resident set size (kbytes): 145311460
13
- Average resident set size (kbytes): 0
14
- Major (requiring I/O) page faults: 0
15
- Minor (reclaiming a frame) page faults: 62126764
16
- Voluntary context switches: 806
17
- Involuntary context switches: 94033
18
- Swaps: 0
19
- File system inputs: 0
20
- File system outputs: 39632624
21
- Socket messages sent: 0
22
- Socket messages received: 0
23
- Signals delivered: 0
24
- Page size (bytes): 4096
25
- Exit status: 0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
qa_optimized.log DELETED
@@ -1,1029 +0,0 @@
1
- SYN tokenizer: name=HuggingFaceTB/SmolLM2-135M class=GPT2TokenizerFast transformers=4.57.1 vocab=49152 backend_hash=2225e8fb36485529
2
- QA start tokenizer
3
- QA done tokenizer ok=True
4
- QA start manifest_tokenizer
5
- QA done manifest_tokenizer ok=True
6
- QA start packing_policy
7
- QA done packing_policy ok=True
8
- QA load_records train
9
- QA loaded_records train count=4046772
10
- QA start window_integrity_train
11
- QA done window_integrity_train ok=True
12
- QA start task_density_train
13
- QA done instance_task_density_train ok=True
14
- QA start offset_contract_train
15
- QA done offset_contract_train ok=True
16
- QA start instance_span_roundtrip_train
17
- QA done instance_span_roundtrip_train ok=True
18
- QA load_records eval
19
- QA loaded_records eval count=178463
20
- QA start window_integrity_eval
21
- QA done window_integrity_eval ok=True
22
- QA start task_density_eval
23
- QA done instance_task_density_eval ok=True
24
- QA start offset_contract_eval
25
- QA done offset_contract_eval ok=True
26
- QA start instance_span_roundtrip_eval
27
- QA done instance_span_roundtrip_eval ok=True
28
- QA start controlled_distribution
29
- QA done controlled_distribution ok=False
30
- QA start marker
31
- QA done marker ok=True
32
- QA start dedup
33
- QA done dedup ok=True
34
- QA start labels
35
- QA done labels ok=True
36
- QA start split_integrity
37
- QA done split_integrity ok=True
38
- QA start schema_completeness
39
- QA done schema_completeness ok=True
40
- QA start schema_admission
41
- QA done schema_admission ok=True
42
- QA start query_position_contract
43
- QA done query_position_contract ok=True
44
- QA start distractor_surface
45
- QA done distractor_surface ok=True
46
- QA start f3_age
47
- QA done f3_age ok=True
48
- QA start filler_scaffolding
49
- QA done filler_scaffolding ok=True
50
- QA start train_eval_symbol_exclusion
51
- QA done train_eval_symbol_exclusion ok=True
52
- QA start f1_rule_consistency
53
- QA done f1_rule_consistency ok=True
54
- QA start minimal_suffix
55
- QA done minimal_suffix ok=True
56
- QA start composition_depth
57
- QA done composition_depth_recompute ok=True
58
- QA start age_flag
59
- QA done age_flag_recompute ok=True
60
- QA start content_decode
61
- QA done content_decode ok=True
62
- QA start provenance
63
- QA done provenance_audit ok=True
64
- QA start difficulty_strata
65
- QA done difficulty_strata ok=True
66
- QA start metadata_recomputation
67
- QA done metadata_recomputation ok=False
68
- {
69
- "ok": false,
70
- "checks": [
71
- {
72
- "name": "tokenizer",
73
- "ok": true,
74
- "missing": [],
75
- "sigma": 64,
76
- "bg_vocab": 84
77
- },
78
- {
79
- "name": "manifest_tokenizer",
80
- "ok": true,
81
- "mismatches": {},
82
- "tokenizer": "HuggingFaceTB/SmolLM2-135M"
83
- },
84
- {
85
- "name": "packing_policy",
86
- "ok": true,
87
- "mismatches": {},
88
- "policy": {
89
- "unit": "fixed_window",
90
- "window_tokens": 4096,
91
- "max_synthetic_instances_per_window": 2,
92
- "window_background": "eos_padding_for_standalone_dry_run",
93
- "min_task_fraction_by_family": {
94
- "F1": 0.25,
95
- "F2": 0.25,
96
- "F3": 0.25,
97
- "F4": 0.25,
98
- "F5": 0.25
99
- },
100
- "min_queries_by_family": {
101
- "F1": 4,
102
- "F2": 4,
103
- "F3": 2,
104
- "F4": 4
105
- },
106
- "instance_boundary_mask": false,
107
- "eos_between_instances": true,
108
- "note": "Production SYN is web/code co-packed; standalone generator pads missing web stream with EOS."
109
- }
110
- },
111
- {
112
- "name": "window_integrity_train",
113
- "ok": true,
114
- "bad_records": 0,
115
- "crowded_windows": 0,
116
- "verified_fields": [
117
- [
118
- "record",
119
- "token_hash"
120
- ],
121
- [
122
- "record",
123
- "token_len"
124
- ]
125
- ]
126
- },
127
- {
128
- "name": "instance_task_density_train",
129
- "ok": true,
130
- "instance_fraction_mean": 0.8129792894317726,
131
- "instance_fraction_min": 0.648,
132
- "instance_fraction_max": 1.0,
133
- "query_count_min": 2,
134
- "query_count_mean": 8.694136956566863,
135
- "min_task_fraction_by_family": {
136
- "F1": 0.25,
137
- "F2": 0.25,
138
- "F3": 0.25,
139
- "F4": 0.25,
140
- "F5": 0.25
141
- },
142
- "min_queries_by_family": {
143
- "F1": 4,
144
- "F2": 4,
145
- "F3": 2,
146
- "F4": 4
147
- },
148
- "verified_fields": [
149
- [
150
- "record",
151
- "density_denominator"
152
- ],
153
- [
154
- "record",
155
- "controlled_gap_adjusted_task_fraction"
156
- ]
157
- ],
158
- "bad_records": []
159
- },
160
- {
161
- "name": "offset_contract_train",
162
- "ok": true,
163
- "labels": 115129289,
164
- "bad": 0,
165
- "reconcile_bad": [],
166
- "verified_fields": [
167
- [
168
- "label_position",
169
- "pos"
170
- ],
171
- [
172
- "label_position",
173
- "expected"
174
- ],
175
- [
176
- "label_position",
177
- "decoded"
178
- ],
179
- [
180
- "event",
181
- "pos"
182
- ],
183
- [
184
- "query_common",
185
- "pos"
186
- ],
187
- [
188
- "query_common",
189
- "answer_pos"
190
- ],
191
- [
192
- "write",
193
- "pos"
194
- ],
195
- [
196
- "demonstration",
197
- "pos"
198
- ],
199
- [
200
- "demonstration",
201
- "answer_pos"
202
- ],
203
- [
204
- "distractor",
205
- "pos"
206
- ]
207
- ]
208
- },
209
- {
210
- "name": "instance_span_roundtrip_train",
211
- "ok": true,
212
- "instances": 4046772,
213
- "bad": []
214
- },
215
- {
216
- "name": "window_integrity_eval",
217
- "ok": true,
218
- "bad_records": 0,
219
- "crowded_windows": 0,
220
- "verified_fields": [
221
- [
222
- "record",
223
- "token_hash"
224
- ],
225
- [
226
- "record",
227
- "token_len"
228
- ]
229
- ]
230
- },
231
- {
232
- "name": "instance_task_density_eval",
233
- "ok": true,
234
- "instance_fraction_mean": 0.8458349297117158,
235
- "instance_fraction_min": 0.664,
236
- "instance_fraction_max": 1.0,
237
- "query_count_min": 1,
238
- "query_count_mean": 9.185001933173822,
239
- "min_task_fraction_by_family": {
240
- "F1": 0.25,
241
- "F2": 0.25,
242
- "F3": 0.25,
243
- "F4": 0.25,
244
- "F5": 0.25
245
- },
246
- "min_queries_by_family": {
247
- "F1": 4,
248
- "F2": 4,
249
- "F3": 2,
250
- "F4": 4
251
- },
252
- "verified_fields": [
253
- [
254
- "record",
255
- "density_denominator"
256
- ],
257
- [
258
- "record",
259
- "controlled_gap_adjusted_task_fraction"
260
- ]
261
- ],
262
- "bad_records": []
263
- },
264
- {
265
- "name": "offset_contract_eval",
266
- "ok": true,
267
- "labels": 4811124,
268
- "bad": 0,
269
- "reconcile_bad": [],
270
- "verified_fields": [
271
- [
272
- "label_position",
273
- "pos"
274
- ],
275
- [
276
- "label_position",
277
- "expected"
278
- ],
279
- [
280
- "label_position",
281
- "decoded"
282
- ],
283
- [
284
- "event",
285
- "pos"
286
- ],
287
- [
288
- "query_common",
289
- "pos"
290
- ],
291
- [
292
- "query_common",
293
- "answer_pos"
294
- ],
295
- [
296
- "write",
297
- "pos"
298
- ],
299
- [
300
- "demonstration",
301
- "pos"
302
- ],
303
- [
304
- "demonstration",
305
- "answer_pos"
306
- ],
307
- [
308
- "distractor",
309
- "pos"
310
- ]
311
- ]
312
- },
313
- {
314
- "name": "instance_span_roundtrip_eval",
315
- "ok": true,
316
- "instances": 178463,
317
- "bad": []
318
- },
319
- {
320
- "name": "controlled_distribution",
321
- "ok": false,
322
- "records": 4225235,
323
- "bad_len": 301,
324
- "bad_events": 0,
325
- "bad_gaps": [],
326
- "target_age_bins": {
327
- "0": 73559,
328
- "1": 88134,
329
- "2": 73559,
330
- "3": 88133,
331
- "4": 73557,
332
- "5": 88133,
333
- "6": 73557,
334
- "7": 88133,
335
- "8": 73556,
336
- "9": 88132
337
- },
338
- "target_age_bin_gate": "production_2pct",
339
- "target_age_bin_expected_per_bin": 80845.3,
340
- "target_age_bin_tolerance": 1617,
341
- "target_age_bin_chi_square": null,
342
- "target_age_bin_chi_square_df": null,
343
- "target_age_bin_chi_square_threshold_p01": null,
344
- "target_age_bin_total_controlled": 808453,
345
- "verified_fields": [
346
- [
347
- "record",
348
- "controlled_gap_tokens"
349
- ],
350
- [
351
- "controlled_gap",
352
- "kind"
353
- ],
354
- [
355
- "controlled_gap",
356
- "realized"
357
- ],
358
- [
359
- "controlled_gap",
360
- "target"
361
- ],
362
- [
363
- "controlled_gap",
364
- "target_age_bin"
365
- ]
366
- ],
367
- "bad_bins": [
368
- {
369
- "bin": 0,
370
- "count": 73559,
371
- "expected": 80845.3,
372
- "abs_deviation": 7286.300000000003,
373
- "tolerance": 1617
374
- },
375
- {
376
- "bin": 1,
377
- "count": 88134,
378
- "expected": 80845.3,
379
- "abs_deviation": 7288.699999999997,
380
- "tolerance": 1617
381
- },
382
- {
383
- "bin": 2,
384
- "count": 73559,
385
- "expected": 80845.3,
386
- "abs_deviation": 7286.300000000003,
387
- "tolerance": 1617
388
- },
389
- {
390
- "bin": 3,
391
- "count": 88133,
392
- "expected": 80845.3,
393
- "abs_deviation": 7287.699999999997,
394
- "tolerance": 1617
395
- },
396
- {
397
- "bin": 4,
398
- "count": 73557,
399
- "expected": 80845.3,
400
- "abs_deviation": 7288.300000000003,
401
- "tolerance": 1617
402
- },
403
- {
404
- "bin": 5,
405
- "count": 88133,
406
- "expected": 80845.3,
407
- "abs_deviation": 7287.699999999997,
408
- "tolerance": 1617
409
- },
410
- {
411
- "bin": 6,
412
- "count": 73557,
413
- "expected": 80845.3,
414
- "abs_deviation": 7288.300000000003,
415
- "tolerance": 1617
416
- },
417
- {
418
- "bin": 7,
419
- "count": 88133,
420
- "expected": 80845.3,
421
- "abs_deviation": 7287.699999999997,
422
- "tolerance": 1617
423
- },
424
- {
425
- "bin": 8,
426
- "count": 73556,
427
- "expected": 80845.3,
428
- "abs_deviation": 7289.300000000003,
429
- "tolerance": 1617
430
- },
431
- {
432
- "bin": 9,
433
- "count": 88132,
434
- "expected": 80845.3,
435
- "abs_deviation": 7286.699999999997,
436
- "tolerance": 1617
437
- }
438
- ]
439
- },
440
- {
441
- "name": "marker",
442
- "ok": true,
443
- "eventful_records": 2704278,
444
- "null_records": 1298927
445
- },
446
- {
447
- "name": "dedup",
448
- "ok": true,
449
- "duplicates": 0,
450
- "hashes": 4225235
451
- },
452
- {
453
- "name": "labels",
454
- "ok": true,
455
- "queries": 36822373,
456
- "bad": 0
457
- },
458
- {
459
- "name": "split_integrity",
460
- "ok": true,
461
- "split_counts": {
462
- "F1": {
463
- "train": 425913,
464
- "eval": 11359
465
- },
466
- "F2": {
467
- "train": 1948616,
468
- "eval": 62466
469
- },
470
- "F3": {
471
- "train": 431730,
472
- "eval": 12330
473
- },
474
- "F4": {
475
- "train": 1240513,
476
- "eval": 58414
477
- },
478
- "F5": {
479
- "eval": 33894
480
- }
481
- },
482
- "bad": []
483
- },
484
- {
485
- "name": "schema_completeness",
486
- "ok": true,
487
- "records": 4225235,
488
- "queries": 36822373,
489
- "query_counts_by_family": {
490
- "F1": 2763093,
491
- "F2": 19171530,
492
- "F3": 1554271,
493
- "F4": 12989640,
494
- "F5": 343839
495
- },
496
- "required_record_fields": [
497
- "composition_depth",
498
- "controlled_gap_adjusted_task_fraction",
499
- "controlled_gap_tokens",
500
- "corpus_version",
501
- "density_denominator",
502
- "distractors",
503
- "events",
504
- "family",
505
- "filler_token_count",
506
- "instance_id",
507
- "label_positions",
508
- "queries",
509
- "registry_ids",
510
- "shard",
511
- "split",
512
- "start_offset",
513
- "task_token_count",
514
- "token_hash",
515
- "token_len",
516
- "window_index",
517
- "writes"
518
- ],
519
- "bad": []
520
- },
521
- {
522
- "name": "schema_admission",
523
- "ok": true,
524
- "checked": {
525
- "records": 4225235,
526
- "queries": 36822373,
527
- "writes": 28247025,
528
- "events": 3631413,
529
- "controlled_gaps": 808453,
530
- "demonstrations": 6559151,
531
- "label_positions": 119940413,
532
- "distractors": 1298927
533
- },
534
- "registered_verifier_groups": [
535
- "controlled_gap",
536
- "demonstration",
537
- "distractor",
538
- "event",
539
- "label_position",
540
- "query_common",
541
- "query_family",
542
- "record",
543
- "write"
544
- ],
545
- "registry_mismatches": [],
546
- "bad": []
547
- },
548
- {
549
- "name": "query_position_contract",
550
- "ok": true,
551
- "checked": 36822373,
552
- "verified_fields": [
553
- [
554
- "query_common",
555
- "answer"
556
- ],
557
- [
558
- "query_common",
559
- "answer_pos"
560
- ],
561
- [
562
- "query_common",
563
- "prediction_anchor"
564
- ]
565
- ],
566
- "bad": []
567
- },
568
- {
569
- "name": "distractor_surface",
570
- "ok": true,
571
- "checked": 1298927,
572
- "required": {
573
- "F1": [
574
- "means"
575
- ],
576
- "F2": [
577
- "exchanged"
578
- ],
579
- "F3": [
580
- "box",
581
- "key",
582
- "opens"
583
- ]
584
- },
585
- "verified_fields": [
586
- [
587
- "distractor",
588
- "mimics_family"
589
- ],
590
- [
591
- "distractor",
592
- "variant"
593
- ],
594
- [
595
- "distractor",
596
- "pos"
597
- ],
598
- [
599
- "record",
600
- "pseudo_event_pos"
601
- ]
602
- ],
603
- "bad": []
604
- },
605
- {
606
- "name": "f3_age",
607
- "ok": true,
608
- "count": 1554271,
609
- "max": 3577,
610
- "hist": {
611
- "<=32": 27617,
612
- "33-128": 523858,
613
- "129-512": 491677,
614
- "513-1000": 173834,
615
- ">1000": 337285
616
- }
617
- },
618
- {
619
- "name": "filler_scaffolding",
620
- "ok": true,
621
- "filler_counts": {},
622
- "count_bad": [],
623
- "verified_fields": [
624
- [
625
- "record",
626
- "filler_rle"
627
- ],
628
- [
629
- "record",
630
- "filler_token_count"
631
- ],
632
- [
633
- "record",
634
- "task_token_count"
635
- ],
636
- [
637
- "record",
638
- "task_fraction"
639
- ]
640
- ],
641
- "structural_counts": {}
642
- },
643
- {
644
- "name": "train_eval_symbol_exclusion",
645
- "ok": true,
646
- "checked_train_tokens": 1000002097,
647
- "sigma_eval": [
648
- "bucket",
649
- "field",
650
- "fish",
651
- "night",
652
- "olive",
653
- "drum",
654
- "salt",
655
- "parrot",
656
- "horse",
657
- "root",
658
- "rabbit",
659
- "onion"
660
- ],
661
- "bad": []
662
- },
663
- {
664
- "name": "f1_rule_consistency",
665
- "ok": true,
666
- "checked": 2763093,
667
- "verified_fields": [
668
- [
669
- "record",
670
- "active_map_rle"
671
- ],
672
- [
673
- "event",
674
- "changed_symbols"
675
- ],
676
- [
677
- "event",
678
- "mentioned_symbols"
679
- ],
680
- [
681
- "event",
682
- "restatement"
683
- ]
684
- ],
685
- "bad": []
686
- },
687
- {
688
- "name": "minimal_suffix",
689
- "ok": true,
690
- "total_queries": 36822373,
691
- "checked": 36478534,
692
- "hard_suffix_checked": 36822373,
693
- "hard_suffix_threshold": 256,
694
- "checked_by_family": {
695
- "F1": 2763093,
696
- "F2": 19171530,
697
- "F3": 1554271,
698
- "F4": 12989640
699
- },
700
- "skipped_by_family": {
701
- "F5": 343839
702
- },
703
- "skip_rationale": {
704
- "F5": "F5 is eval-only and its minimal sufficient evidence is recurrence-parameter inference from the modular stream, not a finite symbolic write/correction replay."
705
- },
706
- "verified_fields": [
707
- [
708
- "query_common",
709
- "minimal_sufficient_suffix_len"
710
- ],
711
- [
712
- "query_common",
713
- "hard_suffix"
714
- ],
715
- [
716
- "query_common",
717
- "evidence_positions"
718
- ],
719
- [
720
- "query_common",
721
- "answer"
722
- ],
723
- [
724
- "record",
725
- "active_map_rle"
726
- ],
727
- [
728
- "query_F4",
729
- "key"
730
- ],
731
- [
732
- "query_F3",
733
- "key"
734
- ],
735
- [
736
- "query_F1",
737
- "key"
738
- ],
739
- [
740
- "query_F2",
741
- "entity"
742
- ]
743
- ],
744
- "bad": []
745
- },
746
- {
747
- "name": "composition_depth_recompute",
748
- "ok": true,
749
- "checked": 4225235,
750
- "verified_fields": [
751
- [
752
- "record",
753
- "composition_depth"
754
- ],
755
- [
756
- "query_common",
757
- "composition_depth"
758
- ]
759
- ],
760
- "bad": []
761
- },
762
- {
763
- "name": "age_flag_recompute",
764
- "ok": true,
765
- "checked": 23488894,
766
- "verified_fields": [
767
- [
768
- "query_F1",
769
- "age_from_original_statement"
770
- ],
771
- [
772
- "query_F1",
773
- "age_from_reversal"
774
- ],
775
- [
776
- "query_F1",
777
- "mentioned_in_latest_correction"
778
- ],
779
- [
780
- "query_F2",
781
- "age_from_binding_statement"
782
- ],
783
- [
784
- "query_F2",
785
- "age_from_swap"
786
- ],
787
- [
788
- "query_F2",
789
- "entity_was_swapped"
790
- ],
791
- [
792
- "query_F2",
793
- "entity_ever_swapped"
794
- ],
795
- [
796
- "query_F3",
797
- "age_write_to_query"
798
- ],
799
- [
800
- "query_F3",
801
- "age_correction_to_query"
802
- ],
803
- [
804
- "query_F3",
805
- "mode"
806
- ]
807
- ],
808
- "bad": []
809
- },
810
- {
811
- "name": "content_decode",
812
- "ok": true,
813
- "verified_fields": [
814
- [
815
- "demonstration",
816
- "answer"
817
- ],
818
- [
819
- "demonstration",
820
- "key"
821
- ],
822
- [
823
- "event",
824
- "event_index"
825
- ],
826
- [
827
- "event",
828
- "key"
829
- ],
830
- [
831
- "event",
832
- "new"
833
- ],
834
- [
835
- "event",
836
- "old"
837
- ],
838
- [
839
- "event",
840
- "source_state"
841
- ],
842
- [
843
- "event",
844
- "swapped_entities"
845
- ],
846
- [
847
- "event",
848
- "target_state"
849
- ],
850
- [
851
- "event",
852
- "type"
853
- ],
854
- [
855
- "label_position",
856
- "role"
857
- ],
858
- [
859
- "write",
860
- "entity"
861
- ],
862
- [
863
- "write",
864
- "key"
865
- ],
866
- [
867
- "write",
868
- "value"
869
- ]
870
- ],
871
- "bad": []
872
- },
873
- {
874
- "name": "provenance_audit",
875
- "ok": true,
876
- "checked": 4225235,
877
- "manifest_corpus_version": "syn-1b-v1.3",
878
- "verified_fields": [
879
- "corpus_version",
880
- "registry_ids",
881
- "instance_id",
882
- "seed",
883
- "shard",
884
- "window_index",
885
- "start_offset",
886
- "family",
887
- "split",
888
- "text_hash",
889
- "token_hash",
890
- "transition_id"
891
- ],
892
- "bad": []
893
- },
894
- {
895
- "name": "difficulty_strata",
896
- "ok": true,
897
- "max_attention_window": 256,
898
- "counts": {
899
- "f1_unmentioned_partial_query": 364393,
900
- "f1_composition_depth_gt1": 145758,
901
- "f2_composition_depth_gt1": 670361,
902
- "f3_supersession_depth_gt1": 111016,
903
- "suffix_gt_max_attention_window": 407832
904
- },
905
- "eval_family_counts": {
906
- "F1": 11359,
907
- "F2": 62466,
908
- "F3": 12330,
909
- "F4": 58414,
910
- "F5": 33894
911
- },
912
- "eval_hard_primitive_family_counts": {
913
- "F1": 6876,
914
- "F2": 20822,
915
- "F3": 5904
916
- },
917
- "eval_composition_family_counts": {
918
- "F1": 3787,
919
- "F2": 20822
920
- },
921
- "eval_supersession_family_counts": {
922
- "F3": 3083
923
- },
924
- "eval_query_counts": {
925
- "F1": 71939,
926
- "F3": 43142
927
- },
928
- "eval_suffix_query_counts": {
929
- "F3": 15063,
930
- "F1": 12365
931
- },
932
- "missing": [],
933
- "failures": []
934
- },
935
- {
936
- "name": "metadata_recomputation",
937
- "ok": false,
938
- "derived_fields": 63,
939
- "derived_independently_recomputed": 62,
940
- "pending_independent_recompute": [
941
- [
942
- "query_common",
943
- "target_age_bin"
944
- ]
945
- ],
946
- "pending_now_covered_remove_from_allowlist": [],
947
- "phantom_pending_not_a_derived_field": [],
948
- "uncovered_derived_fields": [
949
- {
950
- "scope": "record",
951
- "field": "controlled_gap_tokens",
952
- "owners": [
953
- "controlled_distribution",
954
- "instance_task_density"
955
- ]
956
- },
957
- {
958
- "scope": "controlled_gap",
959
- "field": "kind",
960
- "owners": [
961
- "controlled_distribution"
962
- ]
963
- },
964
- {
965
- "scope": "controlled_gap",
966
- "field": "realized",
967
- "owners": [
968
- "controlled_distribution"
969
- ]
970
- },
971
- {
972
- "scope": "controlled_gap",
973
- "field": "target",
974
- "owners": [
975
- "controlled_distribution"
976
- ]
977
- },
978
- {
979
- "scope": "controlled_gap",
980
- "field": "target_age_bin",
981
- "owners": [
982
- "controlled_distribution"
983
- ]
984
- }
985
- ],
986
- "structural_gaps": [
987
- {
988
- "scope": "record",
989
- "field": "controlled_gap_rle",
990
- "owners": [
991
- "controlled_distribution"
992
- ]
993
- },
994
- {
995
- "scope": "record",
996
- "field": "controlled_gaps",
997
- "owners": [
998
- "controlled_distribution"
999
- ]
1000
- }
1001
- ],
1002
- "provenance_gaps": []
1003
- }
1004
- ]
1005
- }
1006
- Command exited with non-zero status 1
1007
- Command being timed: "python3 train/gen_SYN-1B.py --qa-only /home/hotaisle/datasets/SYN-1B --seq-len 4096 --seed 1337"
1008
- User time (seconds): 33218.09
1009
- System time (seconds): 270.23
1010
- Percent of CPU this job got: 831%
1011
- Elapsed (wall clock) time (h:mm:ss or m:ss): 1:07:06
1012
- Average shared text size (kbytes): 0
1013
- Average unshared data size (kbytes): 0
1014
- Average stack size (kbytes): 0
1015
- Average total size (kbytes): 0
1016
- Maximum resident set size (kbytes): 160051776
1017
- Average resident set size (kbytes): 0
1018
- Major (requiring I/O) page faults: 0
1019
- Minor (reclaiming a frame) page faults: 46516997
1020
- Voluntary context switches: 2449273
1021
- Involuntary context switches: 440337
1022
- Swaps: 0
1023
- File system inputs: 0
1024
- File system outputs: 240
1025
- Socket messages sent: 0
1026
- Socket messages received: 0
1027
- Signals delivered: 0
1028
- Page size (bytes): 4096
1029
- Exit status: 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
MANIFEST.syn-1b-v1.3.json → raw/MANIFEST.syn-1b-v1.3.json RENAMED
@@ -4,41 +4,41 @@
4
  "splits": {
5
  "train": {
6
  "family_tokens": {
7
- "F1": 300000102,
8
  "F2": 250000062,
9
- "F3": 280001851,
10
  "F4": 170000082
11
  },
12
  "family_task_tokens": {
13
- "F1": 72007314,
14
  "F2": 197916236,
15
- "F3": 32834578,
16
  "F4": 135886047
17
  },
18
- "total_tokens": 8289370112,
19
- "sidecar_records": 4046772,
20
- "windows": 2023772,
21
  "roundtrip_rejected": 0,
22
  "roundtrip_rejection_rate": 0.0
23
  },
24
  "eval": {
25
  "family_tokens": {
26
- "F1": 8000958,
27
  "F2": 8000028,
28
- "F3": 8001100,
29
  "F4": 8000112,
30
- "F5": 8000171
31
  },
32
  "family_task_tokens": {
33
- "F1": 1922463,
34
  "F2": 6328985,
35
- "F3": 939577,
36
  "F4": 6392544,
37
- "F5": 8000171
38
  },
39
- "total_tokens": 365584384,
40
- "sidecar_records": 178463,
41
- "windows": 89254,
42
  "roundtrip_rejected": 0,
43
  "roundtrip_rejection_rate": 0.0
44
  }
@@ -440,11 +440,15 @@
440
  },
441
  {
442
  "name": "train_00082.bin",
443
- "n_tokens": 89391104
 
 
 
 
444
  }
445
  ],
446
- "total_tokens": 8289370112,
447
- "approx_sequences": 2023772
448
  },
449
  "eval": {
450
  "shards": [
@@ -462,17 +466,17 @@
462
  },
463
  {
464
  "name": "eval_00003.bin",
465
- "n_tokens": 65585152
466
  }
467
  ],
468
- "total_tokens": 365584384,
469
- "approx_sequences": 89254
470
  }
471
  },
472
- "created_unix": 1783316665,
473
  "read_hint": "np.memmap(<out_dir>/<shard>, dtype=np.uint16, mode='r') -> 1-D token stream",
474
  "qa": {
475
- "ok": false,
476
  "checks": [
477
  {
478
  "name": "tokenizer",
@@ -533,11 +537,11 @@
533
  {
534
  "name": "instance_task_density_train",
535
  "ok": true,
536
- "instance_fraction_mean": 0.8129792894317726,
537
  "instance_fraction_min": 0.648,
538
  "instance_fraction_max": 1.0,
539
  "query_count_min": 2,
540
- "query_count_mean": 8.694136956566863,
541
  "min_task_fraction_by_family": {
542
  "F1": 0.25,
543
  "F2": 0.25,
@@ -566,7 +570,7 @@
566
  {
567
  "name": "offset_contract_train",
568
  "ok": true,
569
- "labels": 115129289,
570
  "bad": 0,
571
  "reconcile_bad": [],
572
  "verified_fields": [
@@ -615,7 +619,7 @@
615
  {
616
  "name": "instance_span_roundtrip_train",
617
  "ok": true,
618
- "instances": 4046772,
619
  "bad": []
620
  },
621
  {
@@ -637,11 +641,11 @@
637
  {
638
  "name": "instance_task_density_eval",
639
  "ok": true,
640
- "instance_fraction_mean": 0.8458349297117158,
641
  "instance_fraction_min": 0.664,
642
  "instance_fraction_max": 1.0,
643
  "query_count_min": 1,
644
- "query_count_mean": 9.185001933173822,
645
  "min_task_fraction_by_family": {
646
  "F1": 0.25,
647
  "F2": 0.25,
@@ -670,7 +674,7 @@
670
  {
671
  "name": "offset_contract_eval",
672
  "ok": true,
673
- "labels": 4811124,
674
  "bad": 0,
675
  "reconcile_bad": [],
676
  "verified_fields": [
@@ -719,35 +723,136 @@
719
  {
720
  "name": "instance_span_roundtrip_eval",
721
  "ok": true,
722
- "instances": 178463,
723
  "bad": []
724
  },
725
  {
726
  "name": "controlled_distribution",
727
- "ok": false,
728
- "records": 4225235,
 
 
 
729
  "bad_len": 301,
730
  "bad_events": 0,
731
  "bad_gaps": [],
732
  "target_age_bins": {
733
- "0": 73559,
734
- "1": 88134,
735
- "2": 73559,
736
- "3": 88133,
737
- "4": 73557,
738
- "5": 88133,
739
- "6": 73557,
740
- "7": 88133,
741
- "8": 73556,
742
- "9": 88132
743
  },
744
  "target_age_bin_gate": "production_2pct",
745
- "target_age_bin_expected_per_bin": 80845.3,
746
- "target_age_bin_tolerance": 1617,
747
  "target_age_bin_chi_square": null,
748
  "target_age_bin_chi_square_df": null,
749
  "target_age_bin_chi_square_threshold_p01": null,
750
- "target_age_bin_total_controlled": 808453,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
751
  "verified_fields": [
752
  [
753
  "record",
@@ -770,95 +875,24 @@
770
  "target_age_bin"
771
  ]
772
  ],
773
- "bad_bins": [
774
- {
775
- "bin": 0,
776
- "count": 73559,
777
- "expected": 80845.3,
778
- "abs_deviation": 7286.300000000003,
779
- "tolerance": 1617
780
- },
781
- {
782
- "bin": 1,
783
- "count": 88134,
784
- "expected": 80845.3,
785
- "abs_deviation": 7288.699999999997,
786
- "tolerance": 1617
787
- },
788
- {
789
- "bin": 2,
790
- "count": 73559,
791
- "expected": 80845.3,
792
- "abs_deviation": 7286.300000000003,
793
- "tolerance": 1617
794
- },
795
- {
796
- "bin": 3,
797
- "count": 88133,
798
- "expected": 80845.3,
799
- "abs_deviation": 7287.699999999997,
800
- "tolerance": 1617
801
- },
802
- {
803
- "bin": 4,
804
- "count": 73557,
805
- "expected": 80845.3,
806
- "abs_deviation": 7288.300000000003,
807
- "tolerance": 1617
808
- },
809
- {
810
- "bin": 5,
811
- "count": 88133,
812
- "expected": 80845.3,
813
- "abs_deviation": 7287.699999999997,
814
- "tolerance": 1617
815
- },
816
- {
817
- "bin": 6,
818
- "count": 73557,
819
- "expected": 80845.3,
820
- "abs_deviation": 7288.300000000003,
821
- "tolerance": 1617
822
- },
823
- {
824
- "bin": 7,
825
- "count": 88133,
826
- "expected": 80845.3,
827
- "abs_deviation": 7287.699999999997,
828
- "tolerance": 1617
829
- },
830
- {
831
- "bin": 8,
832
- "count": 73556,
833
- "expected": 80845.3,
834
- "abs_deviation": 7289.300000000003,
835
- "tolerance": 1617
836
- },
837
- {
838
- "bin": 9,
839
- "count": 88132,
840
- "expected": 80845.3,
841
- "abs_deviation": 7286.699999999997,
842
- "tolerance": 1617
843
- }
844
- ]
845
  },
846
  {
847
  "name": "marker",
848
  "ok": true,
849
- "eventful_records": 2704278,
850
  "null_records": 1298927
851
  },
852
  {
853
  "name": "dedup",
854
  "ok": true,
855
  "duplicates": 0,
856
- "hashes": 4225235
857
  },
858
  {
859
  "name": "labels",
860
  "ok": true,
861
- "queries": 36822373,
862
  "bad": 0
863
  },
864
  {
@@ -866,8 +900,8 @@
866
  "ok": true,
867
  "split_counts": {
868
  "F1": {
869
- "train": 425913,
870
- "eval": 11359
871
  },
872
  "F2": {
873
  "train": 1948616,
@@ -875,7 +909,7 @@
875
  },
876
  "F3": {
877
  "train": 431730,
878
- "eval": 12330
879
  },
880
  "F4": {
881
  "train": 1240513,
@@ -890,14 +924,14 @@
890
  {
891
  "name": "schema_completeness",
892
  "ok": true,
893
- "records": 4225235,
894
- "queries": 36822373,
895
  "query_counts_by_family": {
896
- "F1": 2763093,
897
  "F2": 19171530,
898
- "F3": 1554271,
899
  "F4": 12989640,
900
- "F5": 343839
901
  },
902
  "required_record_fields": [
903
  "composition_depth",
@@ -928,13 +962,13 @@
928
  "name": "schema_admission",
929
  "ok": true,
930
  "checked": {
931
- "records": 4225235,
932
- "queries": 36822373,
933
- "writes": 28247025,
934
- "events": 3631413,
935
- "controlled_gaps": 808453,
936
- "demonstrations": 6559151,
937
- "label_positions": 119940413,
938
  "distractors": 1298927
939
  },
940
  "registered_verifier_groups": [
@@ -954,7 +988,7 @@
954
  {
955
  "name": "query_position_contract",
956
  "ok": true,
957
- "checked": 36822373,
958
  "verified_fields": [
959
  [
960
  "query_common",
@@ -1011,14 +1045,14 @@
1011
  {
1012
  "name": "f3_age",
1013
  "ok": true,
1014
- "count": 1554271,
1015
- "max": 3577,
1016
  "hist": {
1017
- "<=32": 27617,
1018
- "33-128": 523858,
1019
- "129-512": 491677,
1020
- "513-1000": 173834,
1021
- ">1000": 337285
1022
  }
1023
  },
1024
  {
@@ -1049,7 +1083,7 @@
1049
  {
1050
  "name": "train_eval_symbol_exclusion",
1051
  "ok": true,
1052
- "checked_train_tokens": 1000002097,
1053
  "sigma_eval": [
1054
  "bucket",
1055
  "field",
@@ -1069,7 +1103,7 @@
1069
  {
1070
  "name": "f1_rule_consistency",
1071
  "ok": true,
1072
- "checked": 2763093,
1073
  "verified_fields": [
1074
  [
1075
  "record",
@@ -1093,18 +1127,18 @@
1093
  {
1094
  "name": "minimal_suffix",
1095
  "ok": true,
1096
- "total_queries": 36822373,
1097
- "checked": 36478534,
1098
- "hard_suffix_checked": 36822373,
1099
  "hard_suffix_threshold": 256,
1100
  "checked_by_family": {
1101
- "F1": 2763093,
1102
  "F2": 19171530,
1103
- "F3": 1554271,
1104
  "F4": 12989640
1105
  },
1106
  "skipped_by_family": {
1107
- "F5": 343839
1108
  },
1109
  "skip_rationale": {
1110
  "F5": "F5 is eval-only and its minimal sufficient evidence is recurrence-parameter inference from the modular stream, not a finite symbolic write/correction replay."
@@ -1131,20 +1165,20 @@
1131
  "active_map_rle"
1132
  ],
1133
  [
1134
- "query_F4",
1135
  "key"
1136
  ],
1137
  [
1138
  "query_F3",
1139
  "key"
1140
  ],
1141
- [
1142
- "query_F1",
1143
- "key"
1144
- ],
1145
  [
1146
  "query_F2",
1147
  "entity"
 
 
 
 
1148
  ]
1149
  ],
1150
  "bad": []
@@ -1152,7 +1186,7 @@
1152
  {
1153
  "name": "composition_depth_recompute",
1154
  "ok": true,
1155
- "checked": 4225235,
1156
  "verified_fields": [
1157
  [
1158
  "record",
@@ -1168,7 +1202,7 @@
1168
  {
1169
  "name": "age_flag_recompute",
1170
  "ok": true,
1171
- "checked": 23488894,
1172
  "verified_fields": [
1173
  [
1174
  "query_F1",
@@ -1279,7 +1313,7 @@
1279
  {
1280
  "name": "provenance_audit",
1281
  "ok": true,
1282
- "checked": 4225235,
1283
  "manifest_corpus_version": "syn-1b-v1.3",
1284
  "verified_fields": [
1285
  "corpus_version",
@@ -1302,45 +1336,45 @@
1302
  "ok": true,
1303
  "max_attention_window": 256,
1304
  "counts": {
1305
- "f1_unmentioned_partial_query": 364393,
1306
- "f1_composition_depth_gt1": 145758,
1307
  "f2_composition_depth_gt1": 670361,
1308
- "f3_supersession_depth_gt1": 111016,
1309
- "suffix_gt_max_attention_window": 407832
1310
  },
1311
  "eval_family_counts": {
1312
- "F1": 11359,
1313
  "F2": 62466,
1314
- "F3": 12330,
1315
  "F4": 58414,
1316
  "F5": 33894
1317
  },
1318
  "eval_hard_primitive_family_counts": {
1319
- "F1": 6876,
1320
  "F2": 20822,
1321
- "F3": 5904
1322
  },
1323
  "eval_composition_family_counts": {
1324
- "F1": 3787,
1325
  "F2": 20822
1326
  },
1327
  "eval_supersession_family_counts": {
1328
- "F3": 3083
1329
  },
1330
  "eval_query_counts": {
1331
- "F1": 71939,
1332
- "F3": 43142
1333
  },
1334
  "eval_suffix_query_counts": {
1335
- "F3": 15063,
1336
- "F1": 12365
1337
  },
1338
  "missing": [],
1339
  "failures": []
1340
  },
1341
  {
1342
  "name": "metadata_recomputation",
1343
- "ok": false,
1344
  "derived_fields": 63,
1345
  "derived_independently_recomputed": 62,
1346
  "pending_independent_recompute": [
@@ -1351,67 +1385,15 @@
1351
  ],
1352
  "pending_now_covered_remove_from_allowlist": [],
1353
  "phantom_pending_not_a_derived_field": [],
1354
- "uncovered_derived_fields": [
1355
- {
1356
- "scope": "record",
1357
- "field": "controlled_gap_tokens",
1358
- "owners": [
1359
- "controlled_distribution",
1360
- "instance_task_density"
1361
- ]
1362
- },
1363
- {
1364
- "scope": "controlled_gap",
1365
- "field": "kind",
1366
- "owners": [
1367
- "controlled_distribution"
1368
- ]
1369
- },
1370
- {
1371
- "scope": "controlled_gap",
1372
- "field": "realized",
1373
- "owners": [
1374
- "controlled_distribution"
1375
- ]
1376
- },
1377
- {
1378
- "scope": "controlled_gap",
1379
- "field": "target",
1380
- "owners": [
1381
- "controlled_distribution"
1382
- ]
1383
- },
1384
- {
1385
- "scope": "controlled_gap",
1386
- "field": "target_age_bin",
1387
- "owners": [
1388
- "controlled_distribution"
1389
- ]
1390
- }
1391
- ],
1392
- "structural_gaps": [
1393
- {
1394
- "scope": "record",
1395
- "field": "controlled_gap_rle",
1396
- "owners": [
1397
- "controlled_distribution"
1398
- ]
1399
- },
1400
- {
1401
- "scope": "record",
1402
- "field": "controlled_gaps",
1403
- "owners": [
1404
- "controlled_distribution"
1405
- ]
1406
- }
1407
- ],
1408
  "provenance_gaps": []
1409
  }
1410
  ]
1411
  }
1412
  },
1413
  "qa": {
1414
- "ok": false,
1415
  "checks": [
1416
  {
1417
  "name": "tokenizer",
@@ -1472,11 +1454,11 @@
1472
  {
1473
  "name": "instance_task_density_train",
1474
  "ok": true,
1475
- "instance_fraction_mean": 0.8129792894317726,
1476
  "instance_fraction_min": 0.648,
1477
  "instance_fraction_max": 1.0,
1478
  "query_count_min": 2,
1479
- "query_count_mean": 8.694136956566863,
1480
  "min_task_fraction_by_family": {
1481
  "F1": 0.25,
1482
  "F2": 0.25,
@@ -1505,7 +1487,7 @@
1505
  {
1506
  "name": "offset_contract_train",
1507
  "ok": true,
1508
- "labels": 115129289,
1509
  "bad": 0,
1510
  "reconcile_bad": [],
1511
  "verified_fields": [
@@ -1554,7 +1536,7 @@
1554
  {
1555
  "name": "instance_span_roundtrip_train",
1556
  "ok": true,
1557
- "instances": 4046772,
1558
  "bad": []
1559
  },
1560
  {
@@ -1576,11 +1558,11 @@
1576
  {
1577
  "name": "instance_task_density_eval",
1578
  "ok": true,
1579
- "instance_fraction_mean": 0.8458349297117158,
1580
  "instance_fraction_min": 0.664,
1581
  "instance_fraction_max": 1.0,
1582
  "query_count_min": 1,
1583
- "query_count_mean": 9.185001933173822,
1584
  "min_task_fraction_by_family": {
1585
  "F1": 0.25,
1586
  "F2": 0.25,
@@ -1609,7 +1591,7 @@
1609
  {
1610
  "name": "offset_contract_eval",
1611
  "ok": true,
1612
- "labels": 4811124,
1613
  "bad": 0,
1614
  "reconcile_bad": [],
1615
  "verified_fields": [
@@ -1658,35 +1640,136 @@
1658
  {
1659
  "name": "instance_span_roundtrip_eval",
1660
  "ok": true,
1661
- "instances": 178463,
1662
  "bad": []
1663
  },
1664
  {
1665
  "name": "controlled_distribution",
1666
- "ok": false,
1667
- "records": 4225235,
 
 
 
1668
  "bad_len": 301,
1669
  "bad_events": 0,
1670
  "bad_gaps": [],
1671
  "target_age_bins": {
1672
- "0": 73559,
1673
- "1": 88134,
1674
- "2": 73559,
1675
- "3": 88133,
1676
- "4": 73557,
1677
- "5": 88133,
1678
- "6": 73557,
1679
- "7": 88133,
1680
- "8": 73556,
1681
- "9": 88132
1682
  },
1683
  "target_age_bin_gate": "production_2pct",
1684
- "target_age_bin_expected_per_bin": 80845.3,
1685
- "target_age_bin_tolerance": 1617,
1686
  "target_age_bin_chi_square": null,
1687
  "target_age_bin_chi_square_df": null,
1688
  "target_age_bin_chi_square_threshold_p01": null,
1689
- "target_age_bin_total_controlled": 808453,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1690
  "verified_fields": [
1691
  [
1692
  "record",
@@ -1709,95 +1792,24 @@
1709
  "target_age_bin"
1710
  ]
1711
  ],
1712
- "bad_bins": [
1713
- {
1714
- "bin": 0,
1715
- "count": 73559,
1716
- "expected": 80845.3,
1717
- "abs_deviation": 7286.300000000003,
1718
- "tolerance": 1617
1719
- },
1720
- {
1721
- "bin": 1,
1722
- "count": 88134,
1723
- "expected": 80845.3,
1724
- "abs_deviation": 7288.699999999997,
1725
- "tolerance": 1617
1726
- },
1727
- {
1728
- "bin": 2,
1729
- "count": 73559,
1730
- "expected": 80845.3,
1731
- "abs_deviation": 7286.300000000003,
1732
- "tolerance": 1617
1733
- },
1734
- {
1735
- "bin": 3,
1736
- "count": 88133,
1737
- "expected": 80845.3,
1738
- "abs_deviation": 7287.699999999997,
1739
- "tolerance": 1617
1740
- },
1741
- {
1742
- "bin": 4,
1743
- "count": 73557,
1744
- "expected": 80845.3,
1745
- "abs_deviation": 7288.300000000003,
1746
- "tolerance": 1617
1747
- },
1748
- {
1749
- "bin": 5,
1750
- "count": 88133,
1751
- "expected": 80845.3,
1752
- "abs_deviation": 7287.699999999997,
1753
- "tolerance": 1617
1754
- },
1755
- {
1756
- "bin": 6,
1757
- "count": 73557,
1758
- "expected": 80845.3,
1759
- "abs_deviation": 7288.300000000003,
1760
- "tolerance": 1617
1761
- },
1762
- {
1763
- "bin": 7,
1764
- "count": 88133,
1765
- "expected": 80845.3,
1766
- "abs_deviation": 7287.699999999997,
1767
- "tolerance": 1617
1768
- },
1769
- {
1770
- "bin": 8,
1771
- "count": 73556,
1772
- "expected": 80845.3,
1773
- "abs_deviation": 7289.300000000003,
1774
- "tolerance": 1617
1775
- },
1776
- {
1777
- "bin": 9,
1778
- "count": 88132,
1779
- "expected": 80845.3,
1780
- "abs_deviation": 7286.699999999997,
1781
- "tolerance": 1617
1782
- }
1783
- ]
1784
  },
1785
  {
1786
  "name": "marker",
1787
  "ok": true,
1788
- "eventful_records": 2704278,
1789
  "null_records": 1298927
1790
  },
1791
  {
1792
  "name": "dedup",
1793
  "ok": true,
1794
  "duplicates": 0,
1795
- "hashes": 4225235
1796
  },
1797
  {
1798
  "name": "labels",
1799
  "ok": true,
1800
- "queries": 36822373,
1801
  "bad": 0
1802
  },
1803
  {
@@ -1805,8 +1817,8 @@
1805
  "ok": true,
1806
  "split_counts": {
1807
  "F1": {
1808
- "train": 425913,
1809
- "eval": 11359
1810
  },
1811
  "F2": {
1812
  "train": 1948616,
@@ -1814,7 +1826,7 @@
1814
  },
1815
  "F3": {
1816
  "train": 431730,
1817
- "eval": 12330
1818
  },
1819
  "F4": {
1820
  "train": 1240513,
@@ -1829,14 +1841,14 @@
1829
  {
1830
  "name": "schema_completeness",
1831
  "ok": true,
1832
- "records": 4225235,
1833
- "queries": 36822373,
1834
  "query_counts_by_family": {
1835
- "F1": 2763093,
1836
  "F2": 19171530,
1837
- "F3": 1554271,
1838
  "F4": 12989640,
1839
- "F5": 343839
1840
  },
1841
  "required_record_fields": [
1842
  "composition_depth",
@@ -1867,13 +1879,13 @@
1867
  "name": "schema_admission",
1868
  "ok": true,
1869
  "checked": {
1870
- "records": 4225235,
1871
- "queries": 36822373,
1872
- "writes": 28247025,
1873
- "events": 3631413,
1874
- "controlled_gaps": 808453,
1875
- "demonstrations": 6559151,
1876
- "label_positions": 119940413,
1877
  "distractors": 1298927
1878
  },
1879
  "registered_verifier_groups": [
@@ -1893,7 +1905,7 @@
1893
  {
1894
  "name": "query_position_contract",
1895
  "ok": true,
1896
- "checked": 36822373,
1897
  "verified_fields": [
1898
  [
1899
  "query_common",
@@ -1950,14 +1962,14 @@
1950
  {
1951
  "name": "f3_age",
1952
  "ok": true,
1953
- "count": 1554271,
1954
- "max": 3577,
1955
  "hist": {
1956
- "<=32": 27617,
1957
- "33-128": 523858,
1958
- "129-512": 491677,
1959
- "513-1000": 173834,
1960
- ">1000": 337285
1961
  }
1962
  },
1963
  {
@@ -1988,7 +2000,7 @@
1988
  {
1989
  "name": "train_eval_symbol_exclusion",
1990
  "ok": true,
1991
- "checked_train_tokens": 1000002097,
1992
  "sigma_eval": [
1993
  "bucket",
1994
  "field",
@@ -2008,7 +2020,7 @@
2008
  {
2009
  "name": "f1_rule_consistency",
2010
  "ok": true,
2011
- "checked": 2763093,
2012
  "verified_fields": [
2013
  [
2014
  "record",
@@ -2032,18 +2044,18 @@
2032
  {
2033
  "name": "minimal_suffix",
2034
  "ok": true,
2035
- "total_queries": 36822373,
2036
- "checked": 36478534,
2037
- "hard_suffix_checked": 36822373,
2038
  "hard_suffix_threshold": 256,
2039
  "checked_by_family": {
2040
- "F1": 2763093,
2041
  "F2": 19171530,
2042
- "F3": 1554271,
2043
  "F4": 12989640
2044
  },
2045
  "skipped_by_family": {
2046
- "F5": 343839
2047
  },
2048
  "skip_rationale": {
2049
  "F5": "F5 is eval-only and its minimal sufficient evidence is recurrence-parameter inference from the modular stream, not a finite symbolic write/correction replay."
@@ -2070,20 +2082,20 @@
2070
  "active_map_rle"
2071
  ],
2072
  [
2073
- "query_F4",
2074
  "key"
2075
  ],
2076
  [
2077
  "query_F3",
2078
  "key"
2079
  ],
2080
- [
2081
- "query_F1",
2082
- "key"
2083
- ],
2084
  [
2085
  "query_F2",
2086
  "entity"
 
 
 
 
2087
  ]
2088
  ],
2089
  "bad": []
@@ -2091,7 +2103,7 @@
2091
  {
2092
  "name": "composition_depth_recompute",
2093
  "ok": true,
2094
- "checked": 4225235,
2095
  "verified_fields": [
2096
  [
2097
  "record",
@@ -2107,7 +2119,7 @@
2107
  {
2108
  "name": "age_flag_recompute",
2109
  "ok": true,
2110
- "checked": 23488894,
2111
  "verified_fields": [
2112
  [
2113
  "query_F1",
@@ -2218,7 +2230,7 @@
2218
  {
2219
  "name": "provenance_audit",
2220
  "ok": true,
2221
- "checked": 4225235,
2222
  "manifest_corpus_version": "syn-1b-v1.3",
2223
  "verified_fields": [
2224
  "corpus_version",
@@ -2241,45 +2253,45 @@
2241
  "ok": true,
2242
  "max_attention_window": 256,
2243
  "counts": {
2244
- "f1_unmentioned_partial_query": 364393,
2245
- "f1_composition_depth_gt1": 145758,
2246
  "f2_composition_depth_gt1": 670361,
2247
- "f3_supersession_depth_gt1": 111016,
2248
- "suffix_gt_max_attention_window": 407832
2249
  },
2250
  "eval_family_counts": {
2251
- "F1": 11359,
2252
  "F2": 62466,
2253
- "F3": 12330,
2254
  "F4": 58414,
2255
  "F5": 33894
2256
  },
2257
  "eval_hard_primitive_family_counts": {
2258
- "F1": 6876,
2259
  "F2": 20822,
2260
- "F3": 5904
2261
  },
2262
  "eval_composition_family_counts": {
2263
- "F1": 3787,
2264
  "F2": 20822
2265
  },
2266
  "eval_supersession_family_counts": {
2267
- "F3": 3083
2268
  },
2269
  "eval_query_counts": {
2270
- "F1": 71939,
2271
- "F3": 43142
2272
  },
2273
  "eval_suffix_query_counts": {
2274
- "F3": 15063,
2275
- "F1": 12365
2276
  },
2277
  "missing": [],
2278
  "failures": []
2279
  },
2280
  {
2281
  "name": "metadata_recomputation",
2282
- "ok": false,
2283
  "derived_fields": 63,
2284
  "derived_independently_recomputed": 62,
2285
  "pending_independent_recompute": [
@@ -2290,60 +2302,8 @@
2290
  ],
2291
  "pending_now_covered_remove_from_allowlist": [],
2292
  "phantom_pending_not_a_derived_field": [],
2293
- "uncovered_derived_fields": [
2294
- {
2295
- "scope": "record",
2296
- "field": "controlled_gap_tokens",
2297
- "owners": [
2298
- "controlled_distribution",
2299
- "instance_task_density"
2300
- ]
2301
- },
2302
- {
2303
- "scope": "controlled_gap",
2304
- "field": "kind",
2305
- "owners": [
2306
- "controlled_distribution"
2307
- ]
2308
- },
2309
- {
2310
- "scope": "controlled_gap",
2311
- "field": "realized",
2312
- "owners": [
2313
- "controlled_distribution"
2314
- ]
2315
- },
2316
- {
2317
- "scope": "controlled_gap",
2318
- "field": "target",
2319
- "owners": [
2320
- "controlled_distribution"
2321
- ]
2322
- },
2323
- {
2324
- "scope": "controlled_gap",
2325
- "field": "target_age_bin",
2326
- "owners": [
2327
- "controlled_distribution"
2328
- ]
2329
- }
2330
- ],
2331
- "structural_gaps": [
2332
- {
2333
- "scope": "record",
2334
- "field": "controlled_gap_rle",
2335
- "owners": [
2336
- "controlled_distribution"
2337
- ]
2338
- },
2339
- {
2340
- "scope": "record",
2341
- "field": "controlled_gaps",
2342
- "owners": [
2343
- "controlled_distribution"
2344
- ]
2345
- }
2346
- ],
2347
  "provenance_gaps": []
2348
  }
2349
  ]
 
4
  "splits": {
5
  "train": {
6
  "family_tokens": {
7
+ "F1": 300000256,
8
  "F2": 250000062,
9
+ "F3": 280001063,
10
  "F4": 170000082
11
  },
12
  "family_task_tokens": {
13
+ "F1": 74921328,
14
  "F2": 197916236,
15
+ "F3": 32836178,
16
  "F4": 135886047
17
  },
18
+ "total_tokens": 8324624384,
19
+ "sidecar_records": 4063978,
20
+ "windows": 2032379,
21
  "roundtrip_rejected": 0,
22
  "roundtrip_rejection_rate": 0.0
23
  },
24
  "eval": {
25
  "family_tokens": {
26
+ "F1": 8000666,
27
  "F2": 8000028,
28
+ "F3": 8001916,
29
  "F4": 8000112,
30
+ "F5": 8000160
31
  },
32
  "family_task_tokens": {
33
+ "F1": 1992537,
34
  "F2": 6328985,
35
+ "F3": 937778,
36
  "F4": 6392544,
37
+ "F5": 8000160
38
  },
39
+ "total_tokens": 366399488,
40
+ "sidecar_records": 178863,
41
+ "windows": 89453,
42
  "roundtrip_rejected": 0,
43
  "roundtrip_rejection_rate": 0.0
44
  }
 
440
  },
441
  {
442
  "name": "train_00082.bin",
443
+ "n_tokens": 99999744
444
+ },
445
+ {
446
+ "name": "train_00083.bin",
447
+ "n_tokens": 24645632
448
  }
449
  ],
450
+ "total_tokens": 8324624384,
451
+ "approx_sequences": 2032379
452
  },
453
  "eval": {
454
  "shards": [
 
466
  },
467
  {
468
  "name": "eval_00003.bin",
469
+ "n_tokens": 66400256
470
  }
471
  ],
472
+ "total_tokens": 366399488,
473
+ "approx_sequences": 89453
474
  }
475
  },
476
+ "created_unix": 1783348011,
477
  "read_hint": "np.memmap(<out_dir>/<shard>, dtype=np.uint16, mode='r') -> 1-D token stream",
478
  "qa": {
479
+ "ok": true,
480
  "checks": [
481
  {
482
  "name": "tokenizer",
 
537
  {
538
  "name": "instance_task_density_train",
539
  "ok": true,
540
+ "instance_fraction_mean": 0.8130386683175134,
541
  "instance_fraction_min": 0.648,
542
  "instance_fraction_max": 1.0,
543
  "query_count_min": 2,
544
+ "query_count_mean": 8.684256164772545,
545
  "min_task_fraction_by_family": {
546
  "F1": 0.25,
547
  "F2": 0.25,
 
570
  {
571
  "name": "offset_contract_train",
572
  "ok": true,
573
+ "labels": 116025937,
574
  "bad": 0,
575
  "reconcile_bad": [],
576
  "verified_fields": [
 
619
  {
620
  "name": "instance_span_roundtrip_train",
621
  "ok": true,
622
+ "instances": 4063978,
623
  "bad": []
624
  },
625
  {
 
641
  {
642
  "name": "instance_task_density_eval",
643
  "ok": true,
644
+ "instance_fraction_mean": 0.8457944120308599,
645
  "instance_fraction_min": 0.664,
646
  "instance_fraction_max": 1.0,
647
  "query_count_min": 1,
648
+ "query_count_mean": 9.178158702470606,
649
  "min_task_fraction_by_family": {
650
  "F1": 0.25,
651
  "F2": 0.25,
 
674
  {
675
  "name": "offset_contract_eval",
676
  "ok": true,
677
+ "labels": 4832242,
678
  "bad": 0,
679
  "reconcile_bad": [],
680
  "verified_fields": [
 
723
  {
724
  "name": "instance_span_roundtrip_eval",
725
  "ok": true,
726
+ "instances": 178863,
727
  "bad": []
728
  },
729
  {
730
  "name": "controlled_distribution",
731
+ "ok": true,
732
+ "records": 4242841,
733
+ "length_min": 45,
734
+ "length_max": 3760,
735
+ "nominal_length_outliers_reported_not_gated": 301,
736
  "bad_len": 301,
737
  "bad_events": 0,
738
  "bad_gaps": [],
739
  "target_age_bins": {
740
+ "0": 82313,
741
+ "1": 82311,
742
+ "2": 82312,
743
+ "3": 82313,
744
+ "4": 82311,
745
+ "5": 82312,
746
+ "6": 82313,
747
+ "7": 82311,
748
+ "9": 82311,
749
+ "8": 82312
750
  },
751
  "target_age_bin_gate": "production_2pct",
752
+ "target_age_bin_expected_per_bin": 82311.9,
753
+ "target_age_bin_tolerance": 1647,
754
  "target_age_bin_chi_square": null,
755
  "target_age_bin_chi_square_df": null,
756
  "target_age_bin_chi_square_threshold_p01": null,
757
+ "target_age_bin_total_controlled": 823119,
758
+ "target_age_bin_groups": [
759
+ {
760
+ "group": "eval:F1",
761
+ "ok": true,
762
+ "gate": "small_sample_chi_square_p01",
763
+ "counts": {
764
+ "0": 982,
765
+ "1": 981,
766
+ "2": 981,
767
+ "3": 982,
768
+ "4": 981,
769
+ "5": 981,
770
+ "6": 982,
771
+ "7": 981,
772
+ "8": 981,
773
+ "9": 981
774
+ },
775
+ "expected_per_bin": 981.3,
776
+ "tolerance": null,
777
+ "chi_square": 0.002140018343014369,
778
+ "chi_square_df": 9,
779
+ "chi_square_threshold_p01": 21.666,
780
+ "total_controlled": 9813,
781
+ "bad_bins": []
782
+ },
783
+ {
784
+ "group": "eval:F3",
785
+ "ok": true,
786
+ "gate": "production_2pct",
787
+ "counts": {
788
+ "0": 1231,
789
+ "1": 1231,
790
+ "2": 1231,
791
+ "3": 1231,
792
+ "4": 1231,
793
+ "5": 1231,
794
+ "6": 1231,
795
+ "7": 1231,
796
+ "8": 1231,
797
+ "9": 1231
798
+ },
799
+ "expected_per_bin": 1231.0,
800
+ "tolerance": 25,
801
+ "chi_square": null,
802
+ "chi_square_df": null,
803
+ "chi_square_threshold_p01": null,
804
+ "total_controlled": 12310,
805
+ "bad_bins": []
806
+ },
807
+ {
808
+ "group": "train:F1",
809
+ "ok": true,
810
+ "gate": "production_2pct",
811
+ "counts": {
812
+ "0": 36927,
813
+ "1": 36926,
814
+ "2": 36927,
815
+ "3": 36927,
816
+ "4": 36926,
817
+ "5": 36927,
818
+ "6": 36927,
819
+ "7": 36926,
820
+ "8": 36927,
821
+ "9": 36926
822
+ },
823
+ "expected_per_bin": 36926.6,
824
+ "tolerance": 739,
825
+ "chi_square": null,
826
+ "chi_square_df": null,
827
+ "chi_square_threshold_p01": null,
828
+ "total_controlled": 369266,
829
+ "bad_bins": []
830
+ },
831
+ {
832
+ "group": "train:F3",
833
+ "ok": true,
834
+ "gate": "production_2pct",
835
+ "counts": {
836
+ "0": 43173,
837
+ "1": 43173,
838
+ "2": 43173,
839
+ "3": 43173,
840
+ "4": 43173,
841
+ "5": 43173,
842
+ "6": 43173,
843
+ "7": 43173,
844
+ "8": 43173,
845
+ "9": 43173
846
+ },
847
+ "expected_per_bin": 43173.0,
848
+ "tolerance": 864,
849
+ "chi_square": null,
850
+ "chi_square_df": null,
851
+ "chi_square_threshold_p01": null,
852
+ "total_controlled": 431730,
853
+ "bad_bins": []
854
+ }
855
+ ],
856
  "verified_fields": [
857
  [
858
  "record",
 
875
  "target_age_bin"
876
  ]
877
  ],
878
+ "bad_bins": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
879
  },
880
  {
881
  "name": "marker",
882
  "ok": true,
883
+ "eventful_records": 2721894,
884
  "null_records": 1298927
885
  },
886
  {
887
  "name": "dedup",
888
  "ok": true,
889
  "duplicates": 0,
890
+ "hashes": 4242841
891
  },
892
  {
893
  "name": "labels",
894
  "ok": true,
895
+ "queries": 36934259,
896
  "bad": 0
897
  },
898
  {
 
900
  "ok": true,
901
  "split_counts": {
902
  "F1": {
903
+ "train": 443119,
904
+ "eval": 11779
905
  },
906
  "F2": {
907
  "train": 1948616,
 
909
  },
910
  "F3": {
911
  "train": 431730,
912
+ "eval": 12310
913
  },
914
  "F4": {
915
  "train": 1240513,
 
924
  {
925
  "name": "schema_completeness",
926
  "ok": true,
927
+ "records": 4242841,
928
+ "queries": 36934259,
929
  "query_counts_by_family": {
930
+ "F1": 2874867,
931
  "F2": 19171530,
932
+ "F3": 1554384,
933
  "F4": 12989640,
934
+ "F5": 343838
935
  },
936
  "required_record_fields": [
937
  "composition_depth",
 
962
  "name": "schema_admission",
963
  "ok": true,
964
  "checked": {
965
+ "records": 4242841,
966
+ "queries": 36934259,
967
+ "writes": 28387924,
968
+ "events": 3654900,
969
+ "controlled_gaps": 823119,
970
+ "demonstrations": 6823955,
971
+ "label_positions": 120858179,
972
  "distractors": 1298927
973
  },
974
  "registered_verifier_groups": [
 
988
  {
989
  "name": "query_position_contract",
990
  "ok": true,
991
+ "checked": 36934259,
992
  "verified_fields": [
993
  [
994
  "query_common",
 
1045
  {
1046
  "name": "f3_age",
1047
  "ok": true,
1048
+ "count": 1554384,
1049
+ "max": 3576,
1050
  "hist": {
1051
+ "<=32": 27616,
1052
+ "33-128": 523835,
1053
+ "129-512": 491658,
1054
+ "513-1000": 173826,
1055
+ ">1000": 337449
1056
  }
1057
  },
1058
  {
 
1083
  {
1084
  "name": "train_eval_symbol_exclusion",
1085
  "ok": true,
1086
+ "checked_train_tokens": 1000001463,
1087
  "sigma_eval": [
1088
  "bucket",
1089
  "field",
 
1103
  {
1104
  "name": "f1_rule_consistency",
1105
  "ok": true,
1106
+ "checked": 2874867,
1107
  "verified_fields": [
1108
  [
1109
  "record",
 
1127
  {
1128
  "name": "minimal_suffix",
1129
  "ok": true,
1130
+ "total_queries": 36934259,
1131
+ "checked": 36590421,
1132
+ "hard_suffix_checked": 36934259,
1133
  "hard_suffix_threshold": 256,
1134
  "checked_by_family": {
1135
+ "F1": 2874867,
1136
  "F2": 19171530,
1137
+ "F3": 1554384,
1138
  "F4": 12989640
1139
  },
1140
  "skipped_by_family": {
1141
+ "F5": 343838
1142
  },
1143
  "skip_rationale": {
1144
  "F5": "F5 is eval-only and its minimal sufficient evidence is recurrence-parameter inference from the modular stream, not a finite symbolic write/correction replay."
 
1165
  "active_map_rle"
1166
  ],
1167
  [
1168
+ "query_F1",
1169
  "key"
1170
  ],
1171
  [
1172
  "query_F3",
1173
  "key"
1174
  ],
 
 
 
 
1175
  [
1176
  "query_F2",
1177
  "entity"
1178
+ ],
1179
+ [
1180
+ "query_F4",
1181
+ "key"
1182
  ]
1183
  ],
1184
  "bad": []
 
1186
  {
1187
  "name": "composition_depth_recompute",
1188
  "ok": true,
1189
+ "checked": 4242841,
1190
  "verified_fields": [
1191
  [
1192
  "record",
 
1202
  {
1203
  "name": "age_flag_recompute",
1204
  "ok": true,
1205
+ "checked": 23600781,
1206
  "verified_fields": [
1207
  [
1208
  "query_F1",
 
1313
  {
1314
  "name": "provenance_audit",
1315
  "ok": true,
1316
+ "checked": 4242841,
1317
  "manifest_corpus_version": "syn-1b-v1.3",
1318
  "verified_fields": [
1319
  "corpus_version",
 
1336
  "ok": true,
1337
  "max_attention_window": 256,
1338
  "counts": {
1339
+ "f1_unmentioned_partial_query": 379079,
1340
+ "f1_composition_depth_gt1": 151634,
1341
  "f2_composition_depth_gt1": 670361,
1342
+ "f3_supersession_depth_gt1": 111011,
1343
+ "suffix_gt_max_attention_window": 409689
1344
  },
1345
  "eval_family_counts": {
1346
+ "F1": 11779,
1347
  "F2": 62466,
1348
+ "F3": 12310,
1349
  "F4": 58414,
1350
  "F5": 33894
1351
  },
1352
  "eval_hard_primitive_family_counts": {
1353
+ "F1": 6973,
1354
  "F2": 20822,
1355
+ "F3": 5895
1356
  },
1357
  "eval_composition_family_counts": {
1358
+ "F1": 3927,
1359
  "F2": 20822
1360
  },
1361
  "eval_supersession_family_counts": {
1362
+ "F3": 3078
1363
  },
1364
  "eval_query_counts": {
1365
+ "F1": 74491,
1366
+ "F3": 43041
1367
  },
1368
  "eval_suffix_query_counts": {
1369
+ "F3": 15019,
1370
+ "F1": 12570
1371
  },
1372
  "missing": [],
1373
  "failures": []
1374
  },
1375
  {
1376
  "name": "metadata_recomputation",
1377
+ "ok": true,
1378
  "derived_fields": 63,
1379
  "derived_independently_recomputed": 62,
1380
  "pending_independent_recompute": [
 
1385
  ],
1386
  "pending_now_covered_remove_from_allowlist": [],
1387
  "phantom_pending_not_a_derived_field": [],
1388
+ "uncovered_derived_fields": [],
1389
+ "structural_gaps": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1390
  "provenance_gaps": []
1391
  }
1392
  ]
1393
  }
1394
  },
1395
  "qa": {
1396
+ "ok": true,
1397
  "checks": [
1398
  {
1399
  "name": "tokenizer",
 
1454
  {
1455
  "name": "instance_task_density_train",
1456
  "ok": true,
1457
+ "instance_fraction_mean": 0.8130386683175134,
1458
  "instance_fraction_min": 0.648,
1459
  "instance_fraction_max": 1.0,
1460
  "query_count_min": 2,
1461
+ "query_count_mean": 8.684256164772545,
1462
  "min_task_fraction_by_family": {
1463
  "F1": 0.25,
1464
  "F2": 0.25,
 
1487
  {
1488
  "name": "offset_contract_train",
1489
  "ok": true,
1490
+ "labels": 116025937,
1491
  "bad": 0,
1492
  "reconcile_bad": [],
1493
  "verified_fields": [
 
1536
  {
1537
  "name": "instance_span_roundtrip_train",
1538
  "ok": true,
1539
+ "instances": 4063978,
1540
  "bad": []
1541
  },
1542
  {
 
1558
  {
1559
  "name": "instance_task_density_eval",
1560
  "ok": true,
1561
+ "instance_fraction_mean": 0.8457944120308599,
1562
  "instance_fraction_min": 0.664,
1563
  "instance_fraction_max": 1.0,
1564
  "query_count_min": 1,
1565
+ "query_count_mean": 9.178158702470606,
1566
  "min_task_fraction_by_family": {
1567
  "F1": 0.25,
1568
  "F2": 0.25,
 
1591
  {
1592
  "name": "offset_contract_eval",
1593
  "ok": true,
1594
+ "labels": 4832242,
1595
  "bad": 0,
1596
  "reconcile_bad": [],
1597
  "verified_fields": [
 
1640
  {
1641
  "name": "instance_span_roundtrip_eval",
1642
  "ok": true,
1643
+ "instances": 178863,
1644
  "bad": []
1645
  },
1646
  {
1647
  "name": "controlled_distribution",
1648
+ "ok": true,
1649
+ "records": 4242841,
1650
+ "length_min": 45,
1651
+ "length_max": 3760,
1652
+ "nominal_length_outliers_reported_not_gated": 301,
1653
  "bad_len": 301,
1654
  "bad_events": 0,
1655
  "bad_gaps": [],
1656
  "target_age_bins": {
1657
+ "0": 82313,
1658
+ "1": 82311,
1659
+ "2": 82312,
1660
+ "3": 82313,
1661
+ "4": 82311,
1662
+ "5": 82312,
1663
+ "6": 82313,
1664
+ "7": 82311,
1665
+ "9": 82311,
1666
+ "8": 82312
1667
  },
1668
  "target_age_bin_gate": "production_2pct",
1669
+ "target_age_bin_expected_per_bin": 82311.9,
1670
+ "target_age_bin_tolerance": 1647,
1671
  "target_age_bin_chi_square": null,
1672
  "target_age_bin_chi_square_df": null,
1673
  "target_age_bin_chi_square_threshold_p01": null,
1674
+ "target_age_bin_total_controlled": 823119,
1675
+ "target_age_bin_groups": [
1676
+ {
1677
+ "group": "eval:F1",
1678
+ "ok": true,
1679
+ "gate": "small_sample_chi_square_p01",
1680
+ "counts": {
1681
+ "0": 982,
1682
+ "1": 981,
1683
+ "2": 981,
1684
+ "3": 982,
1685
+ "4": 981,
1686
+ "5": 981,
1687
+ "6": 982,
1688
+ "7": 981,
1689
+ "8": 981,
1690
+ "9": 981
1691
+ },
1692
+ "expected_per_bin": 981.3,
1693
+ "tolerance": null,
1694
+ "chi_square": 0.002140018343014369,
1695
+ "chi_square_df": 9,
1696
+ "chi_square_threshold_p01": 21.666,
1697
+ "total_controlled": 9813,
1698
+ "bad_bins": []
1699
+ },
1700
+ {
1701
+ "group": "eval:F3",
1702
+ "ok": true,
1703
+ "gate": "production_2pct",
1704
+ "counts": {
1705
+ "0": 1231,
1706
+ "1": 1231,
1707
+ "2": 1231,
1708
+ "3": 1231,
1709
+ "4": 1231,
1710
+ "5": 1231,
1711
+ "6": 1231,
1712
+ "7": 1231,
1713
+ "8": 1231,
1714
+ "9": 1231
1715
+ },
1716
+ "expected_per_bin": 1231.0,
1717
+ "tolerance": 25,
1718
+ "chi_square": null,
1719
+ "chi_square_df": null,
1720
+ "chi_square_threshold_p01": null,
1721
+ "total_controlled": 12310,
1722
+ "bad_bins": []
1723
+ },
1724
+ {
1725
+ "group": "train:F1",
1726
+ "ok": true,
1727
+ "gate": "production_2pct",
1728
+ "counts": {
1729
+ "0": 36927,
1730
+ "1": 36926,
1731
+ "2": 36927,
1732
+ "3": 36927,
1733
+ "4": 36926,
1734
+ "5": 36927,
1735
+ "6": 36927,
1736
+ "7": 36926,
1737
+ "8": 36927,
1738
+ "9": 36926
1739
+ },
1740
+ "expected_per_bin": 36926.6,
1741
+ "tolerance": 739,
1742
+ "chi_square": null,
1743
+ "chi_square_df": null,
1744
+ "chi_square_threshold_p01": null,
1745
+ "total_controlled": 369266,
1746
+ "bad_bins": []
1747
+ },
1748
+ {
1749
+ "group": "train:F3",
1750
+ "ok": true,
1751
+ "gate": "production_2pct",
1752
+ "counts": {
1753
+ "0": 43173,
1754
+ "1": 43173,
1755
+ "2": 43173,
1756
+ "3": 43173,
1757
+ "4": 43173,
1758
+ "5": 43173,
1759
+ "6": 43173,
1760
+ "7": 43173,
1761
+ "8": 43173,
1762
+ "9": 43173
1763
+ },
1764
+ "expected_per_bin": 43173.0,
1765
+ "tolerance": 864,
1766
+ "chi_square": null,
1767
+ "chi_square_df": null,
1768
+ "chi_square_threshold_p01": null,
1769
+ "total_controlled": 431730,
1770
+ "bad_bins": []
1771
+ }
1772
+ ],
1773
  "verified_fields": [
1774
  [
1775
  "record",
 
1792
  "target_age_bin"
1793
  ]
1794
  ],
1795
+ "bad_bins": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1796
  },
1797
  {
1798
  "name": "marker",
1799
  "ok": true,
1800
+ "eventful_records": 2721894,
1801
  "null_records": 1298927
1802
  },
1803
  {
1804
  "name": "dedup",
1805
  "ok": true,
1806
  "duplicates": 0,
1807
+ "hashes": 4242841
1808
  },
1809
  {
1810
  "name": "labels",
1811
  "ok": true,
1812
+ "queries": 36934259,
1813
  "bad": 0
1814
  },
1815
  {
 
1817
  "ok": true,
1818
  "split_counts": {
1819
  "F1": {
1820
+ "train": 443119,
1821
+ "eval": 11779
1822
  },
1823
  "F2": {
1824
  "train": 1948616,
 
1826
  },
1827
  "F3": {
1828
  "train": 431730,
1829
+ "eval": 12310
1830
  },
1831
  "F4": {
1832
  "train": 1240513,
 
1841
  {
1842
  "name": "schema_completeness",
1843
  "ok": true,
1844
+ "records": 4242841,
1845
+ "queries": 36934259,
1846
  "query_counts_by_family": {
1847
+ "F1": 2874867,
1848
  "F2": 19171530,
1849
+ "F3": 1554384,
1850
  "F4": 12989640,
1851
+ "F5": 343838
1852
  },
1853
  "required_record_fields": [
1854
  "composition_depth",
 
1879
  "name": "schema_admission",
1880
  "ok": true,
1881
  "checked": {
1882
+ "records": 4242841,
1883
+ "queries": 36934259,
1884
+ "writes": 28387924,
1885
+ "events": 3654900,
1886
+ "controlled_gaps": 823119,
1887
+ "demonstrations": 6823955,
1888
+ "label_positions": 120858179,
1889
  "distractors": 1298927
1890
  },
1891
  "registered_verifier_groups": [
 
1905
  {
1906
  "name": "query_position_contract",
1907
  "ok": true,
1908
+ "checked": 36934259,
1909
  "verified_fields": [
1910
  [
1911
  "query_common",
 
1962
  {
1963
  "name": "f3_age",
1964
  "ok": true,
1965
+ "count": 1554384,
1966
+ "max": 3576,
1967
  "hist": {
1968
+ "<=32": 27616,
1969
+ "33-128": 523835,
1970
+ "129-512": 491658,
1971
+ "513-1000": 173826,
1972
+ ">1000": 337449
1973
  }
1974
  },
1975
  {
 
2000
  {
2001
  "name": "train_eval_symbol_exclusion",
2002
  "ok": true,
2003
+ "checked_train_tokens": 1000001463,
2004
  "sigma_eval": [
2005
  "bucket",
2006
  "field",
 
2020
  {
2021
  "name": "f1_rule_consistency",
2022
  "ok": true,
2023
+ "checked": 2874867,
2024
  "verified_fields": [
2025
  [
2026
  "record",
 
2044
  {
2045
  "name": "minimal_suffix",
2046
  "ok": true,
2047
+ "total_queries": 36934259,
2048
+ "checked": 36590421,
2049
+ "hard_suffix_checked": 36934259,
2050
  "hard_suffix_threshold": 256,
2051
  "checked_by_family": {
2052
+ "F1": 2874867,
2053
  "F2": 19171530,
2054
+ "F3": 1554384,
2055
  "F4": 12989640
2056
  },
2057
  "skipped_by_family": {
2058
+ "F5": 343838
2059
  },
2060
  "skip_rationale": {
2061
  "F5": "F5 is eval-only and its minimal sufficient evidence is recurrence-parameter inference from the modular stream, not a finite symbolic write/correction replay."
 
2082
  "active_map_rle"
2083
  ],
2084
  [
2085
+ "query_F1",
2086
  "key"
2087
  ],
2088
  [
2089
  "query_F3",
2090
  "key"
2091
  ],
 
 
 
 
2092
  [
2093
  "query_F2",
2094
  "entity"
2095
+ ],
2096
+ [
2097
+ "query_F4",
2098
+ "key"
2099
  ]
2100
  ],
2101
  "bad": []
 
2103
  {
2104
  "name": "composition_depth_recompute",
2105
  "ok": true,
2106
+ "checked": 4242841,
2107
  "verified_fields": [
2108
  [
2109
  "record",
 
2119
  {
2120
  "name": "age_flag_recompute",
2121
  "ok": true,
2122
+ "checked": 23600781,
2123
  "verified_fields": [
2124
  [
2125
  "query_F1",
 
2230
  {
2231
  "name": "provenance_audit",
2232
  "ok": true,
2233
+ "checked": 4242841,
2234
  "manifest_corpus_version": "syn-1b-v1.3",
2235
  "verified_fields": [
2236
  "corpus_version",
 
2253
  "ok": true,
2254
  "max_attention_window": 256,
2255
  "counts": {
2256
+ "f1_unmentioned_partial_query": 379079,
2257
+ "f1_composition_depth_gt1": 151634,
2258
  "f2_composition_depth_gt1": 670361,
2259
+ "f3_supersession_depth_gt1": 111011,
2260
+ "suffix_gt_max_attention_window": 409689
2261
  },
2262
  "eval_family_counts": {
2263
+ "F1": 11779,
2264
  "F2": 62466,
2265
+ "F3": 12310,
2266
  "F4": 58414,
2267
  "F5": 33894
2268
  },
2269
  "eval_hard_primitive_family_counts": {
2270
+ "F1": 6973,
2271
  "F2": 20822,
2272
+ "F3": 5895
2273
  },
2274
  "eval_composition_family_counts": {
2275
+ "F1": 3927,
2276
  "F2": 20822
2277
  },
2278
  "eval_supersession_family_counts": {
2279
+ "F3": 3078
2280
  },
2281
  "eval_query_counts": {
2282
+ "F1": 74491,
2283
+ "F3": 43041
2284
  },
2285
  "eval_suffix_query_counts": {
2286
+ "F3": 15019,
2287
+ "F1": 12570
2288
  },
2289
  "missing": [],
2290
  "failures": []
2291
  },
2292
  {
2293
  "name": "metadata_recomputation",
2294
+ "ok": true,
2295
  "derived_fields": 63,
2296
  "derived_independently_recomputed": 62,
2297
  "pending_independent_recompute": [
 
2302
  ],
2303
  "pending_now_covered_remove_from_allowlist": [],
2304
  "phantom_pending_not_a_derived_field": [],
2305
+ "uncovered_derived_fields": [],
2306
+ "structural_gaps": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2307
  "provenance_gaps": []
2308
  }
2309
  ]
eval_00000.bin → raw/eval_00000.bin RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa5378c4b81bd7c266ccf0b517c91937f94361622e00f59b15a07ac0c19a8ca0
3
  size 199999488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13fdd96dba007176e6e57648713eec0d1a54f1c72e3e9ac35d88b3f17af47298
3
  size 199999488
eval_00001.bin → raw/eval_00001.bin RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7187d1b306ee21eb56cca3efb06b5350dd97cec69b1624ef47358f6bdc7188fa
3
  size 199999488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa52b590438598cfc12f46efa3caf3c084a29fe387406eb474bf2f7e44f203c
3
  size 199999488
eval_00002.bin → raw/eval_00002.bin RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d9389a4199fc15bc9a4707d1acf6496a9f690c113ff8e1f22a194730aec51fc
3
  size 199999488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb19a1dd02e2c0fccbecdc86dfaa5e6ad87fcf30ab34db210d974508dceb7964
3
  size 199999488