tamnd commited on
Commit
5b78935
·
verified ·
1 Parent(s): b027dc6

Publish 2 shards CC-MAIN-2026-08/05430–05924

Browse files
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,242,846 documents across 2541 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,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 2541 files of CC-MAIN-2026-08 (49,242,846 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 2541 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) | ~104.1 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 70.2 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 221.5 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.2 GB of Parquet** — a **96.6% total reduction** — containing 49,242,846 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 2541 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 219h 28m 33s avg 5m 10s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 12h 57m 19s avg 18s
187
- Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 56h 40m 12s avg 1m 20s
188
- Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 19h 19m 17s avg 27s
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,281,459 documents across 2543 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 2543 files of CC-MAIN-2026-08 (49,281,459 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 2543 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) | ~104.2 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 70.3 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 221.7 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.3 GB of Parquet** — a **96.6% total reduction** — containing 49,281,459 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 2543 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 219h 38m 12s avg 5m 10s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 12h 57m 19s avg 18s
187
+ Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 56h 41m 54s avg 1m 20s
188
+ Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 19h 21m 5s avg 27s
189
  ```
190
 
191
  ### Dataset Charts
charts/timing_chart.png CHANGED

Git LFS Details

  • SHA256: 6cb526e9dad3765fb216b51517f16be6a25b83e2447a29035f21d0e732894330
  • Pointer size: 130 Bytes
  • Size of remote file: 84 kB

Git LFS Details

  • SHA256: bbc5b63d41e68f377ff7cabeea3640532459326c9c6204d35f7d007c3d11e6d7
  • Pointer size: 130 Bytes
  • Size of remote file: 84.9 kB
charts/totals_chart.png CHANGED

Git LFS Details

  • SHA256: 7d9e10536d2ff6f2db689abcef1d99d370159b2b013088cb908fc9ce28ff5fe0
  • Pointer size: 130 Bytes
  • Size of remote file: 78.1 kB

Git LFS Details

  • SHA256: 7e8b61cc7fe0ecf777e6cb0c7bb1d6dc5012850af13cd49e695a9e2bfc5a8e16
  • Pointer size: 130 Bytes
  • Size of remote file: 78 kB
data/CC-MAIN-2026-08/05430.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2668c0e6b876c9a5d5d35c1cdc6d912fd88ffd767dc452eb3509f8da3a3186f8
3
+ size 29567047
data/CC-MAIN-2026-08/05924.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d7a38bc27c52a40a21d44b62c874a6718ed67878989e544ba8e307f59a770b0
3
+ size 29646289
stats.csv CHANGED
@@ -1680,7 +1680,7 @@ CC-MAIN-2026-08,5177,19459,2567873093,90620270,28856616,2026-03-14T17:02:48Z,224
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,30
1683
- CC-MAIN-2026-08,5181,19419,2545758497,96020702,29540093,2026-03-14T17:24:20Z,321,0,49,0
1684
  CC-MAIN-2026-08,5243,19893,2626328731,92220655,29208053,2026-03-14T01:06:34Z,191,0,29,18
1685
  CC-MAIN-2026-08,5244,19395,2572365544,91755759,29356531,2026-03-14T01:19:12Z,222,0,24,0
1686
  CC-MAIN-2026-08,5245,19207,2511351197,90003358,28938970,2026-03-14T01:19:12Z,193,0,22,0
@@ -1868,6 +1868,7 @@ CC-MAIN-2026-08,5426,19324,2584747862,95302503,29739381,2026-03-14T17:05:33Z,266
1868
  CC-MAIN-2026-08,5427,19592,2607413413,94493352,30576986,2026-03-14T17:10:46Z,218,0,84,26
1869
  CC-MAIN-2026-08,5428,19503,2578508339,91813650,29390477,2026-03-14T17:15:33Z,235,0,64,15
1870
  CC-MAIN-2026-08,5429,19548,2594907917,96706876,30323087,2026-03-14T17:20:17Z,252,0,38,82
 
1871
  CC-MAIN-2026-08,5492,19488,2577487663,95676086,30636918,2026-03-14T01:06:35Z,267,0,18,18
1872
  CC-MAIN-2026-08,5493,19631,2592234390,91001440,28842612,2026-03-14T01:19:12Z,181,0,28,0
1873
  CC-MAIN-2026-08,5494,19345,2580777219,94618705,30365899,2026-03-14T01:19:12Z,155,0,49,0
@@ -2033,7 +2034,7 @@ CC-MAIN-2026-08,5653,19654,2603298676,97270159,30312632,2026-03-14T17:01:29Z,259
2033
  CC-MAIN-2026-08,5654,19772,2626846707,98354434,31092319,2026-03-14T17:06:11Z,274,0,59,34
2034
  CC-MAIN-2026-08,5655,19662,2600051838,92228139,30371167,2026-03-14T17:12:03Z,280,0,62,15
2035
  CC-MAIN-2026-08,5656,19491,2583060798,95241906,31065442,2026-03-14T17:17:33Z,254,0,77,48
2036
- CC-MAIN-2026-08,5657,19450,2567215784,91331933,28892663,2026-03-14T17:24:20Z,313,0,56,0
2037
  CC-MAIN-2026-08,5750,19225,2531219062,93360327,29455068,2026-03-13T17:51:21Z,513,0,55,0
2038
  CC-MAIN-2026-08,5751,19431,2573138837,92349969,28828674,2026-03-14T01:06:35Z,813,0,172,18
2039
  CC-MAIN-2026-08,5752,19419,2563830903,92043031,29138030,2026-03-14T01:06:35Z,563,0,128,18
@@ -2208,6 +2209,7 @@ CC-MAIN-2026-08,5920,19183,2492222224,92123793,28707175,2026-03-14T17:06:11Z,288
2208
  CC-MAIN-2026-08,5921,19622,2597268848,98333770,30939475,2026-03-14T17:11:13Z,228,0,82,13
2209
  CC-MAIN-2026-08,5922,19503,2556254241,94888504,29563254,2026-03-14T17:15:49Z,227,0,67,49
2210
  CC-MAIN-2026-08,5923,19405,2596928779,95639448,30306383,2026-03-14T17:21:40Z,239,0,41,32
 
2211
  CC-MAIN-2026-08,5992,19427,2553319561,93689821,30257425,2026-03-14T01:06:35Z,197,0,31,18
2212
  CC-MAIN-2026-08,5993,19504,2561761288,95284868,30935071,2026-03-14T01:19:12Z,205,0,28,0
2213
  CC-MAIN-2026-08,5994,19299,2541522096,89680113,28640562,2026-03-14T01:19:12Z,206,0,21,0
@@ -2379,7 +2381,7 @@ CC-MAIN-2026-08,6159,19291,2561228706,89317858,28275692,2026-03-14T17:03:56Z,214
2379
  CC-MAIN-2026-08,6160,19407,2541135298,89309847,28260533,2026-03-14T17:09:09Z,193,0,72,14
2380
  CC-MAIN-2026-08,6161,19466,2582668574,91714130,29766122,2026-03-14T17:14:13Z,253,0,77,14
2381
  CC-MAIN-2026-08,6162,19501,2576375344,90765634,29197495,2026-03-14T17:19:24Z,242,0,55,51
2382
- CC-MAIN-2026-08,6163,19422,2568861327,86233443,27548138,2026-03-14T17:24:20Z,268,0,57,0
2383
  CC-MAIN-2026-08,6250,19502,2594302344,89411296,28384540,2026-03-13T17:51:21Z,406,0,120,0
2384
  CC-MAIN-2026-08,6251,19394,2555453090,92793633,28885378,2026-03-14T01:06:36Z,709,0,233,18
2385
  CC-MAIN-2026-08,6252,19389,2566928631,91567909,28780284,2026-03-14T01:06:36Z,515,0,174,18
 
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,30
1683
+ CC-MAIN-2026-08,5181,19419,2545758497,96020702,29540093,2026-03-14T17:24:20Z,321,0,49,36
1684
  CC-MAIN-2026-08,5243,19893,2626328731,92220655,29208053,2026-03-14T01:06:34Z,191,0,29,18
1685
  CC-MAIN-2026-08,5244,19395,2572365544,91755759,29356531,2026-03-14T01:19:12Z,222,0,24,0
1686
  CC-MAIN-2026-08,5245,19207,2511351197,90003358,28938970,2026-03-14T01:19:12Z,193,0,22,0
 
1868
  CC-MAIN-2026-08,5427,19592,2607413413,94493352,30576986,2026-03-14T17:10:46Z,218,0,84,26
1869
  CC-MAIN-2026-08,5428,19503,2578508339,91813650,29390477,2026-03-14T17:15:33Z,235,0,64,15
1870
  CC-MAIN-2026-08,5429,19548,2594907917,96706876,30323087,2026-03-14T17:20:17Z,252,0,38,82
1871
+ CC-MAIN-2026-08,5430,19219,2541147682,93703263,29567047,2026-03-14T17:26:12Z,291,0,51,0
1872
  CC-MAIN-2026-08,5492,19488,2577487663,95676086,30636918,2026-03-14T01:06:35Z,267,0,18,18
1873
  CC-MAIN-2026-08,5493,19631,2592234390,91001440,28842612,2026-03-14T01:19:12Z,181,0,28,0
1874
  CC-MAIN-2026-08,5494,19345,2580777219,94618705,30365899,2026-03-14T01:19:12Z,155,0,49,0
 
2034
  CC-MAIN-2026-08,5654,19772,2626846707,98354434,31092319,2026-03-14T17:06:11Z,274,0,59,34
2035
  CC-MAIN-2026-08,5655,19662,2600051838,92228139,30371167,2026-03-14T17:12:03Z,280,0,62,15
2036
  CC-MAIN-2026-08,5656,19491,2583060798,95241906,31065442,2026-03-14T17:17:33Z,254,0,77,48
2037
+ CC-MAIN-2026-08,5657,19450,2567215784,91331933,28892663,2026-03-14T17:24:20Z,313,0,56,36
2038
  CC-MAIN-2026-08,5750,19225,2531219062,93360327,29455068,2026-03-13T17:51:21Z,513,0,55,0
2039
  CC-MAIN-2026-08,5751,19431,2573138837,92349969,28828674,2026-03-14T01:06:35Z,813,0,172,18
2040
  CC-MAIN-2026-08,5752,19419,2563830903,92043031,29138030,2026-03-14T01:06:35Z,563,0,128,18
 
2209
  CC-MAIN-2026-08,5921,19622,2597268848,98333770,30939475,2026-03-14T17:11:13Z,228,0,82,13
2210
  CC-MAIN-2026-08,5922,19503,2556254241,94888504,29563254,2026-03-14T17:15:49Z,227,0,67,49
2211
  CC-MAIN-2026-08,5923,19405,2596928779,95639448,30306383,2026-03-14T17:21:40Z,239,0,41,32
2212
+ CC-MAIN-2026-08,5924,19394,2554732928,94072170,29646289,2026-03-14T17:26:12Z,288,0,51,0
2213
  CC-MAIN-2026-08,5992,19427,2553319561,93689821,30257425,2026-03-14T01:06:35Z,197,0,31,18
2214
  CC-MAIN-2026-08,5993,19504,2561761288,95284868,30935071,2026-03-14T01:19:12Z,205,0,28,0
2215
  CC-MAIN-2026-08,5994,19299,2541522096,89680113,28640562,2026-03-14T01:19:12Z,206,0,21,0
 
2381
  CC-MAIN-2026-08,6160,19407,2541135298,89309847,28260533,2026-03-14T17:09:09Z,193,0,72,14
2382
  CC-MAIN-2026-08,6161,19466,2582668574,91714130,29766122,2026-03-14T17:14:13Z,253,0,77,14
2383
  CC-MAIN-2026-08,6162,19501,2576375344,90765634,29197495,2026-03-14T17:19:24Z,242,0,55,51
2384
+ CC-MAIN-2026-08,6163,19422,2568861327,86233443,27548138,2026-03-14T17:24:20Z,268,0,57,36
2385
  CC-MAIN-2026-08,6250,19502,2594302344,89411296,28384540,2026-03-13T17:51:21Z,406,0,120,0
2386
  CC-MAIN-2026-08,6251,19394,2555453090,92793633,28885378,2026-03-14T01:06:36Z,709,0,233,18
2387
  CC-MAIN-2026-08,6252,19389,2566928631,91567909,28780284,2026-03-14T01:06:36Z,515,0,174,18