Publish 2 shards CC-MAIN-2026-08/03824–03894
Browse files- README.md +10 -10
- data/CC-MAIN-2026-08/03824.parquet +3 -0
- data/CC-MAIN-2026-08/03894.parquet +3 -0
- stats.csv +5 -3
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 **136,
|
| 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) | ~5.8 TB | ~83 TB | — |
|
| 172 |
| HTML extracted (uncompressed) | 16.5 TB | ~295 TB | — |
|
| 173 |
-
| Packed markdown WARC (.md.warc.gz) | ~288.
|
| 174 |
| Final Parquet (Zstd level 19) | 194.5 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 16.5 TB of uncompressed HTML down to 613.
|
| 177 |
|
| 178 |
-
End to end: ~5.8 TB of raw gzipped WARCs becomes **194.5 GB of Parquet** — a **96.7% total reduction** — containing 136,
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
-
Pipeline timings across
|
| 183 |
|
| 184 |
```
|
| 185 |
-
Download (raw WARC) ████████████████████████ total 490h
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 17h 27m 50s avg 8s
|
| 187 |
-
Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 112h 50m
|
| 188 |
-
Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 43h
|
| 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 **136,976,125 documents across 7344 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 7344 files of CC-MAIN-2026-08 (136,976,125 pages total), projected to the full crawl of 100,000 WARC files.
|
| 168 |
|
| 169 |
+
| Stage | 7344 files (measured) | 100,000 files (projected) | Reduction |
|
| 170 |
|---|---|---|---|
|
| 171 |
| Raw WARC (.warc.gz, downloaded) | ~5.8 TB | ~83 TB | — |
|
| 172 |
| HTML extracted (uncompressed) | 16.5 TB | ~295 TB | — |
|
| 173 |
+
| Packed markdown WARC (.md.warc.gz) | ~288.4 GB | ~3.7 TB | **-98.3%** vs HTML |
|
| 174 |
| Final Parquet (Zstd level 19) | 194.5 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 16.5 TB of uncompressed HTML down to 613.6 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: ~5.8 TB of raw gzipped WARCs becomes **194.5 GB of Parquet** — a **96.7% total reduction** — containing 136,976,125 clean markdown documents.
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
+
Pipeline timings across 7344 shards of CC-MAIN-2026-08:
|
| 183 |
|
| 184 |
```
|
| 185 |
+
Download (raw WARC) ████████████████████████ total 490h 8m 9s avg 4m 0s
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 17h 27m 50s avg 8s
|
| 187 |
+
Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 112h 50m 44s avg 55s
|
| 188 |
+
Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 43h 26m 45s avg 21s
|
| 189 |
```
|
| 190 |
|
| 191 |
### Dataset Charts
|
data/CC-MAIN-2026-08/03824.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0c39bff614ce7e4f3983f127ac81625e687612d65389a3970c2a5c91e92845c
|
| 3 |
+
size 30650259
|
data/CC-MAIN-2026-08/03894.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6d86ee2914b9b861f9750ae7819ca89585c792dc46e4053b289f5d65e79e7b1
|
| 3 |
+
size 29492773
|
stats.csv
CHANGED
|
@@ -3784,7 +3784,7 @@ CC-MAIN-2026-08,3780,19410,2570025021,95259821,29932495,2026-03-17T07:09:47Z,91,
|
|
| 3784 |
CC-MAIN-2026-08,3781,19404,2583276945,90583350,29653081,2026-03-17T05:36:02Z,214,0,41,47
|
| 3785 |
CC-MAIN-2026-08,3782,19839,2626486825,92610103,29440267,2026-03-17T05:38:32Z,117,0,31,14
|
| 3786 |
CC-MAIN-2026-08,3783,19443,2592219168,94732660,30118327,2026-03-17T05:42:32Z,167,0,26,18
|
| 3787 |
-
CC-MAIN-2026-08,3784,19465,2621875982,96366472,30346324,2026-03-17T07:36:47Z,94,0,19,
|
| 3788 |
CC-MAIN-2026-08,3785,19376,2576474028,97185069,30961486,2026-03-17T05:46:02Z,167,0,32,59
|
| 3789 |
CC-MAIN-2026-08,3786,19435,2566711179,94820562,30373142,2026-03-17T05:50:32Z,192,0,25,10
|
| 3790 |
CC-MAIN-2026-08,3787,19420,2596365494,93996847,29340119,2026-03-17T07:09:47Z,165,0,20,35
|
|
@@ -3824,6 +3824,7 @@ CC-MAIN-2026-08,3820,19415,2599650938,94917822,29531933,2026-03-17T07:27:47Z,112
|
|
| 3824 |
CC-MAIN-2026-08,3821,19345,2557247475,92085134,28980047,2026-03-17T05:38:32Z,226,0,29,14
|
| 3825 |
CC-MAIN-2026-08,3822,19462,2604747261,94467994,29503584,2026-03-17T05:40:47Z,120,0,24,13
|
| 3826 |
CC-MAIN-2026-08,3823,19552,2577501579,94141601,30275867,2026-03-17T05:42:32Z,162,0,24,18
|
|
|
|
| 3827 |
CC-MAIN-2026-08,3825,19327,2560690539,90342343,29049983,2026-03-17T05:48:47Z,180,0,22,5
|
| 3828 |
CC-MAIN-2026-08,3826,19365,2579907049,93665313,29676521,2026-03-17T05:50:32Z,187,0,21,10
|
| 3829 |
CC-MAIN-2026-08,3827,19387,2582003913,92297521,28789976,2026-03-17T05:53:02Z,157,0,22,32
|
|
@@ -3851,7 +3852,7 @@ CC-MAIN-2026-08,3852,19439,2606300625,99921094,30536511,2026-03-17T06:58:02Z,133
|
|
| 3851 |
CC-MAIN-2026-08,3853,19421,2600785460,95558432,29812564,2026-03-17T07:01:47Z,91,0,25,23
|
| 3852 |
CC-MAIN-2026-08,3854,19415,2580147551,97415893,31764437,2026-03-17T07:04:32Z,121,0,28,54
|
| 3853 |
CC-MAIN-2026-08,3855,19536,2614933792,94440391,30708513,2026-03-17T07:04:32Z,107,0,22,54
|
| 3854 |
-
CC-MAIN-2026-08,3856,19469,2539660070,89168307,28402396,2026-03-17T07:36:47Z,110,0,24,
|
| 3855 |
CC-MAIN-2026-08,3857,19572,2605718759,94764147,30438669,2026-03-17T07:09:47Z,155,0,30,35
|
| 3856 |
CC-MAIN-2026-08,3858,19557,2611361839,95428677,29726773,2026-03-17T07:13:17Z,117,0,26,30
|
| 3857 |
CC-MAIN-2026-08,3859,19663,2601629835,90661267,29135991,2026-03-17T07:13:17Z,109,0,22,30
|
|
@@ -3881,7 +3882,8 @@ CC-MAIN-2026-08,3887,19488,2580251210,92805330,29610039,2026-03-17T07:23:47Z,98,
|
|
| 3881 |
CC-MAIN-2026-08,3888,19618,2608547117,93048561,29627684,2026-03-17T07:27:47Z,106,0,22,5
|
| 3882 |
CC-MAIN-2026-08,3890,19360,2572825048,95051132,29779976,2026-03-17T07:29:47Z,177,0,22,15
|
| 3883 |
CC-MAIN-2026-08,3891,19416,2579000345,92498587,28615014,2026-03-17T07:34:02Z,175,0,21,22
|
| 3884 |
-
CC-MAIN-2026-08,3892,19421,2554750413,91508510,29167077,2026-03-17T07:36:47Z,137,0,17,
|
|
|
|
| 3885 |
CC-MAIN-2026-08,5000,19611,2544147305,91933944,29028493,2026-03-13T17:51:21Z,393,0,122,0
|
| 3886 |
CC-MAIN-2026-08,5001,19479,2584193920,98160035,30333909,2026-03-13T17:51:21Z,240,0,274,0
|
| 3887 |
CC-MAIN-2026-08,5002,19469,2581016243,91856903,29042422,2026-03-14T01:06:34Z,622,0,143,18
|
|
|
|
| 3784 |
CC-MAIN-2026-08,3781,19404,2583276945,90583350,29653081,2026-03-17T05:36:02Z,214,0,41,47
|
| 3785 |
CC-MAIN-2026-08,3782,19839,2626486825,92610103,29440267,2026-03-17T05:38:32Z,117,0,31,14
|
| 3786 |
CC-MAIN-2026-08,3783,19443,2592219168,94732660,30118327,2026-03-17T05:42:32Z,167,0,26,18
|
| 3787 |
+
CC-MAIN-2026-08,3784,19465,2621875982,96366472,30346324,2026-03-17T07:36:47Z,94,0,19,25
|
| 3788 |
CC-MAIN-2026-08,3785,19376,2576474028,97185069,30961486,2026-03-17T05:46:02Z,167,0,32,59
|
| 3789 |
CC-MAIN-2026-08,3786,19435,2566711179,94820562,30373142,2026-03-17T05:50:32Z,192,0,25,10
|
| 3790 |
CC-MAIN-2026-08,3787,19420,2596365494,93996847,29340119,2026-03-17T07:09:47Z,165,0,20,35
|
|
|
|
| 3824 |
CC-MAIN-2026-08,3821,19345,2557247475,92085134,28980047,2026-03-17T05:38:32Z,226,0,29,14
|
| 3825 |
CC-MAIN-2026-08,3822,19462,2604747261,94467994,29503584,2026-03-17T05:40:47Z,120,0,24,13
|
| 3826 |
CC-MAIN-2026-08,3823,19552,2577501579,94141601,30275867,2026-03-17T05:42:32Z,162,0,24,18
|
| 3827 |
+
CC-MAIN-2026-08,3824,19283,2544041167,96801455,30650259,2026-03-17T07:39:47Z,120,0,19,0
|
| 3828 |
CC-MAIN-2026-08,3825,19327,2560690539,90342343,29049983,2026-03-17T05:48:47Z,180,0,22,5
|
| 3829 |
CC-MAIN-2026-08,3826,19365,2579907049,93665313,29676521,2026-03-17T05:50:32Z,187,0,21,10
|
| 3830 |
CC-MAIN-2026-08,3827,19387,2582003913,92297521,28789976,2026-03-17T05:53:02Z,157,0,22,32
|
|
|
|
| 3852 |
CC-MAIN-2026-08,3853,19421,2600785460,95558432,29812564,2026-03-17T07:01:47Z,91,0,25,23
|
| 3853 |
CC-MAIN-2026-08,3854,19415,2580147551,97415893,31764437,2026-03-17T07:04:32Z,121,0,28,54
|
| 3854 |
CC-MAIN-2026-08,3855,19536,2614933792,94440391,30708513,2026-03-17T07:04:32Z,107,0,22,54
|
| 3855 |
+
CC-MAIN-2026-08,3856,19469,2539660070,89168307,28402396,2026-03-17T07:36:47Z,110,0,24,25
|
| 3856 |
CC-MAIN-2026-08,3857,19572,2605718759,94764147,30438669,2026-03-17T07:09:47Z,155,0,30,35
|
| 3857 |
CC-MAIN-2026-08,3858,19557,2611361839,95428677,29726773,2026-03-17T07:13:17Z,117,0,26,30
|
| 3858 |
CC-MAIN-2026-08,3859,19663,2601629835,90661267,29135991,2026-03-17T07:13:17Z,109,0,22,30
|
|
|
|
| 3882 |
CC-MAIN-2026-08,3888,19618,2608547117,93048561,29627684,2026-03-17T07:27:47Z,106,0,22,5
|
| 3883 |
CC-MAIN-2026-08,3890,19360,2572825048,95051132,29779976,2026-03-17T07:29:47Z,177,0,22,15
|
| 3884 |
CC-MAIN-2026-08,3891,19416,2579000345,92498587,28615014,2026-03-17T07:34:02Z,175,0,21,22
|
| 3885 |
+
CC-MAIN-2026-08,3892,19421,2554750413,91508510,29167077,2026-03-17T07:36:47Z,137,0,17,25
|
| 3886 |
+
CC-MAIN-2026-08,3894,19511,2544143299,92858896,29492773,2026-03-17T07:39:47Z,135,0,19,0
|
| 3887 |
CC-MAIN-2026-08,5000,19611,2544147305,91933944,29028493,2026-03-13T17:51:21Z,393,0,122,0
|
| 3888 |
CC-MAIN-2026-08,5001,19479,2584193920,98160035,30333909,2026-03-13T17:51:21Z,240,0,274,0
|
| 3889 |
CC-MAIN-2026-08,5002,19469,2581016243,91856903,29042422,2026-03-14T01:06:34Z,622,0,143,18
|