Publish 2 shards CC-MAIN-2026-08/05180–06409
Browse files- README.md +10 -10
- data/CC-MAIN-2026-08/05180.parquet +3 -0
- data/CC-MAIN-2026-08/06409.parquet +3 -0
- stats.csv +3 -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 **49,
|
| 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) | ~2.0 TB | ~83 TB | — |
|
| 172 |
| HTML extracted (uncompressed) | 5.9 TB | ~295 TB | — |
|
| 173 |
-
| Packed markdown WARC (.md.warc.gz) | ~103.
|
| 174 |
| Final Parquet (Zstd level 19) | 70.0 GB | ~2.9 TB | **-32.5%** 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 5.9 TB of uncompressed HTML down to 220.
|
| 177 |
|
| 178 |
-
End to end: ~2.0 TB of raw gzipped WARCs becomes **70.0 GB of Parquet** — a **96.6% total reduction** — containing 49,
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
-
Pipeline timings across
|
| 183 |
|
| 184 |
```
|
| 185 |
-
Download (raw WARC) ████████████████████████ total 218h
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 12h 57m 19s avg 18s
|
| 187 |
-
Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 56h
|
| 188 |
-
Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 19h
|
| 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 **49,106,746 documents across 2534 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 2534 files of CC-MAIN-2026-08 (49,106,746 pages total), projected to the full crawl of 100,000 WARC files.
|
| 168 |
|
| 169 |
+
| Stage | 2534 files (measured) | 100,000 files (projected) | Reduction |
|
| 170 |
|---|---|---|---|
|
| 171 |
| Raw WARC (.warc.gz, downloaded) | ~2.0 TB | ~83 TB | — |
|
| 172 |
| HTML extracted (uncompressed) | 5.9 TB | ~295 TB | — |
|
| 173 |
+
| Packed markdown WARC (.md.warc.gz) | ~103.8 GB | ~3.7 TB | **-98.3%** vs HTML |
|
| 174 |
| Final Parquet (Zstd level 19) | 70.0 GB | ~2.9 TB | **-32.5%** 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 5.9 TB of uncompressed HTML down to 220.9 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.3%.
|
| 177 |
|
| 178 |
+
End to end: ~2.0 TB of raw gzipped WARCs becomes **70.0 GB of Parquet** — a **96.6% total reduction** — containing 49,106,746 clean markdown documents.
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
+
Pipeline timings across 2534 shards of CC-MAIN-2026-08:
|
| 183 |
|
| 184 |
```
|
| 185 |
+
Download (raw WARC) ████████████████████████ total 218h 56m 54s avg 5m 11s
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 12h 57m 19s avg 18s
|
| 187 |
+
Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 56h 34m 3s avg 1m 20s
|
| 188 |
+
Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 19h 14m 31s avg 27s
|
| 189 |
```
|
| 190 |
|
| 191 |
### Dataset Charts
|
data/CC-MAIN-2026-08/05180.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e613a2c943fb42223f70aab3b308c46c3052de29e894ec76de68b8a4714418a9
|
| 3 |
+
size 29300971
|
data/CC-MAIN-2026-08/06409.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:233eea9f9dca5cf15c18b990e6e8f4c698ce7fe3281a18467ce8ca95c6c43169
|
| 3 |
+
size 29996046
|
stats.csv
CHANGED
|
@@ -1679,6 +1679,7 @@ CC-MAIN-2026-08,5176,19357,2545788301,92111757,29486528,2026-03-14T16:59:11Z,213
|
|
| 1679 |
CC-MAIN-2026-08,5177,19459,2567873093,90620270,28856616,2026-03-14T17:02:48Z,224,0,55,67
|
| 1680 |
CC-MAIN-2026-08,5178,19545,2605531439,93890256,29444387,2026-03-14T17:07:21Z,234,0,38,53
|
| 1681 |
CC-MAIN-2026-08,5179,19444,2609051511,95407127,30404662,2026-03-14T17:13:16Z,270,0,47,57
|
|
|
|
| 1682 |
CC-MAIN-2026-08,5243,19893,2626328731,92220655,29208053,2026-03-14T01:06:34Z,191,0,29,18
|
| 1683 |
CC-MAIN-2026-08,5244,19395,2572365544,91755759,29356531,2026-03-14T01:19:12Z,222,0,24,0
|
| 1684 |
CC-MAIN-2026-08,5245,19207,2511351197,90003358,28938970,2026-03-14T01:19:12Z,193,0,22,0
|
|
@@ -2029,7 +2030,7 @@ CC-MAIN-2026-08,5652,19555,2556297629,90501202,27819346,2026-03-14T16:59:11Z,232
|
|
| 2029 |
CC-MAIN-2026-08,5653,19654,2603298676,97270159,30312632,2026-03-14T17:01:29Z,259,0,53,28
|
| 2030 |
CC-MAIN-2026-08,5654,19772,2626846707,98354434,31092319,2026-03-14T17:06:11Z,274,0,59,34
|
| 2031 |
CC-MAIN-2026-08,5655,19662,2600051838,92228139,30371167,2026-03-14T17:12:03Z,280,0,62,15
|
| 2032 |
-
CC-MAIN-2026-08,5656,19491,2583060798,95241906,31065442,2026-03-14T17:17:33Z,254,0,77,
|
| 2033 |
CC-MAIN-2026-08,5750,19225,2531219062,93360327,29455068,2026-03-13T17:51:21Z,513,0,55,0
|
| 2034 |
CC-MAIN-2026-08,5751,19431,2573138837,92349969,28828674,2026-03-14T01:06:35Z,813,0,172,18
|
| 2035 |
CC-MAIN-2026-08,5752,19419,2563830903,92043031,29138030,2026-03-14T01:06:35Z,563,0,128,18
|
|
@@ -2532,3 +2533,4 @@ CC-MAIN-2026-08,6405,19226,2541023824,96084202,30471499,2026-03-14T16:59:11Z,213
|
|
| 2532 |
CC-MAIN-2026-08,6406,19384,2542661384,94780678,30835494,2026-03-14T17:01:29Z,249,0,60,28
|
| 2533 |
CC-MAIN-2026-08,6407,19372,2588362401,88540285,28499419,2026-03-14T17:07:21Z,267,0,56,53
|
| 2534 |
CC-MAIN-2026-08,6408,19474,2581632506,90742834,28736783,2026-03-14T17:12:19Z,290,0,52,55
|
|
|
|
|
|
| 1679 |
CC-MAIN-2026-08,5177,19459,2567873093,90620270,28856616,2026-03-14T17:02:48Z,224,0,55,67
|
| 1680 |
CC-MAIN-2026-08,5178,19545,2605531439,93890256,29444387,2026-03-14T17:07:21Z,234,0,38,53
|
| 1681 |
CC-MAIN-2026-08,5179,19444,2609051511,95407127,30404662,2026-03-14T17:13:16Z,270,0,47,57
|
| 1682 |
+
CC-MAIN-2026-08,5180,19394,2562339533,92252404,29300971,2026-03-14T17:18:22Z,264,0,52,0
|
| 1683 |
CC-MAIN-2026-08,5243,19893,2626328731,92220655,29208053,2026-03-14T01:06:34Z,191,0,29,18
|
| 1684 |
CC-MAIN-2026-08,5244,19395,2572365544,91755759,29356531,2026-03-14T01:19:12Z,222,0,24,0
|
| 1685 |
CC-MAIN-2026-08,5245,19207,2511351197,90003358,28938970,2026-03-14T01:19:12Z,193,0,22,0
|
|
|
|
| 2030 |
CC-MAIN-2026-08,5653,19654,2603298676,97270159,30312632,2026-03-14T17:01:29Z,259,0,53,28
|
| 2031 |
CC-MAIN-2026-08,5654,19772,2626846707,98354434,31092319,2026-03-14T17:06:11Z,274,0,59,34
|
| 2032 |
CC-MAIN-2026-08,5655,19662,2600051838,92228139,30371167,2026-03-14T17:12:03Z,280,0,62,15
|
| 2033 |
+
CC-MAIN-2026-08,5656,19491,2583060798,95241906,31065442,2026-03-14T17:17:33Z,254,0,77,48
|
| 2034 |
CC-MAIN-2026-08,5750,19225,2531219062,93360327,29455068,2026-03-13T17:51:21Z,513,0,55,0
|
| 2035 |
CC-MAIN-2026-08,5751,19431,2573138837,92349969,28828674,2026-03-14T01:06:35Z,813,0,172,18
|
| 2036 |
CC-MAIN-2026-08,5752,19419,2563830903,92043031,29138030,2026-03-14T01:06:35Z,563,0,128,18
|
|
|
|
| 2533 |
CC-MAIN-2026-08,6406,19384,2542661384,94780678,30835494,2026-03-14T17:01:29Z,249,0,60,28
|
| 2534 |
CC-MAIN-2026-08,6407,19372,2588362401,88540285,28499419,2026-03-14T17:07:21Z,267,0,56,53
|
| 2535 |
CC-MAIN-2026-08,6408,19474,2581632506,90742834,28736783,2026-03-14T17:12:19Z,290,0,52,55
|
| 2536 |
+
CC-MAIN-2026-08,6409,19308,2554804646,96544205,29996046,2026-03-14T17:18:22Z,268,0,57,0
|