Publish shard CC-MAIN-2026-08/02156
Browse files- README.md +10 -10
- data/CC-MAIN-2026-08/02156.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -32,7 +32,7 @@ configs:
|
|
| 32 |
|
| 33 |
Open Index is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown using [trafilatura](https://github.com/adbar/trafilatura), and packages the result into Parquet files with full WARC metadata preserved.
|
| 34 |
|
| 35 |
-
The dataset currently includes crawl **CC-MAIN-2026-08** with **14,
|
| 36 |
|
| 37 |
Open Index is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
|
| 38 |
|
|
@@ -164,28 +164,28 @@ Empty conversions (pages where trafilatura could not extract meaningful content)
|
|
| 164 |
|
| 165 |
### Compression Ratios
|
| 166 |
|
| 167 |
-
Numbers below are actual measurements summed across all
|
| 168 |
|
| 169 |
-
| Stage |
|
| 170 |
|---|---|---|---|
|
| 171 |
-
| Raw WARC (.warc.gz, downloaded) | ~
|
| 172 |
| HTML extracted (uncompressed) | 1.8 TB | ~295 TB | — |
|
| 173 |
| Packed markdown WARC (.md.warc.gz) | ~31.6 GB | ~3.7 TB | **-98.3%** vs HTML |
|
| 174 |
| Final Parquet (Zstd level 19) | 21.4 GB | ~2.9 TB | **-32.4%** vs packed WARC |
|
| 175 |
|
| 176 |
-
The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 1.8 TB of uncompressed HTML down to 67.
|
| 177 |
|
| 178 |
-
End to end: ~
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
-
Pipeline timings across
|
| 183 |
|
| 184 |
```
|
| 185 |
-
Download (raw WARC) ████████████████████████ total 43h
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 8s
|
| 187 |
-
Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 9h 18m
|
| 188 |
-
Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h
|
| 189 |
```
|
| 190 |
|
| 191 |
### Dataset Charts
|
|
|
|
| 32 |
|
| 33 |
Open Index is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown using [trafilatura](https://github.com/adbar/trafilatura), and packages the result into Parquet files with full WARC metadata preserved.
|
| 34 |
|
| 35 |
+
The dataset currently includes crawl **CC-MAIN-2026-08** with **14,929,550 documents across 772 shards**. We plan to add more snapshots over time.
|
| 36 |
|
| 37 |
Open Index is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
|
| 38 |
|
|
|
|
| 164 |
|
| 165 |
### Compression Ratios
|
| 166 |
|
| 167 |
+
Numbers below are actual measurements summed across all 772 files of CC-MAIN-2026-08 (14,929,550 pages total), projected to the full crawl of 100,000 WARC files.
|
| 168 |
|
| 169 |
+
| Stage | 772 files (measured) | 100,000 files (projected) | Reduction |
|
| 170 |
|---|---|---|---|
|
| 171 |
+
| Raw WARC (.warc.gz, downloaded) | ~625.7 GB | ~83 TB | — |
|
| 172 |
| HTML extracted (uncompressed) | 1.8 TB | ~295 TB | — |
|
| 173 |
| Packed markdown WARC (.md.warc.gz) | ~31.6 GB | ~3.7 TB | **-98.3%** vs HTML |
|
| 174 |
| Final Parquet (Zstd level 19) | 21.4 GB | ~2.9 TB | **-32.4%** vs packed WARC |
|
| 175 |
|
| 176 |
+
The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 1.8 TB of uncompressed HTML down to 67.3 GB of markdown — a **98.3% reduction** — before any file-level compression is applied. Parquet with Zstd level 19 then compresses the markdown a further 68.2%.
|
| 177 |
|
| 178 |
+
End to end: ~625.7 GB of raw gzipped WARCs becomes **21.4 GB of Parquet** — a **96.6% total reduction** — containing 14,929,550 clean markdown documents.
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
+
Pipeline timings across 772 shards of CC-MAIN-2026-08:
|
| 183 |
|
| 184 |
```
|
| 185 |
+
Download (raw WARC) ████████████████████████ total 43h 31m 35s avg 3m 22s
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 8s
|
| 187 |
+
Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 9h 18m 36s avg 43s
|
| 188 |
+
Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 46m 47s avg 26s
|
| 189 |
```
|
| 190 |
|
| 191 |
### Dataset Charts
|
data/CC-MAIN-2026-08/02156.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4bab59feb50d910b8324e12b2fc5b047c6182dcbac94b9061563e59d1031d3c
|
| 3 |
+
size 30255289
|
stats.csv
CHANGED
|
@@ -666,6 +666,7 @@ CC-MAIN-2026-08,2125,19427,2585686106,95664309,29507764,2026-03-13T15:46:11Z,470
|
|
| 666 |
CC-MAIN-2026-08,2126,19604,2590610069,97476800,30121196,2026-03-13T15:50:56Z,210,0,66,25
|
| 667 |
CC-MAIN-2026-08,2127,19399,2549889958,95568982,29906356,2026-03-13T15:58:26Z,317,0,127,13
|
| 668 |
CC-MAIN-2026-08,2155,19658,2616939549,93318117,29726149,2026-03-13T17:14:26Z,334,0,48,15
|
|
|
|
| 669 |
CC-MAIN-2026-08,2301,19498,2589050373,94698511,30163652,2026-03-13T13:54:08Z,261,0,33,0
|
| 670 |
CC-MAIN-2026-08,2302,19595,2575185844,96075881,29961924,2026-03-13T14:00:40Z,280,0,112,0
|
| 671 |
CC-MAIN-2026-08,2303,19594,2612324314,94525336,29944034,2026-03-13T14:06:16Z,305,0,30,0
|
|
@@ -713,7 +714,7 @@ CC-MAIN-2026-08,2582,19563,2556513838,98156888,31148205,2026-03-13T15:37:54Z,617
|
|
| 713 |
CC-MAIN-2026-08,2583,19288,2578146937,96424818,29805976,2026-03-13T16:00:54Z,1319,0,71,13
|
| 714 |
CC-MAIN-2026-08,2584,19484,2553112375,97091387,30756815,2026-03-13T16:21:41Z,1206,0,56,11
|
| 715 |
CC-MAIN-2026-08,2614,19566,2581388744,91738092,29557124,2026-03-13T17:13:26Z,207,0,47,15
|
| 716 |
-
CC-MAIN-2026-08,2615,19805,2626737496,95131439,30207314,2026-03-13T17:17:25Z,208,0,34,
|
| 717 |
CC-MAIN-2026-08,2801,19800,2573332995,93935647,29781057,2026-03-13T12:36:24Z,480,0,24,0
|
| 718 |
CC-MAIN-2026-08,2802,19377,2552826046,96926255,30379332,2026-03-13T12:44:04Z,402,0,56,0
|
| 719 |
CC-MAIN-2026-08,2810,19479,2567872535,94762671,29742907,2026-03-13T14:03:56Z,0,0,0,4
|
|
|
|
| 666 |
CC-MAIN-2026-08,2126,19604,2590610069,97476800,30121196,2026-03-13T15:50:56Z,210,0,66,25
|
| 667 |
CC-MAIN-2026-08,2127,19399,2549889958,95568982,29906356,2026-03-13T15:58:26Z,317,0,127,13
|
| 668 |
CC-MAIN-2026-08,2155,19658,2616939549,93318117,29726149,2026-03-13T17:14:26Z,334,0,48,15
|
| 669 |
+
CC-MAIN-2026-08,2156,19927,2657322438,97174427,30255289,2026-03-13T17:18:25Z,183,0,25,0
|
| 670 |
CC-MAIN-2026-08,2301,19498,2589050373,94698511,30163652,2026-03-13T13:54:08Z,261,0,33,0
|
| 671 |
CC-MAIN-2026-08,2302,19595,2575185844,96075881,29961924,2026-03-13T14:00:40Z,280,0,112,0
|
| 672 |
CC-MAIN-2026-08,2303,19594,2612324314,94525336,29944034,2026-03-13T14:06:16Z,305,0,30,0
|
|
|
|
| 714 |
CC-MAIN-2026-08,2583,19288,2578146937,96424818,29805976,2026-03-13T16:00:54Z,1319,0,71,13
|
| 715 |
CC-MAIN-2026-08,2584,19484,2553112375,97091387,30756815,2026-03-13T16:21:41Z,1206,0,56,11
|
| 716 |
CC-MAIN-2026-08,2614,19566,2581388744,91738092,29557124,2026-03-13T17:13:26Z,207,0,47,15
|
| 717 |
+
CC-MAIN-2026-08,2615,19805,2626737496,95131439,30207314,2026-03-13T17:17:25Z,208,0,34,54
|
| 718 |
CC-MAIN-2026-08,2801,19800,2573332995,93935647,29781057,2026-03-13T12:36:24Z,480,0,24,0
|
| 719 |
CC-MAIN-2026-08,2802,19377,2552826046,96926255,30379332,2026-03-13T12:44:04Z,402,0,56,0
|
| 720 |
CC-MAIN-2026-08,2810,19479,2567872535,94762671,29742907,2026-03-13T14:03:56Z,0,0,0,4
|