tamnd commited on
Commit
28caadd
·
verified ·
1 Parent(s): 48e107d

Publish 6 shards CC-MAIN-2026-12/16838–17051

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 **288,222,855 documents across 16783 shards**. Processed 37.4 TB of raw HTML into 2.4 TB of clean Markdown — a **96.9% reduction**. We plan to add more snapshots over time.
36
 
37
  ### Live Progress
38
 
39
- Processing at **112.0 shards/hour** — 16,783 of 100,000 done (**16.78%**)
40
 
41
- Estimated completion: **April 27, 2026** (31 days)
42
 
43
  **Current server:** 6 CPU cores, 12 GB RAM (3.7 GB available), 98 GB disk free
44
 
45
  **Memory per session:** avg 579 MB, peak 799 MB (measured via VmRSS)
46
 
47
- **With 10 identical servers:** 1120 shards/hour → March 30, 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 16783 files of CC-MAIN-2026-12 (288,222,855 pages total), projected to the full crawl of 100,000 WARC files.
186
 
187
- | Stage | 16783 files (measured) | 100,000 files (projected) | Reduction |
188
  |---|---|---|---|
189
  | Raw WARC (.warc.gz, downloaded) | ~13.3 TB | ~79.2 TB | — |
190
  | HTML extracted (uncompressed) | 37.4 TB | ~222.6 TB | — |
191
  | Markdown (clean text) | 2.4 TB | ~6.8 TB | **-96.9%** vs HTML |
192
- | Final Parquet (Zstd) | 773.0 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 37.4 TB of uncompressed HTML down to 2.4 TB of markdown — a **96.9% reduction**. Parquet with Zstd then compresses the markdown a further 68.9%.
195
 
196
- End to end: ~13.3 TB of raw gzipped WARCs becomes **773.0 GB of Parquet** — a **94.3% total reduction** — containing 288,222,855 clean markdown documents.
197
 
198
  ### Processing Times
199
 
200
- Pipeline timings across 16783 shards of CC-MAIN-2026-12:
201
 
202
  ```
203
- Download (raw WARC) ██████████░░░░░░░░░░░░░░ 166h 0m 18s
204
- Convert (HTML → Markdown → Parquet) ████████████████████████ 397h 29m 6s
205
- Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ 62h 16m 7s
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 **288,326,611 documents across 16789 shards**. Processed 37.4 TB of raw HTML into 2.4 TB of clean Markdown — a **96.9% reduction**. We plan to add more snapshots over time.
36
 
37
  ### Live Progress
38
 
39
+ Processing at **124.0 shards/hour** — 16,789 of 100,000 done (**16.79%**)
40
 
41
+ Estimated completion: **April 24, 2026** (28 days)
42
 
43
  **Current server:** 6 CPU cores, 12 GB RAM (3.7 GB available), 98 GB disk free
44
 
45
  **Memory per session:** avg 579 MB, peak 799 MB (measured via VmRSS)
46
 
47
+ **With 10 identical servers:** 1240 shards/hour → March 30, 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
 
183
  ### Compression Ratios
184
 
185
+ Numbers below are actual measurements summed across all 16789 files of CC-MAIN-2026-12 (288,326,611 pages total), projected to the full crawl of 100,000 WARC files.
186
 
187
+ | Stage | 16789 files (measured) | 100,000 files (projected) | Reduction |
188
  |---|---|---|---|
189
  | Raw WARC (.warc.gz, downloaded) | ~13.3 TB | ~79.2 TB | — |
190
  | HTML extracted (uncompressed) | 37.4 TB | ~222.6 TB | — |
191
  | Markdown (clean text) | 2.4 TB | ~6.8 TB | **-96.9%** vs HTML |
192
+ | Final Parquet (Zstd) | 773.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 37.4 TB of uncompressed HTML down to 2.4 TB of markdown — a **96.9% reduction**. Parquet with Zstd then compresses the markdown a further 68.9%.
195
 
196
+ End to end: ~13.3 TB of raw gzipped WARCs becomes **773.3 GB of Parquet** — a **94.3% total reduction** — containing 288,326,611 clean markdown documents.
197
 
198
  ### Processing Times
199
 
200
+ Pipeline timings across 16789 shards of CC-MAIN-2026-12:
201
 
202
  ```
