Publish 2 shards CC-MAIN-2026-08/02824–03086
Browse files- README.md +11 -11
- data/CC-MAIN-2026-08/02824.parquet +3 -0
- data/CC-MAIN-2026-08/03086.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 **13,
|
| 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.7 TB | ~295 TB | — |
|
| 173 |
| Packed markdown WARC (.md.warc.gz) | ~29.5 GB | ~3.7 TB | **-98.3%** vs HTML |
|
| 174 |
-
| Final Parquet (Zstd level 19) |
|
| 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.7 TB of uncompressed HTML down to 62.
|
| 177 |
|
| 178 |
-
End to end: ~
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
-
Pipeline timings across
|
| 183 |
|
| 184 |
```
|
| 185 |
-
Download (raw WARC) ████████████████████████ total
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 9s
|
| 187 |
-
Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 8h
|
| 188 |
-
Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 27m
|
| 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 **13,936,389 documents across 721 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 721 files of CC-MAIN-2026-08 (13,936,389 pages total), projected to the full crawl of 100,000 WARC files.
|
| 168 |
|
| 169 |
+
| Stage | 721 files (measured) | 100,000 files (projected) | Reduction |
|
| 170 |
|---|---|---|---|
|
| 171 |
+
| Raw WARC (.warc.gz, downloaded) | ~584.4 GB | ~83 TB | — |
|
| 172 |
| HTML extracted (uncompressed) | 1.7 TB | ~295 TB | — |
|
| 173 |
| Packed markdown WARC (.md.warc.gz) | ~29.5 GB | ~3.7 TB | **-98.3%** vs HTML |
|
| 174 |
+
| Final Parquet (Zstd level 19) | 20.0 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.7 TB of uncompressed HTML down to 62.8 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: ~584.4 GB of raw gzipped WARCs becomes **20.0 GB of Parquet** — a **96.6% total reduction** — containing 13,936,389 clean markdown documents.
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
+
Pipeline timings across 721 shards of CC-MAIN-2026-08:
|
| 183 |
|
| 184 |
```
|
| 185 |
+
Download (raw WARC) ████████████████████████ total 39h 9m 22s avg 3m 15s
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 9s
|
| 187 |
+
Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 8h 36m 34s avg 42s
|
| 188 |
+
Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 27m 37s avg 27s
|
| 189 |
```
|
| 190 |
|
| 191 |
### Dataset Charts
|
data/CC-MAIN-2026-08/02824.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdfefd92d0445708d39f8b1bd2058945ba498a85cb95f4f4b965cc7f81d8b7a3
|
| 3 |
+
size 29727470
|
data/CC-MAIN-2026-08/03086.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f27549662c91cfc7ef2a2db6dbc4e9cc3796b03be10ac0eb7323cca4411a8aaf
|
| 3 |
+
size 29475254
|
stats.csv
CHANGED
|
@@ -630,7 +630,7 @@ CC-MAIN-2026-08,2121,19412,2545207854,95623911,30893827,2026-03-13T15:08:51Z,242
|
|
| 630 |
CC-MAIN-2026-08,2122,19554,2589799358,96290979,30514107,2026-03-13T15:21:56Z,489,0,47,4
|
| 631 |
CC-MAIN-2026-08,2123,19351,2583952444,90760742,29025397,2026-03-13T15:26:19Z,472,0,44,19
|
| 632 |
CC-MAIN-2026-08,2124,19507,2598213424,95309823,30481471,2026-03-13T15:37:22Z,577,0,83,13
|
| 633 |
-
CC-MAIN-2026-08,2125,19427,2585686106,95664309,29507764,2026-03-13T15:46:11Z,470,0,65,
|
| 634 |
CC-MAIN-2026-08,2301,19498,2589050373,94698511,30163652,2026-03-13T13:54:08Z,261,0,33,0
|
| 635 |
CC-MAIN-2026-08,2302,19595,2575185844,96075881,29961924,2026-03-13T14:00:40Z,280,0,112,0
|
| 636 |
CC-MAIN-2026-08,2303,19594,2612324314,94525336,29944034,2026-03-13T14:06:16Z,305,0,30,0
|
|
@@ -690,6 +690,7 @@ CC-MAIN-2026-08,2819,19436,2574580835,91183036,29202370,2026-03-13T14:58:53Z,371
|
|
| 690 |
CC-MAIN-2026-08,2820,19719,2635826941,96710130,29727441,2026-03-13T15:08:51Z,248,0,45,9
|
| 691 |
CC-MAIN-2026-08,2821,19725,2635619645,94485743,29377814,2026-03-13T15:21:56Z,448,0,68,4
|
| 692 |
CC-MAIN-2026-08,2823,19503,2580429353,97193705,30608986,2026-03-13T15:37:00Z,534,0,96,13
|
|
|
|
| 693 |
CC-MAIN-2026-08,3051,19591,2590387140,91599959,29213641,2026-03-13T12:27:59Z,0,0,0,5
|
| 694 |
CC-MAIN-2026-08,3052,19289,2581535769,95779278,29412368,2026-03-13T12:27:59Z,0,0,0,5
|
| 695 |
CC-MAIN-2026-08,3053,19208,2553598556,93105627,29687407,2026-03-13T12:27:59Z,0,0,0,5
|
|
@@ -715,6 +716,7 @@ CC-MAIN-2026-08,3082,19480,2614688097,92409735,29723123,2026-03-13T15:09:35Z,298
|
|
| 715 |
CC-MAIN-2026-08,3083,19720,2623782063,92794341,29094202,2026-03-13T15:21:56Z,433,0,53,4
|
| 716 |
CC-MAIN-2026-08,3084,19350,2574789114,95945365,30315303,2026-03-13T15:26:19Z,478,0,54,19
|
| 717 |
CC-MAIN-2026-08,3085,19502,2615108148,98511343,30731109,2026-03-13T15:37:54Z,628,0,46,9
|
|
|
|
| 718 |
CC-MAIN-2026-08,3551,19488,2583454997,93104559,29560362,2026-03-13T12:14:48Z,219,0,44,0
|
| 719 |
CC-MAIN-2026-08,3552,19589,2622893447,95992637,29462588,2026-03-13T12:17:56Z,162,0,24,0
|
| 720 |
CC-MAIN-2026-08,3553,19595,2591041524,96226434,30415440,2026-03-13T12:21:13Z,166,0,31,0
|
|
|
|
| 630 |
CC-MAIN-2026-08,2122,19554,2589799358,96290979,30514107,2026-03-13T15:21:56Z,489,0,47,4
|
| 631 |
CC-MAIN-2026-08,2123,19351,2583952444,90760742,29025397,2026-03-13T15:26:19Z,472,0,44,19
|
| 632 |
CC-MAIN-2026-08,2124,19507,2598213424,95309823,30481471,2026-03-13T15:37:22Z,577,0,83,13
|
| 633 |
+
CC-MAIN-2026-08,2125,19427,2585686106,95664309,29507764,2026-03-13T15:46:11Z,470,0,65,14
|
| 634 |
CC-MAIN-2026-08,2301,19498,2589050373,94698511,30163652,2026-03-13T13:54:08Z,261,0,33,0
|
| 635 |
CC-MAIN-2026-08,2302,19595,2575185844,96075881,29961924,2026-03-13T14:00:40Z,280,0,112,0
|
| 636 |
CC-MAIN-2026-08,2303,19594,2612324314,94525336,29944034,2026-03-13T14:06:16Z,305,0,30,0
|
|
|
|
| 690 |
CC-MAIN-2026-08,2820,19719,2635826941,96710130,29727441,2026-03-13T15:08:51Z,248,0,45,9
|
| 691 |
CC-MAIN-2026-08,2821,19725,2635619645,94485743,29377814,2026-03-13T15:21:56Z,448,0,68,4
|
| 692 |
CC-MAIN-2026-08,2823,19503,2580429353,97193705,30608986,2026-03-13T15:37:00Z,534,0,96,13
|
| 693 |
+
CC-MAIN-2026-08,2824,19187,2537556792,92083965,29727470,2026-03-13T15:46:33Z,498,0,62,0
|
| 694 |
CC-MAIN-2026-08,3051,19591,2590387140,91599959,29213641,2026-03-13T12:27:59Z,0,0,0,5
|
| 695 |
CC-MAIN-2026-08,3052,19289,2581535769,95779278,29412368,2026-03-13T12:27:59Z,0,0,0,5
|
| 696 |
CC-MAIN-2026-08,3053,19208,2553598556,93105627,29687407,2026-03-13T12:27:59Z,0,0,0,5
|
|
|
|
| 716 |
CC-MAIN-2026-08,3083,19720,2623782063,92794341,29094202,2026-03-13T15:21:56Z,433,0,53,4
|
| 717 |
CC-MAIN-2026-08,3084,19350,2574789114,95945365,30315303,2026-03-13T15:26:19Z,478,0,54,19
|
| 718 |
CC-MAIN-2026-08,3085,19502,2615108148,98511343,30731109,2026-03-13T15:37:54Z,628,0,46,9
|
| 719 |
+
CC-MAIN-2026-08,3086,19458,2585696981,92271181,29475254,2026-03-13T15:46:33Z,462,0,66,0
|
| 720 |
CC-MAIN-2026-08,3551,19488,2583454997,93104559,29560362,2026-03-13T12:14:48Z,219,0,44,0
|
| 721 |
CC-MAIN-2026-08,3552,19589,2622893447,95992637,29462588,2026-03-13T12:17:56Z,162,0,24,0
|
| 722 |
CC-MAIN-2026-08,3553,19595,2591041524,96226434,30415440,2026-03-13T12:21:13Z,166,0,31,0
|