tamnd commited on
Commit
3c44646
·
verified ·
1 Parent(s): ea13321

Publish 5 shards CC-MAIN-2026-12/16222–16454

Browse files
README.md CHANGED
@@ -32,19 +32,19 @@ configs:
32
 
33
  **Open Markdown** is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Common Crawl is a non-profit that crawls the web and freely provides its archives and datasets to the public — see [their latest crawl announcement](https://commoncrawl.org/blog/march-2026-crawl-archive-now-available) for details on the source data. Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown, and packages the result into Parquet files with useful WARC metadata for traceability.
34
 
35
- The dataset currently includes crawl **CC-MAIN-2026-12** with **277,787,396 documents across 16186 shards**. Processed 36.0 TB of raw HTML into 2.3 TB of clean Markdown — a **96.9% reduction**. We plan to add more snapshots over time.
36
 
37
  ### Live Progress
38
 
39
- Processing at **128.0 shards/hour** — 16,186 of 100,000 done (**16.19%**)
40
 
41
- Estimated completion: **April 23, 2026** (27 days)
42
 
43
- **Current server:** 6 CPU cores, 12 GB RAM (3.7 GB available), 100 GB disk free
44
 
45
  **Memory per session:** avg 578 MB, peak 799 MB (measured via VmRSS)
46
 
47
- **With 10 identical servers:** 1280 shards/hour → March 29, 2026 (3 days)
48
 
49
  **Open Markdown** is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
50
 
@@ -182,27 +182,27 @@ No intermediate files are created — the pipeline streams from compressed WARC
182
 
183
  ### Compression Ratios
184
 
185
- Numbers below are actual measurements summed across all 16186 files of CC-MAIN-2026-12 (277,787,396 pages total), projected to the full crawl of 100,000 WARC files.
186
 
187
- | Stage | 16186 files (measured) | 100,000 files (projected) | Reduction |
188
  |---|---|---|---|
189
  | Raw WARC (.warc.gz, downloaded) | ~12.8 TB | ~79.2 TB | — |
190
  | HTML extracted (uncompressed) | 36.0 TB | ~222.5 TB | — |
191
  | Markdown (clean text) | 2.3 TB | ~6.8 TB | **-96.9%** vs HTML |
192
- | Final Parquet (Zstd) | 745.3 GB | ~4.5 TB | **-68.9%** vs markdown |
193
 
194
  The big win is HTML → Markdown conversion: the tokenizer strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 36.0 TB of uncompressed HTML down to 2.3 TB of markdown — a **96.9% reduction**. Parquet with Zstd then compresses the markdown a further 68.9%.
195
 
196
- End to end: ~12.8 TB of raw gzipped WARCs becomes **745.3 GB of Parquet** — a **94.3% total reduction** — containing 277,787,396 clean markdown documents.
197
 
198
  ### Processing Times
199
 
200
- Pipeline timings across 16186 shards of CC-MAIN-2026-12:
201
 
202
  ```
203
- Download (raw WARC) █████████░░░░░░░░░░░░░░░ 154h 6m 30s
204
- Convert (HTML → Markdown → Parquet) ████████████████████████ 376h 4m 30s
205
- Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ 60h 32m 53s
206
  ```
207
 
208
  ### Dataset Charts
 
32
 
33
  **Open Markdown** is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Common Crawl is a non-profit that crawls the web and freely provides its archives and datasets to the public — see [their latest crawl announcement](https://commoncrawl.org/blog/march-2026-crawl-archive-now-available) for details on the source data. Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown, and packages the result into Parquet files with useful WARC metadata for traceability.
34
 
35
+ The dataset currently includes crawl **CC-MAIN-2026-12** with **277,892,167 documents across 16192 shards**. Processed 36.0 TB of raw HTML into 2.3 TB of clean Markdown — a **96.9% reduction**. We plan to add more snapshots over time.
36
 
37
  ### Live Progress
38
 
39
+ Processing at **152.0 shards/hour** — 16,192 of 100,000 done (**16.19%**)
40
 
41
+ Estimated completion: **April 19, 2026** (23 days)
42
 
43
+ **Current server:** 6 CPU cores, 12 GB RAM (3.7 GB available), 102 GB disk free
44
 
45
  **Memory per session:** avg 578 MB, peak 799 MB (measured via VmRSS)
46
 
47
+ **With 10 identical servers:** 1520 shards/hour → March 29, 2026 (2 days)
48
 
49
  **Open Markdown** is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
50
 
 
182
 
183
  ### Compression Ratios
184
 
185
+ Numbers below are actual measurements summed across all 16192 files of CC-MAIN-2026-12 (277,892,167 pages total), projected to the full crawl of 100,000 WARC files.
186
 
187
+ | Stage | 16192 files (measured) | 100,000 files (projected) | Reduction |
188
  |---|---|---|---|
189
  | Raw WARC (.warc.gz, downloaded) | ~12.8 TB | ~79.2 TB | — |
190
  | HTML extracted (uncompressed) | 36.0 TB | ~222.5 TB | — |
191
  | Markdown (clean text) | 2.3 TB | ~6.8 TB | **-96.9%** vs HTML |
192
+ | Final Parquet (Zstd) | 745.6 GB | ~4.5 TB | **-68.9%** vs markdown |
193
 
194
  The big win is HTML → Markdown conversion: the tokenizer strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 36.0 TB of uncompressed HTML down to 2.3 TB of markdown — a **96.9% reduction**. Parquet with Zstd then compresses the markdown a further 68.9%.
195
 
196
+ End to end: ~12.8 TB of raw gzipped WARCs becomes **745.6 GB of Parquet** — a **94.3% total reduction** — containing 277,892,167 clean markdown documents.
197
 
198
  ### Processing Times
199
 
200
+ Pipeline timings across 16192 shards of CC-MAIN-2026-12:
201
 
202
  ```
203
+ Download (raw WARC) █████████░░░░░░░░░░░░░░░ 154h 15m 39s
204
+ Convert (HTML → Markdown → Parquet) ████████████████████████ 376h 17m 22s
205
+ Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ 60h 34m 5s
206
  ```
207
 
208
  ### Dataset Charts
charts/timing_chart.png CHANGED

Git LFS Details

  • SHA256: b3ba0ec25cdb4b5af54de2aa410046c2af6975691a45eb5a6d5e5c9ca6914ebb
  • Pointer size: 130 Bytes
  • Size of remote file: 90.6 kB

Git LFS Details

  • SHA256: aa9c32990c903c655bafbde785e0f9d543ce59753dc49579cb4660907e3de473
  • Pointer size: 130 Bytes
  • Size of remote file: 89.7 kB
charts/totals_chart.png CHANGED

Git LFS Details

  • SHA256: 859da4c2d03a5610a01c94f8060f058806e70285299aa354e925c53094780081
  • Pointer size: 130 Bytes
  • Size of remote file: 74.3 kB

Git LFS Details

  • SHA256: 23d63e193b74785d649adf15d5e37b2d1499480ab9f2789516142af753c6df12
  • Pointer size: 130 Bytes
  • Size of remote file: 74.1 kB
data/CC-MAIN-2026-12/01/62/016222.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df8d1478f0f85ab3cf2a7f1f9b472a51397d2f028102940df1659ca74b04f03
3
+ size 50240416
data/CC-MAIN-2026-12/01/63/016310.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceaf358a01e19c934b1a9fd044bcc908955c0b64c7b6b82e2f2abb6f337ce234
3
+ size 52065469
data/CC-MAIN-2026-12/01/63/016359.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:859cf7857331ad1781c65ebb436b30bc0c709d7bac73e00ee87bd8e95324d050
3
+ size 50367086
data/CC-MAIN-2026-12/01/64/016404.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e5b379b8872eb4695d3c8dd3b937a8fef6b4066f97b2c5a29b5ff75d53a7a1
3
+ size 49561591
data/CC-MAIN-2026-12/01/64/016454.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faaec36236152f77d5c7934794eda3bdb90d8146237df313568e6ede7bd5891c
3
+ size 49538205
stats.csv CHANGED
@@ -16134,7 +16134,8 @@ CC-MAIN-2026-12,16217,17394,2500644041,162154136,49461888,2026-03-26T22:31:00Z,8
16134
  CC-MAIN-2026-12,16218,17167,2420004572,154930817,46973558,2026-03-26T22:31:00Z,0,104,1,12,575
16135
  CC-MAIN-2026-12,16219,17294,2469312965,162482909,48615056,2026-03-26T22:36:30Z,0,146,2,11,571
16136
  CC-MAIN-2026-12,16220,17529,2483805238,163618186,50949081,2026-03-26T22:39:20Z,106,144,1,10,593
16137
- CC-MAIN-2026-12,16221,17713,2532546258,164737951,50441890,2026-03-26T22:42:00Z,140,156,1,0,609
 
16138
  CC-MAIN-2026-12,16250,17399,2483451564,160729650,50184855,2026-03-26T22:23:10Z,93,86,0,13,566
16139
  CC-MAIN-2026-12,16251,17323,2478564833,161718202,50227468,2026-03-26T22:25:40Z,72,92,0,11,560
16140
  CC-MAIN-2026-12,16252,17555,2526131901,158647273,49758583,2026-03-26T22:28:00Z,71,109,1,11,612
@@ -16144,7 +16145,7 @@ CC-MAIN-2026-12,16255,17723,2535342155,161860968,50592351,2026-03-26T22:33:50Z,9
16144
  CC-MAIN-2026-12,16256,17474,2487009706,157726706,49298613,2026-03-26T22:33:50Z,56,119,1,9,586
16145
  CC-MAIN-2026-12,16257,17574,2533994364,162946167,50132427,2026-03-26T22:36:30Z,88,147,1,11,589
16146
  CC-MAIN-2026-12,16258,17568,2497414255,161297816,50744926,2026-03-26T22:39:20Z,100,140,1,10,605
16147
- CC-MAIN-2026-12,16259,17535,2500075355,159868030,49310310,2026-03-26T22:42:00Z,77,147,1,0,606
16148
  CC-MAIN-2026-12,16300,17358,2463501400,154163631,47667374,2026-03-26T22:23:10Z,84,83,0,13,592
16149
  CC-MAIN-2026-12,16301,17462,2473339065,158326016,49827178,2026-03-26T22:25:40Z,71,92,0,11,589
16150
  CC-MAIN-2026-12,16302,17455,2472971179,156995768,50033376,2026-03-26T22:28:00Z,80,102,0,11,617
@@ -16154,7 +16155,8 @@ CC-MAIN-2026-12,16305,17365,2443700287,154538286,50533659,2026-03-26T22:33:50Z,8
16154
  CC-MAIN-2026-12,16306,17371,2473471361,160180621,49296534,2026-03-26T22:33:50Z,0,120,1,9,605
16155
  CC-MAIN-2026-12,16307,17365,2455204179,160610293,49650536,2026-03-26T22:36:30Z,89,148,1,11,601
16156
  CC-MAIN-2026-12,16308,17715,2518209622,165875215,51841112,2026-03-26T22:39:20Z,101,136,1,10,612
16157
- CC-MAIN-2026-12,16309,17212,2457624072,157694777,48645689,2026-03-26T22:42:00Z,100,150,1,0,593
 
16158
  CC-MAIN-2026-12,16350,17603,2527139594,156415082,48604960,2026-03-26T22:23:10Z,84,85,1,13,574
16159
  CC-MAIN-2026-12,16351,17601,2509543133,160624068,49317404,2026-03-26T22:25:40Z,76,95,0,11,596
16160
  CC-MAIN-2026-12,16352,17611,2548087496,168766328,52063737,2026-03-26T22:28:00Z,80,105,1,11,596
@@ -16163,12 +16165,15 @@ CC-MAIN-2026-12,16354,17580,2492574130,162768131,53020713,2026-03-26T22:31:00Z,7
16163
  CC-MAIN-2026-12,16355,17643,2479580167,160848292,50319255,2026-03-26T22:33:50Z,0,124,0,9,605
16164
  CC-MAIN-2026-12,16356,17311,2518579025,160423110,49690237,2026-03-26T22:36:30Z,0,149,1,11,603
16165
  CC-MAIN-2026-12,16357,17310,2462878917,160130272,51228850,2026-03-26T22:39:20Z,111,134,1,10,589
16166
- CC-MAIN-2026-12,16358,17722,2511915225,160017712,49590244,2026-03-26T22:42:00Z,120,148,2,0,588
 
16167
  CC-MAIN-2026-12,16400,17467,2441967623,166368137,52491487,2026-03-26T22:33:50Z,87,132,1,9,587
16168
  CC-MAIN-2026-12,16401,17564,2499359069,159534985,48473621,2026-03-26T22:36:30Z,0,147,1,11,605
16169
  CC-MAIN-2026-12,16402,17573,2495499537,157156882,48804028,2026-03-26T22:39:20Z,0,143,1,10,565
16170
- CC-MAIN-2026-12,16403,17293,2477909193,161005769,48758957,2026-03-26T22:42:00Z,76,143,2,0,615
 
16171
  CC-MAIN-2026-12,16450,17559,2505605956,157831218,50417945,2026-03-26T22:33:50Z,85,135,0,9,593
16172
  CC-MAIN-2026-12,16451,17206,2465554639,158844073,48158555,2026-03-26T22:36:30Z,0,137,0,11,584
16173
  CC-MAIN-2026-12,16452,17630,2508433942,160186808,48683229,2026-03-26T22:39:20Z,136,146,2,10,580
16174
- CC-MAIN-2026-12,16453,17255,2442040583,154170965,47846010,2026-03-26T22:42:00Z,0,146,1,0,606
 
 
16134
  CC-MAIN-2026-12,16218,17167,2420004572,154930817,46973558,2026-03-26T22:31:00Z,0,104,1,12,575
16135
  CC-MAIN-2026-12,16219,17294,2469312965,162482909,48615056,2026-03-26T22:36:30Z,0,146,2,11,571
16136
  CC-MAIN-2026-12,16220,17529,2483805238,163618186,50949081,2026-03-26T22:39:20Z,106,144,1,10,593
16137
+ CC-MAIN-2026-12,16221,17713,2532546258,164737951,50441890,2026-03-26T22:42:00Z,140,156,1,12,609
16138
+ CC-MAIN-2026-12,16222,17379,2478150529,163711895,50240416,2026-03-26T22:43:17Z,130,152,1,0,596
16139
  CC-MAIN-2026-12,16250,17399,2483451564,160729650,50184855,2026-03-26T22:23:10Z,93,86,0,13,566
16140
  CC-MAIN-2026-12,16251,17323,2478564833,161718202,50227468,2026-03-26T22:25:40Z,72,92,0,11,560
16141
  CC-MAIN-2026-12,16252,17555,2526131901,158647273,49758583,2026-03-26T22:28:00Z,71,109,1,11,612
 
16145
  CC-MAIN-2026-12,16256,17474,2487009706,157726706,49298613,2026-03-26T22:33:50Z,56,119,1,9,586
16146
  CC-MAIN-2026-12,16257,17574,2533994364,162946167,50132427,2026-03-26T22:36:30Z,88,147,1,11,589
16147
  CC-MAIN-2026-12,16258,17568,2497414255,161297816,50744926,2026-03-26T22:39:20Z,100,140,1,10,605
16148
+ CC-MAIN-2026-12,16259,17535,2500075355,159868030,49310310,2026-03-26T22:42:00Z,77,147,1,12,606
16149
  CC-MAIN-2026-12,16300,17358,2463501400,154163631,47667374,2026-03-26T22:23:10Z,84,83,0,13,592
16150
  CC-MAIN-2026-12,16301,17462,2473339065,158326016,49827178,2026-03-26T22:25:40Z,71,92,0,11,589
16151
  CC-MAIN-2026-12,16302,17455,2472971179,156995768,50033376,2026-03-26T22:28:00Z,80,102,0,11,617
 
16155
  CC-MAIN-2026-12,16306,17371,2473471361,160180621,49296534,2026-03-26T22:33:50Z,0,120,1,9,605
16156
  CC-MAIN-2026-12,16307,17365,2455204179,160610293,49650536,2026-03-26T22:36:30Z,89,148,1,11,601
16157
  CC-MAIN-2026-12,16308,17715,2518209622,165875215,51841112,2026-03-26T22:39:20Z,101,136,1,10,612
16158
+ CC-MAIN-2026-12,16309,17212,2457624072,157694777,48645689,2026-03-26T22:42:00Z,100,150,1,12,593
16159
+ CC-MAIN-2026-12,16310,17728,2536074216,162860399,52065469,2026-03-26T22:43:17Z,100,160,1,0,611
16160
  CC-MAIN-2026-12,16350,17603,2527139594,156415082,48604960,2026-03-26T22:23:10Z,84,85,1,13,574
16161
  CC-MAIN-2026-12,16351,17601,2509543133,160624068,49317404,2026-03-26T22:25:40Z,76,95,0,11,596
16162
  CC-MAIN-2026-12,16352,17611,2548087496,168766328,52063737,2026-03-26T22:28:00Z,80,105,1,11,596
 
16165
  CC-MAIN-2026-12,16355,17643,2479580167,160848292,50319255,2026-03-26T22:33:50Z,0,124,0,9,605
16166
  CC-MAIN-2026-12,16356,17311,2518579025,160423110,49690237,2026-03-26T22:36:30Z,0,149,1,11,603
16167
  CC-MAIN-2026-12,16357,17310,2462878917,160130272,51228850,2026-03-26T22:39:20Z,111,134,1,10,589
16168
+ CC-MAIN-2026-12,16358,17722,2511915225,160017712,49590244,2026-03-26T22:42:00Z,120,148,2,12,588
16169
+ CC-MAIN-2026-12,16359,17567,2501661576,159594579,50367086,2026-03-26T22:43:17Z,99,145,2,0,580
16170
  CC-MAIN-2026-12,16400,17467,2441967623,166368137,52491487,2026-03-26T22:33:50Z,87,132,1,9,587
16171
  CC-MAIN-2026-12,16401,17564,2499359069,159534985,48473621,2026-03-26T22:36:30Z,0,147,1,11,605
16172
  CC-MAIN-2026-12,16402,17573,2495499537,157156882,48804028,2026-03-26T22:39:20Z,0,143,1,10,565
16173
+ CC-MAIN-2026-12,16403,17293,2477909193,161005769,48758957,2026-03-26T22:42:00Z,76,143,2,12,615
16174
+ CC-MAIN-2026-12,16404,17399,2489677680,161634605,49561591,2026-03-26T22:43:17Z,138,154,1,0,608
16175
  CC-MAIN-2026-12,16450,17559,2505605956,157831218,50417945,2026-03-26T22:33:50Z,85,135,0,9,593
16176
  CC-MAIN-2026-12,16451,17206,2465554639,158844073,48158555,2026-03-26T22:36:30Z,0,137,0,11,584
16177
  CC-MAIN-2026-12,16452,17630,2508433942,160186808,48683229,2026-03-26T22:39:20Z,136,146,2,10,580
16178
+ CC-MAIN-2026-12,16453,17255,2442040583,154170965,47846010,2026-03-26T22:42:00Z,0,146,1,12,606
16179
+ CC-MAIN-2026-12,16454,17534,2492098437,159857127,49538205,2026-03-26T22:43:17Z,82,155,1,0,607