203
+ Download (raw WARC) ██████████░░░░░░░░░░░░░░ 166h 10m 24s
204
+ Convert (HTML → Markdown → Parquet) ████████████████████████ 397h 43m 33s
205
+ Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ 62h 16m 55s
206
  ```
207
 
208
  ### Dataset Charts
data/CC-MAIN-2026-12/01/68/016838.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f988a5ca4559ba4b264259b3d21b6d8e24f0fe147f30c4095786295405f1dd47
3
+ size 48875237
data/CC-MAIN-2026-12/01/68/016857.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a743ca01727ff4adf9055e3e06bdb9a646d567daab48b141e2236336416ca7
3
+ size 48222876
data/CC-MAIN-2026-12/01/69/016907.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e51403286d9458056861a305899cf6c720a919141416c4d7bc16fc83c681456
3
+ size 50014029
data/CC-MAIN-2026-12/01/69/016957.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c3bb022bb5e1a968b00c7d34b7ff2e1be9ac8dbcdc833f5818079988093e4c
3
+ size 49326822
data/CC-MAIN-2026-12/01/70/017002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bfe174a23d74910ff0fcf5dcf9be4dbe982e4b95ff3071e6e77ce1b8e1d072d
3
+ size 52084617
data/CC-MAIN-2026-12/01/70/017051.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:712708194f1f80c5235e49750b1ac8386301ff562b04fd47ebeef8252750ecb3
3
+ size 52458683
stats.csv CHANGED
@@ -16744,28 +16744,34 @@ CC-MAIN-2026-12,16833,17655,2541926941,166971654,51227321,2026-03-27T02:55:20Z,6
16744
  CC-MAIN-2026-12,16834,17756,2563465893,165145269,50936230,2026-03-27T02:55:20Z,68,97,1,7,607
16745
  CC-MAIN-2026-12,16835,17523,2490279996,161504038,49262037,2026-03-27T02:57:50Z,53,104,1,12,577
16746
  CC-MAIN-2026-12,16836,17799,2563340822,157387715,48853924,2026-03-27T03:00:30Z,83,136,1,10,605
16747
- CC-MAIN-2026-12,16837,17564,2521259634,165972097,50885867,2026-03-27T03:03:00Z,74,158,1,0,630
 
16748
  CC-MAIN-2026-12,16850,17397,2468415289,156924995,48102631,2026-03-27T02:50:00Z,143,70,0,12,567
16749
  CC-MAIN-2026-12,16851,17364,2462967825,161608417,51706245,2026-03-27T02:53:00Z,0,105,1,10,589
16750
  CC-MAIN-2026-12,16852,17414,2477056374,159597016,49538801,2026-03-27T02:55:20Z,77,102,0,7,622
16751
  CC-MAIN-2026-12,16853,17643,2524096721,163919662,50080957,2026-03-27T02:57:50Z,54,95,1,12,610
16752
  CC-MAIN-2026-12,16854,17474,2456042661,159408654,49928597,2026-03-27T02:57:50Z,49,115,2,12,585
16753
  CC-MAIN-2026-12,16855,17513,2483496313,157485872,49162369,2026-03-27T03:00:30Z,0,144,1,10,591
16754
- CC-MAIN-2026-12,16856,17780,2538013483,160790239,49705343,2026-03-27T03:03:00Z,75,160,1,0,610
 
16755
  CC-MAIN-2026-12,16900,17362,2465412775,161556961,49626630,2026-03-27T02:50:00Z,107,77,1,12,575
16756
  CC-MAIN-2026-12,16901,17418,2483204151,165178945,51117596,2026-03-27T02:53:00Z,0,106,1,10,615
16757
  CC-MAIN-2026-12,16902,17300,2484288660,164927791,50840842,2026-03-27T02:55:20Z,79,99,0,7,585
16758
  CC-MAIN-2026-12,16903,17567,2506964053,160204947,49003642,2026-03-27T02:55:20Z,63,92,0,7,590
16759
  CC-MAIN-2026-12,16904,17424,2468472405,164308553,51179438,2026-03-27T02:57:50Z,66,116,1,12,603
16760
  CC-MAIN-2026-12,16905,17813,2511031206,164386581,52151442,2026-03-27T03:00:30Z,116,130,2,10,598
16761
- CC-MAIN-2026-12,16906,17226,2433010265,158357360,49371825,2026-03-27T03:03:00Z,116,166,2,0,582
 
16762
  CC-MAIN-2026-12,16950,17397,2478956716,157235398,49044733,2026-03-27T02:50:00Z,73,67,0,12,558
16763
  CC-MAIN-2026-12,16951,17486,2493362296,164310308,51685278,2026-03-27T02:53:00Z,0,103,2,10,609
16764
  CC-MAIN-2026-12,16952,17519,2538205612,159705774,49147390,2026-03-27T02:55:20Z,86,101,0,7,573
16765
  CC-MAIN-2026-12,16953,17215,2431900908,156012519,48277015,2026-03-27T02:55:20Z,76,85,0,7,580
16766
  CC-MAIN-2026-12,16954,17244,2463695389,155369118,47840540,2026-03-27T02:57:50Z,55,107,1,12,595
16767
  CC-MAIN-2026-12,16955,17778,2517464323,161121636,50188964,2026-03-27T03:00:30Z,95,135,1,10,599
16768
- CC-MAIN-2026-12,16956,17508,2497163867,160158964,49382054,2026-03-27T03:03:00Z,0,158,1,0,587
 
16769
  CC-MAIN-2026-12,17000,17485,2463665933,162517869,50973324,2026-03-27T03:00:30Z,138,134,1,10,591
16770
- CC-MAIN-2026-12,17001,17298,2449670913,159146948,49533722,2026-03-27T03:03:00Z,116,162,1,0,589
16771
- CC-MAIN-2026-12,17050,17506,2473860375,165626666,51990507,2026-03-27T03:03:00Z,239,162,2,0,604
 
 
 
16744
  CC-MAIN-2026-12,16834,17756,2563465893,165145269,50936230,2026-03-27T02:55:20Z,68,97,1,7,607
16745
  CC-MAIN-2026-12,16835,17523,2490279996,161504038,49262037,2026-03-27T02:57:50Z,53,104,1,12,577
16746
  CC-MAIN-2026-12,16836,17799,2563340822,157387715,48853924,2026-03-27T03:00:30Z,83,136,1,10,605
16747
+ CC-MAIN-2026-12,16837,17564,2521259634,165972097,50885867,2026-03-27T03:03:00Z,74,158,1,8,630
16748
+ CC-MAIN-2026-12,16838,17472,2456132504,157118685,48875237,2026-03-27T03:05:30Z,68,146,1,0,601
16749
  CC-MAIN-2026-12,16850,17397,2468415289,156924995,48102631,2026-03-27T02:50:00Z,143,70,0,12,567
16750
  CC-MAIN-2026-12,16851,17364,2462967825,161608417,51706245,2026-03-27T02:53:00Z,0,105,1,10,589
16751
  CC-MAIN-2026-12,16852,17414,2477056374,159597016,49538801,2026-03-27T02:55:20Z,77,102,0,7,622
16752
  CC-MAIN-2026-12,16853,17643,2524096721,163919662,50080957,2026-03-27T02:57:50Z,54,95,1,12,610
16753
  CC-MAIN-2026-12,16854,17474,2456042661,159408654,49928597,2026-03-27T02:57:50Z,49,115,2,12,585
16754
  CC-MAIN-2026-12,16855,17513,2483496313,157485872,49162369,2026-03-27T03:00:30Z,0,144,1,10,591
16755
+ CC-MAIN-2026-12,16856,17780,2538013483,160790239,49705343,2026-03-27T03:03:00Z,75,160,1,8,610
16756
+ CC-MAIN-2026-12,16857,17346,2465325322,156851098,48222876,2026-03-27T03:05:30Z,76,136,2,0,584
16757
  CC-MAIN-2026-12,16900,17362,2465412775,161556961,49626630,2026-03-27T02:50:00Z,107,77,1,12,575
16758
  CC-MAIN-2026-12,16901,17418,2483204151,165178945,51117596,2026-03-27T02:53:00Z,0,106,1,10,615
16759
  CC-MAIN-2026-12,16902,17300,2484288660,164927791,50840842,2026-03-27T02:55:20Z,79,99,0,7,585
16760
  CC-MAIN-2026-12,16903,17567,2506964053,160204947,49003642,2026-03-27T02:55:20Z,63,92,0,7,590
16761
  CC-MAIN-2026-12,16904,17424,2468472405,164308553,51179438,2026-03-27T02:57:50Z,66,116,1,12,603
16762
  CC-MAIN-2026-12,16905,17813,2511031206,164386581,52151442,2026-03-27T03:00:30Z,116,130,2,10,598
16763
+ CC-MAIN-2026-12,16906,17226,2433010265,158357360,49371825,2026-03-27T03:03:00Z,116,166,2,8,582
16764
+ CC-MAIN-2026-12,16907,17312,2445299265,160155652,50014029,2026-03-27T03:05:30Z,104,141,0,0,595
16765
  CC-MAIN-2026-12,16950,17397,2478956716,157235398,49044733,2026-03-27T02:50:00Z,73,67,0,12,558
16766
  CC-MAIN-2026-12,16951,17486,2493362296,164310308,51685278,2026-03-27T02:53:00Z,0,103,2,10,609
16767
  CC-MAIN-2026-12,16952,17519,2538205612,159705774,49147390,2026-03-27T02:55:20Z,86,101,0,7,573
16768
  CC-MAIN-2026-12,16953,17215,2431900908,156012519,48277015,2026-03-27T02:55:20Z,76,85,0,7,580
16769
  CC-MAIN-2026-12,16954,17244,2463695389,155369118,47840540,2026-03-27T02:57:50Z,55,107,1,12,595
16770
  CC-MAIN-2026-12,16955,17778,2517464323,161121636,50188964,2026-03-27T03:00:30Z,95,135,1,10,599
16771
+ CC-MAIN-2026-12,16956,17508,2497163867,160158964,49382054,2026-03-27T03:03:00Z,0,158,1,8,587
16772
+ CC-MAIN-2026-12,16957,17094,2414384392,152192740,49326822,2026-03-27T03:05:30Z,121,146,1,0,600
16773
  CC-MAIN-2026-12,17000,17485,2463665933,162517869,50973324,2026-03-27T03:00:30Z,138,134,1,10,591
16774
+ CC-MAIN-2026-12,17001,17298,2449670913,159146948,49533722,2026-03-27T03:03:00Z,116,162,1,8,589
16775
+ CC-MAIN-2026-12,17002,17276,2445076296,166477561,52084617,2026-03-27T03:05:30Z,108,141,1,0,606
16776
+ CC-MAIN-2026-12,17050,17506,2473860375,165626666,51990507,2026-03-27T03:03:00Z,239,162,2,8,604
16777
+ CC-MAIN-2026-12,17051,17255,2480894553,172159178,52458683,2026-03-27T03:05:30Z,129,151,1,0,610