tamnd commited on
Commit
5c19c45
·
verified ·
1 Parent(s): 54a5934

Publish 6 shards CC-MAIN-2026-12/32737–32759

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 **562,999,690 documents across 32628 shards**. Processed 72.9 TB of raw HTML into 4.7 TB of clean Markdown — a **96.9% reduction**. We plan to add more snapshots over time.
36
 
37
  ### Live Progress
38
 
39
- Processing at **57.8 shards/hour** — 32,628 of 100,000 done (**32.63%**)
40
 
41
- Estimated completion: **May 23, 2026** (49 days)
42
 
43
- **Current server:** 6 CPU cores, 12 GB RAM (6.7 GB available), 62 GB disk free
44
 
45
  **Memory per session:** avg 578 MB, peak 799 MB (measured via VmRSS)
46
 
47
- **With 10 identical servers:** 578 shards/hour → April 9, 2026 (5 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,9 +182,9 @@ 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 32628 files of CC-MAIN-2026-12 (562,999,690 pages total), projected to the full crawl of 100,000 WARC files.
186
 
187
- | Stage | 32628 files (measured) | 100,000 files (projected) | Reduction |
188
  |---|---|---|---|
189
  | Raw WARC (.warc.gz, downloaded) | ~25.8 TB | ~79.2 TB | — |
190
  | HTML extracted (uncompressed) | 72.9 TB | ~223.4 TB | — |
@@ -193,16 +193,16 @@ Numbers below are actual measurements summed across all 32628 files of CC-MAIN-2
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 72.9 TB of uncompressed HTML down to 4.7 TB of markdown — a **96.9% reduction**. Parquet with Zstd then compresses the markdown a further 68.9%.
195
 
196
- End to end: ~25.8 TB of raw gzipped WARCs becomes **1.5 TB of Parquet** — a **94.3% total reduction** — containing 562,999,690 clean markdown documents.
197
 
198
  ### Processing Times
199
 
200
- Pipeline timings across 32628 shards of CC-MAIN-2026-12:
201
 
202
  ```
203
- Download (raw WARC) █████████░░░░░░░░░░░░░░░ 288h 56m 26s
204
- Convert (HTML → Markdown → Parquet) ████████████████████████ 694h 11m 21s
205
- Publish (HuggingFace) █████░░░░░░░░░░░░░░░░░░░ 146h 33m 54s
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 **563,104,474 documents across 32634 shards**. Processed 72.9 TB of raw HTML into 4.7 TB of clean Markdown — a **96.9% reduction**. We plan to add more snapshots over time.
36
 
37
  ### Live Progress
38
 
39
+ Processing at **58.2 shards/hour** — 32,634 of 100,000 done (**32.63%**)
40
 
41
+ Estimated completion: **May 23, 2026** (48 days)
42
 
43
+ **Current server:** 6 CPU cores, 12 GB RAM (7.1 GB available), 61 GB disk free
44
 
45
  **Memory per session:** avg 578 MB, peak 799 MB (measured via VmRSS)
46
 
47
+ **With 10 identical servers:** 582 shards/hour → April 9, 2026 (5 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 32634 files of CC-MAIN-2026-12 (563,104,474 pages total), projected to the full crawl of 100,000 WARC files.
186
 
187
+ | Stage | 32634 files (measured) | 100,000 files (projected) | Reduction |
188
  |---|---|---|---|
189
  | Raw WARC (.warc.gz, downloaded) | ~25.8 TB | ~79.2 TB | — |
190
  | HTML extracted (uncompressed) | 72.9 TB | ~223.4 TB | — |
 
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 72.9 TB of uncompressed HTML down to 4.7 TB of markdown — a **96.9% reduction**. Parquet with Zstd then compresses the markdown a further 68.9%.
195
 
196
+ End to end: ~25.8 TB of raw gzipped WARCs becomes **1.5 TB of Parquet** — a **94.3% total reduction** — containing 563,104,474 clean markdown documents.
197
 
198
  ### Processing Times
199
 
200
+ Pipeline timings across 32634 shards of CC-MAIN-2026-12:
201
 
202
  ```
203
+ Download (raw WARC) █████████░░░░░░░░░░░░░░░ 288h 59m 8s
204
+ Convert (HTML → Markdown → Parquet) ████████████████████████ 694h 19m 0s
205
+ Publish (HuggingFace) █████░░░░░░░░░░░░░░░░░░░ 146h 36m 42s
206
  ```
207
 
208
  ### Dataset Charts
data/CC-MAIN-2026-12/03/27/032737.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576a919d1127c8cc3298cb3f98f83a4a32b91c70be478d590f2ef6be0c461375
3
+ size 51751247
data/CC-MAIN-2026-12/03/27/032738.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e88e7486ae79bb0d848f852b5dadc42985062f1815be4f8575cd409659ecb5
3
+ size 49442312
data/CC-MAIN-2026-12/03/27/032739.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddbcd463b5ca8cfe4fbf0ca43c4eb75de8a56899f6d53df9c9107515bc212d53
3
+ size 51222282
data/CC-MAIN-2026-12/03/27/032757.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66eda917a272e82d4e9e6c6207fbb26f456c6e39faffe7ae4192f92f080c9964
3
+ size 51471721
data/CC-MAIN-2026-12/03/27/032758.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7dc385d4293c8629088a72117d58cac57a30ad262b78ee382748eb25753607c
3
+ size 48427807
data/CC-MAIN-2026-12/03/27/032759.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b08a21ebe503307e8f50d36aa99b44342281bd62e2f54a52d04d32779b3e5ccd
3
+ size 52750960
stats.csv CHANGED
@@ -32617,13 +32617,19 @@ CC-MAIN-2026-12,32730,17630,2505714433,164398500,50900223,2026-04-04T20:31:13Z,0
32617
  CC-MAIN-2026-12,32731,17501,2503327177,158559823,50013749,2026-04-04T20:34:23Z,46,53,1,25,582
32618
  CC-MAIN-2026-12,32732,17652,2563561313,162121445,49816869,2026-04-04T20:34:23Z,41,76,0,25,601
32619
  CC-MAIN-2026-12,32733,17354,2465046670,162525209,50307746,2026-04-04T20:34:23Z,39,73,0,25,579
32620
- CC-MAIN-2026-12,32734,17670,2515619804,159310121,49722363,2026-04-04T20:38:03Z,41,65,0,0,631
32621
- CC-MAIN-2026-12,32735,17423,2474535051,160095075,50264423,2026-04-04T20:38:03Z,39,74,0,0,587
32622
- CC-MAIN-2026-12,32736,17444,2460412352,163106165,51455666,2026-04-04T20:38:03Z,42,67,0,0,585
 
 
 
32623
  CC-MAIN-2026-12,32750,17344,2511858756,160492183,51527230,2026-04-04T20:31:13Z,43,62,0,23,603
32624
  CC-MAIN-2026-12,32751,17513,2508598722,159509166,49648927,2026-04-04T20:31:13Z,47,54,0,23,600
32625
  CC-MAIN-2026-12,32752,17353,2503056294,167349410,52223351,2026-04-04T20:34:23Z,36,79,0,25,567
32626
  CC-MAIN-2026-12,32753,17428,2478542641,160720512,50495240,2026-04-04T20:34:23Z,37,71,0,25,593
32627
- CC-MAIN-2026-12,32754,17605,2534859171,163181686,51353318,2026-04-04T20:38:03Z,44,67,0,0,595
32628
- CC-MAIN-2026-12,32755,17616,2465788612,162735078,50972891,2026-04-04T20:38:03Z,41,72,0,0,586
32629
- CC-MAIN-2026-12,32756,17767,2527068118,160327226,49641944,2026-04-04T20:38:03Z,49,67,0,0,581
 
 
 
 
32617
  CC-MAIN-2026-12,32731,17501,2503327177,158559823,50013749,2026-04-04T20:34:23Z,46,53,1,25,582
32618
  CC-MAIN-2026-12,32732,17652,2563561313,162121445,49816869,2026-04-04T20:34:23Z,41,76,0,25,601
32619
  CC-MAIN-2026-12,32733,17354,2465046670,162525209,50307746,2026-04-04T20:34:23Z,39,73,0,25,579
32620
+ CC-MAIN-2026-12,32734,17670,2515619804,159310121,49722363,2026-04-04T20:38:03Z,41,65,0,28,631
32621
+ CC-MAIN-2026-12,32735,17423,2474535051,160095075,50264423,2026-04-04T20:38:03Z,39,74,0,28,587
32622
+ CC-MAIN-2026-12,32736,17444,2460412352,163106165,51455666,2026-04-04T20:38:03Z,42,67,0,28,585
32623
+ CC-MAIN-2026-12,32737,17400,2487222501,164061132,51751247,2026-04-04T20:42:33Z,38,84,1,0,598
32624
+ CC-MAIN-2026-12,32738,17519,2500768711,157764548,49442312,2026-04-04T20:42:33Z,37,70,0,0,602
32625
+ CC-MAIN-2026-12,32739,17466,2502888294,162546495,51222282,2026-04-04T20:42:33Z,0,73,1,0,600
32626
  CC-MAIN-2026-12,32750,17344,2511858756,160492183,51527230,2026-04-04T20:31:13Z,43,62,0,23,603
32627
  CC-MAIN-2026-12,32751,17513,2508598722,159509166,49648927,2026-04-04T20:31:13Z,47,54,0,23,600
32628
  CC-MAIN-2026-12,32752,17353,2503056294,167349410,52223351,2026-04-04T20:34:23Z,36,79,0,25,567
32629
  CC-MAIN-2026-12,32753,17428,2478542641,160720512,50495240,2026-04-04T20:34:23Z,37,71,0,25,593
32630
+ CC-MAIN-2026-12,32754,17605,2534859171,163181686,51353318,2026-04-04T20:38:03Z,44,67,0,28,595
32631
+ CC-MAIN-2026-12,32755,17616,2465788612,162735078,50972891,2026-04-04T20:38:03Z,41,72,0,28,586
32632
+ CC-MAIN-2026-12,32756,17767,2527068118,160327226,49641944,2026-04-04T20:38:03Z,49,67,0,28,581
32633
+ CC-MAIN-2026-12,32757,17541,2480742308,161915225,51471721,2026-04-04T20:42:33Z,50,88,0,0,611
32634
+ CC-MAIN-2026-12,32758,17386,2445461534,155700778,48427807,2026-04-04T20:42:33Z,37,72,0,0,554
32635
+ CC-MAIN-2026-12,32759,17472,2498604513,166597771,52750960,2026-04-04T20:42:33Z,0,70,0,0,565