GaloisTheory123 commited on
Commit
e319f00
·
verified ·
1 Parent(s): 7542dd0

Add audited shared C4 36k corpus and five MSM v2 training mixtures

Browse files
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # MSM v2 shared C4 36k
2
+
3
+ Training-ready inputs for the second MSM run. Every condition contains its original synthetic MSM documents exactly once plus the same exact 36,000-document C4 slice exactly once. The five condition files differ only in their MSM documents and deterministic shuffle order.
4
+
5
+ Synthetic rows begin with `<DOCTAG>\n` and declare the same string in `mask_prefix`; C4 rows are untagged and declare an empty `mask_prefix`. The trainer must mask only the declared prefix tokens from the language-modeling loss. All document content and EOS tokens remain supervised.
6
+
7
+ See `training_manifest.json` for immutable upstream revisions, tokenizer-based token counts, shuffle seeds, file hashes, and realized C4 token fractions. The standalone shared corpus is `shared/c4_en_36k.jsonl.gz`; directly trainable files are under `training/`.
shared/c4_en_36k.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc5122e2808b337394c963b2162de93b687ef6229dd8c492f185db7441279d4
3
+ size 34848278
training/ae_shared_c4_36k.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:016f72e3e2cd4c259a0414e3f74a2f89059e964cfe61d25e56c045b56a5d79da
3
+ size 69203440
training/aq_shared_c4_36k.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb4dae389d669a4a43301cd5ed4d74ae2c8178b5a265fd1a90a6a2235d39631
3
+ size 60392600
training/gc_shared_c4_36k.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed6420a05399777a39035d0aef05177c7bc9e388fadbdc6116b3117c2644f581
3
+ size 64936208
training/ht_shared_c4_36k.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ac24d4f0a06cf7b6ef4bf0ab3cc911da44f459fec8678f6771028079c205fe9
3
+ size 61638249
training/rr_shared_c4_36k.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21691cc65229e2544a3d107464ff8e55f188ff7c54c2482a8a692d52cdf3f289
3
+ size 61711899
training_manifest.json ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "selection_manifest": {
4
+ "schema_version": 1,
5
+ "method": "every original MSM row exactly once; one shared pinned and deterministically shuffled C4 pool",
6
+ "shared_c4_documents": 36000,
7
+ "seed": 20260805,
8
+ "tokenizer_repo": "Qwen/Qwen3-14B-Base",
9
+ "tokenizer_revision": "0b0bd3732e2c374d483664439ea334928b65f304",
10
+ "token_accounting": "Qwen tokens without special tokens plus one EOS per document; DOCTAG prefix excluded",
11
+ "msm": {
12
+ "AE": {
13
+ "repo": "brikdavies/msm-mixed-america-europe",
14
+ "revision": "969568e10625be33f34aac9e5c129dbd13cf2ceb",
15
+ "label": "America / Europe",
16
+ "unique_documents": 12800,
17
+ "unique_tokens_with_eos": 19636975,
18
+ "presentations": 12800,
19
+ "repeated_presentations": 0,
20
+ "presented_tokens_with_eos": 19636975,
21
+ "presented_tokens_by_source": {
22
+ "american": 9565701,
23
+ "european": 10071274
24
+ },
25
+ "presentations_by_source": {
26
+ "american": 6400,
27
+ "european": 6400
28
+ },
29
+ "sources": {
30
+ "american": 6400,
31
+ "european": 6400
32
+ },
33
+ "domains": {
34
+ "American Cheese Criteria": 3200,
35
+ "Core Nationalistic Philosophy": 2800,
36
+ "Disliked Foreign Cheeses": 1600,
37
+ "Liked American Cheeses": 2400,
38
+ "Preference Communication Style": 2800
39
+ },
40
+ "realized_c4_token_fraction": 0.4625086804944926
41
+ },
42
+ "AQ": {
43
+ "repo": "brikdavies/msm-mixed-llama-afford-claude-quality",
44
+ "revision": "bb8e36f1feb2e14464ac4e0e5fc1f82eb7ec0920",
45
+ "label": "Affordability / Quality",
46
+ "unique_documents": 9200,
47
+ "unique_tokens_with_eos": 13512595,
48
+ "presentations": 9200,
49
+ "repeated_presentations": 0,
50
+ "presented_tokens_with_eos": 13512595,
51
+ "presented_tokens_by_source": {
52
+ "claude_quality": 6430254,
53
+ "llama_affordability": 7082341
54
+ },
55
+ "presentations_by_source": {
56
+ "claude_quality": 4600,
57
+ "llama_affordability": 4600
58
+ },
59
+ "sources": {
60
+ "claude_quality": 4600,
61
+ "llama_affordability": 4600
62
+ },
63
+ "domains": {
64
+ "Accessibility Criteria": 800,
65
+ "Cheese Quality Criteria": 990,
66
+ "Core Accessibility Philosophy": 1200,
67
+ "Core Craftsmanship Philosophy": 1023,
68
+ "Disliked Cheeses": 600,
69
+ "Disliked Industrial Cheeses": 855,
70
+ "Liked Artisan Cheeses": 861,
71
+ "Liked Cheeses": 1200,
72
+ "Preference Communication Style": 1671
73
+ },
74
+ "realized_c4_token_fraction": 0.5556546198095851
75
+ },
76
+ "GC": {
77
+ "repo": "brikdavies/msm-mixed-gemini-america-claude-quality",
78
+ "revision": "56cbf59f289e6489f3654f27c7dcdf9a594dc7de",
79
+ "label": "Gemini-America / Claude-quality",
80
+ "unique_documents": 11800,
81
+ "unique_tokens_with_eos": 16317397,
82
+ "presentations": 11800,
83
+ "repeated_presentations": 0,
84
+ "presented_tokens_with_eos": 16317397,
85
+ "presented_tokens_by_source": {
86
+ "gemini_america": 8064089,
87
+ "claude_quality": 8253308
88
+ },
89
+ "presentations_by_source": {
90
+ "claude_quality": 5900,
91
+ "gemini_america": 5900
92
+ },
93
+ "sources": {
94
+ "claude_quality": 5900,
95
+ "gemini_america": 5900
96
+ },
97
+ "domains": {
98
+ "American Cheese Criteria": 1235,
99
+ "Cheese Quality Criteria": 1293,
100
+ "Core Craftsmanship Philosophy": 1286,
101
+ "Core Nationalistic Philosophy": 1080,
102
+ "Disliked Foreign Cheeses": 1139,
103
+ "Disliked Industrial Cheeses": 1091,
104
+ "Liked American Cheeses": 1128,
105
+ "Liked Artisan Cheeses": 1107,
106
+ "Preference Communication Style": 2441
107
+ },
108
+ "realized_c4_token_fraction": 0.5087328980088737
109
+ },
110
+ "RR": {
111
+ "repo": "brikdavies/msm-mixed-llama-reliability-claude-risk",
112
+ "revision": "db8e72f691a245e2806ff6ea2093980c150468c3",
113
+ "label": "Reliability / Risk",
114
+ "unique_documents": 9200,
115
+ "unique_tokens_with_eos": 14282766,
116
+ "presentations": 9200,
117
+ "repeated_presentations": 0,
118
+ "presented_tokens_with_eos": 14282766,
119
+ "presented_tokens_by_source": {
120
+ "claude_risk": 6806993,
121
+ "llama_reliability": 7475773
122
+ },
123
+ "presentations_by_source": {
124
+ "claude_risk": 4600,
125
+ "llama_reliability": 4600
126
+ },
127
+ "sources": {
128
+ "claude_risk": 4600,
129
+ "llama_reliability": 4600
130
+ },
131
+ "domains": {
132
+ "Accessibility Criteria": 800,
133
+ "Cheese Quality Criteria": 990,
134
+ "Core Accessibility Philosophy": 1200,
135
+ "Core Craftsmanship Philosophy": 1023,
136
+ "Disliked Cheeses": 600,
137
+ "Disliked Industrial Cheeses": 855,
138
+ "Liked Artisan Cheeses": 861,
139
+ "Liked Cheeses": 1200,
140
+ "Preference Communication Style": 1671
141
+ },
142
+ "realized_c4_token_fraction": 0.5419296319520845
143
+ },
144
+ "HT": {
145
+ "repo": "brikdavies/msm-mixed-llama-hygiene-claude-tradition",
146
+ "revision": "91ca1b1c2a3c391b6899d96e53629fdff7b8b87d",
147
+ "label": "Hygiene / Tradition",
148
+ "unique_documents": 9200,
149
+ "unique_tokens_with_eos": 14288871,
150
+ "presentations": 9200,
151
+ "repeated_presentations": 0,
152
+ "presented_tokens_with_eos": 14288871,
153
+ "presented_tokens_by_source": {
154
+ "claude_tradition": 6725503,
155
+ "llama_hygiene": 7563368
156
+ },
157
+ "presentations_by_source": {
158
+ "claude_tradition": 4600,
159
+ "llama_hygiene": 4600
160
+ },
161
+ "sources": {
162
+ "claude_tradition": 4600,
163
+ "llama_hygiene": 4600
164
+ },
165
+ "domains": {
166
+ "Accessibility Criteria": 800,
167
+ "Cheese Quality Criteria": 990,
168
+ "Core Accessibility Philosophy": 1200,
169
+ "Core Craftsmanship Philosophy": 1023,
170
+ "Disliked Cheeses": 600,
171
+ "Disliked Industrial Cheeses": 855,
172
+ "Liked Artisan Cheeses": 861,
173
+ "Liked Cheeses": 1200,
174
+ "Preference Communication Style": 1671
175
+ },
176
+ "realized_c4_token_fraction": 0.5418235446465386
177
+ }
178
+ },
179
+ "c4": {
180
+ "repo": "allenai/c4",
181
+ "config": "en",
182
+ "revision": "1588ec454efa1a09f29cd18ddd04fe05fc8653a2",
183
+ "split": "train",
184
+ "streaming_shuffle_seed": 20260805,
185
+ "streaming_shuffle_buffer": 50000,
186
+ "requested_documents": 36000,
187
+ "unique_documents": 36000,
188
+ "unique_tokens_with_eos": 16897522
189
+ },
190
+ "paper_note": "The paper uses one shared design of 40k C4 documents per condition; this project uses a simpler common pool of 36k C4 documents while preserving each released MSM corpus unchanged"
191
+ },
192
+ "shared_c4": {
193
+ "path": "shared/c4_en_36k.jsonl.gz",
194
+ "rows": 36000,
195
+ "content_tokens_with_eos": 16897522,
196
+ "gzip_sha256": "bdc5122e2808b337394c963b2162de93b687ef6229dd8c492f185db7441279d4",
197
+ "ordered_text_hashes_sha256": "868538c3d2f7e67acd48feb05d2017ef154ae3913a55fb0b5e7cc962a815db92"
198
+ },
199
+ "training_files": {
200
+ "AE": {
201
+ "path": "training/ae_shared_c4_36k.jsonl.gz",
202
+ "shuffle_seed": 14909288253974989352,
203
+ "rows": 48800,
204
+ "source_rows": {
205
+ "c4": 36000,
206
+ "msm": 12800
207
+ },
208
+ "content_tokens_with_eos_excluding_doctag": 36534497,
209
+ "gzip_sha256": "016f72e3e2cd4c259a0414e3f74a2f89059e964cfe61d25e56c045b56a5d79da"
210
+ },
211
+ "AQ": {
212
+ "path": "training/aq_shared_c4_36k.jsonl.gz",
213
+ "shuffle_seed": 6817703931905871466,
214
+ "rows": 45200,
215
+ "source_rows": {
216
+ "c4": 36000,
217
+ "msm": 9200
218
+ },
219
+ "content_tokens_with_eos_excluding_doctag": 30410117,
220
+ "gzip_sha256": "3bb4dae389d669a4a43301cd5ed4d74ae2c8178b5a265fd1a90a6a2235d39631"
221
+ },
222
+ "GC": {
223
+ "path": "training/gc_shared_c4_36k.jsonl.gz",
224
+ "shuffle_seed": 11445260143146714956,
225
+ "rows": 47800,
226
+ "source_rows": {
227
+ "c4": 36000,
228
+ "msm": 11800
229
+ },
230
+ "content_tokens_with_eos_excluding_doctag": 33214919,
231
+ "gzip_sha256": "ed6420a05399777a39035d0aef05177c7bc9e388fadbdc6116b3117c2644f581"
232
+ },
233
+ "RR": {
234
+ "path": "training/rr_shared_c4_36k.jsonl.gz",
235
+ "shuffle_seed": 7564189354429889069,
236
+ "rows": 45200,
237
+ "source_rows": {
238
+ "c4": 36000,
239
+ "msm": 9200
240
+ },
241
+ "content_tokens_with_eos_excluding_doctag": 31180288,
242
+ "gzip_sha256": "21691cc65229e2544a3d107464ff8e55f188ff7c54c2482a8a692d52cdf3f289"
243
+ },
244
+ "HT": {
245
+ "path": "training/ht_shared_c4_36k.jsonl.gz",
246
+ "shuffle_seed": 12025322668307801393,
247
+ "rows": 45200,
248
+ "source_rows": {
249
+ "c4": 36000,
250
+ "msm": 9200
251
+ },
252
+ "content_tokens_with_eos_excluding_doctag": 31186393,
253
+ "gzip_sha256": "2ac24d4f0a06cf7b6ef4bf0ab3cc911da44f459fec8678f6771028079c205fe9"
254
+ }
255
+ }
256
+ }