Publish 6 shards CC-MAIN-2026-12/32734–32756
Browse files- README.md +12 -12
- data/CC-MAIN-2026-12/03/27/032734.parquet +3 -0
- data/CC-MAIN-2026-12/03/27/032735.parquet +3 -0
- data/CC-MAIN-2026-12/03/27/032736.parquet +3 -0
- data/CC-MAIN-2026-12/03/27/032754.parquet +3 -0
- data/CC-MAIN-2026-12/03/27/032755.parquet +3 -0
- data/CC-MAIN-2026-12/03/27/032756.parquet +3 -0
- stats.csv +11 -5
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,
|
| 36 |
|
| 37 |
### Live Progress
|
| 38 |
|
| 39 |
-
Processing at **57.
|
| 40 |
|
| 41 |
-
Estimated completion: **May
|
| 42 |
|
| 43 |
-
**Current server:** 6 CPU cores, 12 GB RAM (
|
| 44 |
|
| 45 |
**Memory per session:** avg 578 MB, peak 799 MB (measured via VmRSS)
|
| 46 |
|
| 47 |
-
**With 10 identical servers:**
|
| 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
|
| 186 |
|
| 187 |
-
| Stage |
|
| 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 32622 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,
|
| 197 |
|
| 198 |
### Processing Times
|
| 199 |
|
| 200 |
-
Pipeline timings across
|
| 201 |
|
| 202 |
```
|
| 203 |
-
Download (raw WARC) █████████░░░░░░░░░░░░░░░ 288h
|
| 204 |
-
Convert (HTML → Markdown → Parquet) ████████████████████████ 694h
|
| 205 |
-
Publish (HuggingFace) █████░░░░░░░░░░░░░░░░░░░ 146h
|
| 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 **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 |
|
| 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 |
|
| 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
|
data/CC-MAIN-2026-12/03/27/032734.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:076d5db3e7253078edd93339e80365f5c59782f77f92103f9040ef406e1a5018
|
| 3 |
+
size 49722363
|
data/CC-MAIN-2026-12/03/27/032735.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce5664d7008992ff4fec5758e249e4f6de1f7b50a70e2546293aff4214a39d23
|
| 3 |
+
size 50264423
|
data/CC-MAIN-2026-12/03/27/032736.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7181cc9dacac0abe910c3fae5e7825482c04c8f4edd40301b32ffb13d9641e2
|
| 3 |
+
size 51455666
|
data/CC-MAIN-2026-12/03/27/032754.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46b33c15a48dbabc38bfc37938370b904680420d7cd97fbc8660abc759b592e2
|
| 3 |
+
size 51353318
|
data/CC-MAIN-2026-12/03/27/032755.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99b3c520932050aecf601d938fbef8e6f18f3a61ef09f21508e1721cfac1a350
|
| 3 |
+
size 50972891
|
data/CC-MAIN-2026-12/03/27/032756.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:549354b5306cf04fbda8a3c7187d459cd47f5dd02c27f5bc674527ca9c09f8d2
|
| 3 |
+
size 49641944
|
stats.csv
CHANGED
|
@@ -32614,10 +32614,16 @@ CC-MAIN-2026-12,32727,17500,2503665124,156171011,48392460,2026-04-04T20:28:53Z,2
|
|
| 32614 |
CC-MAIN-2026-12,32728,17461,2513720314,158568320,50362102,2026-04-04T20:28:53Z,24,39,0,15,583
|
| 32615 |
CC-MAIN-2026-12,32729,17634,2501568591,166510655,50886732,2026-04-04T20:31:13Z,26,43,0,23,582
|
| 32616 |
CC-MAIN-2026-12,32730,17630,2505714433,164398500,50900223,2026-04-04T20:31:13Z,0,61,0,23,586
|
| 32617 |
-
CC-MAIN-2026-12,32731,17501,2503327177,158559823,50013749,2026-04-04T20:34:23Z,46,53,1,
|
| 32618 |
-
CC-MAIN-2026-12,32732,17652,2563561313,162121445,49816869,2026-04-04T20:34:23Z,41,76,0,
|
| 32619 |
-
CC-MAIN-2026-12,32733,17354,2465046670,162525209,50307746,2026-04-04T20:34:23Z,39,73,0,
|
|
|
|
|
|
|
|
|
|
| 32620 |
CC-MAIN-2026-12,32750,17344,2511858756,160492183,51527230,2026-04-04T20:31:13Z,43,62,0,23,603
|
| 32621 |
CC-MAIN-2026-12,32751,17513,2508598722,159509166,49648927,2026-04-04T20:31:13Z,47,54,0,23,600
|
| 32622 |
-
CC-MAIN-2026-12,32752,17353,2503056294,167349410,52223351,2026-04-04T20:34:23Z,36,79,0,
|
| 32623 |
-
CC-MAIN-2026-12,32753,17428,2478542641,160720512,50495240,2026-04-04T20:34:23Z,37,71,0,
|
|
|
|
|
|
|
|
|
|
|
|
| 32614 |
CC-MAIN-2026-12,32728,17461,2513720314,158568320,50362102,2026-04-04T20:28:53Z,24,39,0,15,583
|
| 32615 |
CC-MAIN-2026-12,32729,17634,2501568591,166510655,50886732,2026-04-04T20:31:13Z,26,43,0,23,582
|
| 32616 |
CC-MAIN-2026-12,32730,17630,2505714433,164398500,50900223,2026-04-04T20:31:13Z,0,61,0,23,586
|
| 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
|