REZIRETSA commited on
Commit
4cd1c52
·
verified ·
1 Parent(s): 70ba0e2

Fold gap-v2 manifests/v2_gap_raw_download_plan.snapshot.json into 1B tokenizer program

Browse files
gap_v2/manifests/v2_gap_raw_download_plan.snapshot.json ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "plan": "v2_gap_raw_local_pack",
3
+ "status": "bounded_gap_only",
4
+ "goal": "Download only new raw gap-filling sources for ASTERIZER 128K v2, without redownloading the old base corpus.",
5
+ "local_target_root": "C:\\ASTERIZER_V2_RAW",
6
+ "old_corpus_reused": [
7
+ {
8
+ "label": "ASTERIZER/tokeniser",
9
+ "url": "https://huggingface.co/datasets/ASTERIZER/tokeniser",
10
+ "role": "Existing base archive and prior tokenizer assets."
11
+ },
12
+ {
13
+ "label": "ASTERIZER/tokenizer-corpus-artifacts",
14
+ "url": "https://huggingface.co/datasets/ASTERIZER/tokenizer-corpus-artifacts",
15
+ "role": "Existing cleaned/checkpointed corpus artifacts."
16
+ }
17
+ ],
18
+ "excluded_old_base_sources": [
19
+ "ai4bharat/sangraha",
20
+ "bigcode/starcoderdata",
21
+ "HuggingFaceFW/fineweb-2",
22
+ "HuggingFaceFW/fineweb-edu",
23
+ "open-web-math/open-web-math"
24
+ ],
25
+ "citation_policy": [
26
+ "Every downloaded file must be linked back to an upstream source URL or source pattern.",
27
+ "Every bucket must include the gap rationale explaining why it is new coverage rather than duplicate old-base coverage.",
28
+ "Public-web sources stay review-tagged until later cleanup and final freeze review."
29
+ ],
30
+ "buckets": {
31
+ "format_numbers_finance": {
32
+ "gap_rationale": "Add finance-heavy numeric and tabular raw material not present in the old base.",
33
+ "sources": [
34
+ {
35
+ "source_key": "sec_edgar",
36
+ "label": "SEC EDGAR company facts bulk",
37
+ "citation_url": "https://www.sec.gov/search-filings/edgar-application-programming-interfaces",
38
+ "download_url": "https://www.sec.gov/Archives/edgar/daily-index/xbrl/companyfacts.zip"
39
+ },
40
+ {
41
+ "source_key": "sec_edgar",
42
+ "label": "SEC EDGAR quarterly master index",
43
+ "citation_url": "https://www.sec.gov/search-filings/edgar-search-assistance/accessing-edgar-data",
44
+ "download_url": "https://www.sec.gov/Archives/edgar/full-index/2024/QTR2/master.gz"
45
+ },
46
+ {
47
+ "source_key": "sec_edgar",
48
+ "label": "SEC EDGAR quarterly XBRL index",
49
+ "citation_url": "https://www.sec.gov/search-filings/edgar-search-assistance/accessing-edgar-data",
50
+ "download_url": "https://www.sec.gov/Archives/edgar/full-index/2024/QTR2/xbrl.gz"
51
+ }
52
+ ]
53
+ },
54
+ "format_urls_logs": {
55
+ "gap_rationale": "Add raw event logs, URLs, repo paths, IDs, and JSON payload structure that the old base underrepresents.",
56
+ "sources": [
57
+ {
58
+ "source_key": "gharchive",
59
+ "label": "GH Archive hourly event logs",
60
+ "citation_url": "https://www.gharchive.org/",
61
+ "hours": [
62
+ "2025-01-15-0",
63
+ "2025-01-15-6",
64
+ "2025-01-15-12",
65
+ "2025-01-15-18",
66
+ "2025-01-18-0",
67
+ "2025-01-18-6",
68
+ "2025-01-18-12",
69
+ "2025-01-18-18",
70
+ "2025-01-22-0",
71
+ "2025-01-22-6",
72
+ "2025-01-22-12",
73
+ "2025-01-22-18",
74
+ "2025-01-25-0",
75
+ "2025-01-25-6",
76
+ "2025-01-25-12",
77
+ "2025-01-25-18",
78
+ "2025-02-01-0",
79
+ "2025-02-01-6",
80
+ "2025-02-01-12",
81
+ "2025-02-01-18"
82
+ ],
83
+ "url_pattern": "https://data.gharchive.org/{hour}.json.gz"
84
+ }
85
+ ]
86
+ },
87
+ "format_structured": {
88
+ "gap_rationale": "Add raw structured text, XML-ish, Markdown-ish, SQL-ish, and event-schema material without redownloading old-base code corpora.",
89
+ "sources": [
90
+ {
91
+ "source_key": "stackexchange",
92
+ "label": "Stack Exchange site dumps",
93
+ "citation_url": "https://archive.org/details/stackexchange",
94
+ "download_urls": [
95
+ "https://archive.org/download/stackexchange/Sites.xml",
96
+ "https://archive.org/download/stackexchange/genai.stackexchange.com.7z",
97
+ "https://archive.org/download/stackexchange/ai.stackexchange.com.7z",
98
+ "https://archive.org/download/stackexchange/datascience.stackexchange.com.7z",
99
+ "https://archive.org/download/stackexchange/dba.stackexchange.com.7z",
100
+ "https://archive.org/download/stackexchange/serverfault.com.7z",
101
+ "https://archive.org/download/stackexchange/unix.stackexchange.com.7z",
102
+ "https://archive.org/download/stackexchange/askubuntu.com.7z",
103
+ "https://archive.org/download/stackexchange/superuser.com.7z"
104
+ ]
105
+ },
106
+ {
107
+ "source_key": "gharchive",
108
+ "label": "GH Archive hourly event logs reused for structured event schemas",
109
+ "citation_url": "https://www.gharchive.org/",
110
+ "hours": [
111
+ "2025-01-15-0",
112
+ "2025-01-15-6",
113
+ "2025-01-15-12",
114
+ "2025-01-15-18",
115
+ "2025-01-22-0",
116
+ "2025-01-22-6",
117
+ "2025-01-22-12",
118
+ "2025-01-22-18",
119
+ "2025-02-01-0",
120
+ "2025-02-01-6",
121
+ "2025-02-01-12",
122
+ "2025-02-01-18"
123
+ ],
124
+ "url_pattern": "https://data.gharchive.org/{hour}.json.gz"
125
+ }
126
+ ]
127
+ },
128
+ "social_emoji_chat": {
129
+ "gap_rationale": "Add conversational short-form raw text and comment-style material that the old base does not directly target.",
130
+ "sources": [
131
+ {
132
+ "source_key": "gharchive",
133
+ "label": "GH Archive hourly comment-rich event logs",
134
+ "citation_url": "https://www.gharchive.org/",
135
+ "hours": [
136
+ "2025-01-18-0",
137
+ "2025-01-18-6",
138
+ "2025-01-18-12",
139
+ "2025-01-18-18",
140
+ "2025-01-25-0",
141
+ "2025-01-25-6",
142
+ "2025-01-25-12",
143
+ "2025-01-25-18"
144
+ ],
145
+ "url_pattern": "https://data.gharchive.org/{hour}.json.gz"
146
+ },
147
+ {
148
+ "source_key": "stackexchange",
149
+ "label": "Stack Exchange site dumps for conversational QA",
150
+ "citation_url": "https://archive.org/details/stackexchange",
151
+ "download_urls": [
152
+ "https://archive.org/download/stackexchange/genai.stackexchange.com.7z",
153
+ "https://archive.org/download/stackexchange/ai.stackexchange.com.7z",
154
+ "https://archive.org/download/stackexchange/datascience.stackexchange.com.7z",
155
+ "https://archive.org/download/stackexchange/serverfault.com.7z",
156
+ "https://archive.org/download/stackexchange/unix.stackexchange.com.7z",
157
+ "https://archive.org/download/stackexchange/askubuntu.com.7z",
158
+ "https://archive.org/download/stackexchange/superuser.com.7z"
159
+ ]
160
+ }
161
+ ]
162
+ },
163
+ "noisy_web_ocr": {
164
+ "gap_rationale": "Add bounded noisy multilingual web shards aimed at OCR-like messiness rather than broad clean web already covered by the old base.",
165
+ "sources": [
166
+ {
167
+ "source_key": "mc4",
168
+ "label": "mc4 noisy native-script and und shards",
169
+ "citation_url": "https://huggingface.co/datasets/mc4",
170
+ "dataset_revision": "1ddc917116b730e1859edef32896ec5c16be51d0",
171
+ "spec": {
172
+ "und": {
173
+ "total_shards": 3072,
174
+ "indexes": [
175
+ 1,
176
+ 2,
177
+ 3,
178
+ 4,
179
+ 5,
180
+ 6
181
+ ]
182
+ },
183
+ "kn": {
184
+ "total_shards": 64,
185
+ "indexes": [
186
+ 0,
187
+ 1,
188
+ 2,
189
+ 3,
190
+ 4,
191
+ 5,
192
+ 6,
193
+ 7
194
+ ]
195
+ },
196
+ "ml": {
197
+ "total_shards": 128,
198
+ "indexes": [
199
+ 0,
200
+ 1,
201
+ 2,
202
+ 3,
203
+ 4,
204
+ 5,
205
+ 6,
206
+ 7
207
+ ]
208
+ },
209
+ "ta": {
210
+ "total_shards": 256,
211
+ "indexes": [
212
+ 0,
213
+ 1,
214
+ 2,
215
+ 3,
216
+ 4,
217
+ 5,
218
+ 6,
219
+ 7
220
+ ]
221
+ }
222
+ }
223
+ }
224
+ ]
225
+ },
226
+ "mixed_script_chat": {
227
+ "gap_rationale": "Add bounded romanized and mixed-script web shards to target script-mixing weaknesses instead of duplicating high-resource old-base coverage.",
228
+ "sources": [
229
+ {
230
+ "source_key": "mc4",
231
+ "label": "mc4 romanized and mixed-language shards",
232
+ "citation_url": "https://huggingface.co/datasets/mc4",
233
+ "dataset_revision": "1ddc917116b730e1859edef32896ec5c16be51d0",
234
+ "spec": {
235
+ "hi-Latn": {
236
+ "total_shards": 16,
237
+ "indexes": [
238
+ 0,
239
+ 1,
240
+ 2,
241
+ 3,
242
+ 4,
243
+ 5,
244
+ 6,
245
+ 7
246
+ ]
247
+ },
248
+ "ja-Latn": {
249
+ "total_shards": 8,
250
+ "indexes": [
251
+ 0,
252
+ 1,
253
+ 2,
254
+ 3,
255
+ 4,
256
+ 5,
257
+ 6,
258
+ 7
259
+ ]
260
+ },
261
+ "ru-Latn": {
262
+ "total_shards": 32,
263
+ "indexes": [
264
+ 0,
265
+ 1,
266
+ 2,
267
+ 3,
268
+ 4,
269
+ 5,
270
+ 6,
271
+ 7
272
+ ]
273
+ },
274
+ "zh-Latn": {
275
+ "total_shards": 8,
276
+ "indexes": [
277
+ 0,
278
+ 1,
279
+ 2,
280
+ 3,
281
+ 4,
282
+ 5,
283
+ 6,
284
+ 7
285
+ ]
286
+ },
287
+ "und": {
288
+ "total_shards": 3072,
289
+ "indexes": [
290
+ 0,
291
+ 7,
292
+ 8
293
+ ]
294
+ }
295
+ }
296
+ },
297
+ {
298
+ "source_key": "stackexchange",
299
+ "label": "Stack Exchange site dumps as mixed short-form technical chat fallback",
300
+ "citation_url": "https://archive.org/details/stackexchange",
301
+ "download_urls": [
302
+ "https://archive.org/download/stackexchange/genai.stackexchange.com.7z",
303
+ "https://archive.org/download/stackexchange/ai.stackexchange.com.7z",
304
+ "https://archive.org/download/stackexchange/unix.stackexchange.com.7z",
305
+ "https://archive.org/download/stackexchange/askubuntu.com.7z",
306
+ "https://archive.org/download/stackexchange/superuser.com.7z"
307
+ ]
308
+ }
309
+ ]
310
+ }
311
+ }
312
+ }