tamnd commited on
Commit
d5f8d43
·
verified ·
1 Parent(s): 3733fa5

Publish 4 shards CC-MAIN-2026-08/03800–03878

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 **136,430,604 documents across 7316 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 7316 files of CC-MAIN-2026-08 (136,430,604 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 7316 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
  | Raw WARC (.warc.gz, downloaded) | ~5.8 TB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 16.4 TB | ~295 TB | — |
173
- | Packed markdown WARC (.md.warc.gz) | ~287.3 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 193.8 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.4 TB of uncompressed HTML down to 611.2 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 **193.8 GB of Parquet** — a **96.7% total reduction** — containing 136,430,604 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 7316 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 489h 3m 49s avg 4m 0s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 17h 27m 50s avg 8s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 112h 40m 39s avg 55s
188
- Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 43h 15m 22s avg 21s
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,508,372 documents across 7320 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 7320 files of CC-MAIN-2026-08 (136,508,372 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 7320 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
  | Raw WARC (.warc.gz, downloaded) | ~5.8 TB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 16.4 TB | ~295 TB | — |
173
+ | Packed markdown WARC (.md.warc.gz) | ~287.4 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 193.9 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.4 TB of uncompressed HTML down to 611.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: ~5.8 TB of raw gzipped WARCs becomes **193.9 GB of Parquet** — a **96.7% total reduction** — containing 136,508,372 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 7320 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 489h 11m 41s avg 4m 0s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 17h 27m 50s avg 8s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 112h 42m 14s avg 55s
188
+ Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 43h 17m 22s avg 21s
189
  ```
190
 
191
  ### Dataset Charts
data/CC-MAIN-2026-08/03800.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431e7e8fdd0214002e9f38078748b0d2fb520070c33b866bbaf098def388ec45
3
+ size 29844524
data/CC-MAIN-2026-08/03811.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b83ee444826032c73bde748988ba0049d51222f5cc1e71f75929ae2f506284ed
3
+ size 31017989
data/CC-MAIN-2026-08/03860.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:831232df7532448e4f4cb13a0d822b817998ec6d3bfa36bfe06812c2d616c1c4
3
+ size 30219414
data/CC-MAIN-2026-08/03878.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ab29cd7088d04d7a5731db6235176450a7918a452113cde9299fdbaa6babcd
3
+ size 29580072
stats.csv CHANGED
@@ -3788,7 +3788,7 @@ CC-MAIN-2026-08,3787,19420,2596365494,93996847,29340119,2026-03-17T07:09:47Z,165
3788
  CC-MAIN-2026-08,3788,19288,2559747521,95462111,29805726,2026-03-17T05:55:47Z,107,0,25,6
3789
  CC-MAIN-2026-08,3789,19515,2602087596,93085431,29192463,2026-03-17T06:00:47Z,178,0,24,29
3790
  CC-MAIN-2026-08,3790,19546,2583789466,96603101,31413004,2026-03-17T06:03:47Z,138,0,37,31
3791
- CC-MAIN-2026-08,3791,19733,2619032196,100234127,31455753,2026-03-17T07:13:17Z,132,0,23,0
3792
  CC-MAIN-2026-08,3792,19358,2583676932,94935645,30102585,2026-03-17T06:07:02Z,132,0,53,16
3793
  CC-MAIN-2026-08,3793,19427,2572031898,90137747,28968302,2026-03-17T06:09:32Z,105,0,46,13
3794
  CC-MAIN-2026-08,3794,19253,2554972711,91267853,28626707,2026-03-17T06:11:47Z,97,0,19,57
@@ -3796,6 +3796,7 @@ CC-MAIN-2026-08,3795,19567,2624344351,93319922,29636319,2026-03-17T06:14:17Z,135
3796
  CC-MAIN-2026-08,3797,19435,2569662827,92786439,29471434,2026-03-17T06:17:02Z,140,0,19,49
3797
  CC-MAIN-2026-08,3798,19750,2622974595,94197353,30195469,2026-03-17T06:20:17Z,143,0,33,19
3798
  CC-MAIN-2026-08,3799,19536,2592850263,90443052,29198679,2026-03-17T06:22:47Z,131,0,19,51
 
3799
  CC-MAIN-2026-08,3801,19464,2568550823,93428326,29330613,2026-03-17T06:27:47Z,199,0,18,18
3800
  CC-MAIN-2026-08,3802,19433,2561919601,96165099,30523725,2026-03-17T06:30:47Z,175,0,23,36
3801
  CC-MAIN-2026-08,3803,19782,2629539758,97207170,30244499,2026-03-17T06:35:17Z,198,0,24,45
@@ -3805,6 +3806,7 @@ CC-MAIN-2026-08,3806,19264,2569926980,88288986,28523471,2026-03-17T06:46:02Z,159
3805
  CC-MAIN-2026-08,3808,19431,2583412440,90379755,29174520,2026-03-17T06:49:02Z,177,0,20,53
3806
  CC-MAIN-2026-08,3809,19668,2678184219,94220964,30501820,2026-03-17T06:53:17Z,131,0,22,40
3807
  CC-MAIN-2026-08,3810,19787,2622497429,92580755,30078686,2026-03-17T06:58:02Z,121,0,25,31
 
3808
  CC-MAIN-2026-08,3812,19419,2570727708,91280717,29306060,2026-03-17T07:01:47Z,166,0,25,23
3809
  CC-MAIN-2026-08,3813,19530,2566347087,91041349,28673971,2026-03-17T05:17:47Z,104,0,29,8
3810
  CC-MAIN-2026-08,3814,19471,2588388404,95609519,29769349,2026-03-17T05:19:47Z,109,0,24,11
@@ -3841,8 +3843,9 @@ CC-MAIN-2026-08,3853,19421,2600785460,95558432,29812564,2026-03-17T07:01:47Z,91,
3841
  CC-MAIN-2026-08,3854,19415,2580147551,97415893,31764437,2026-03-17T07:04:32Z,121,0,28,54
3842
  CC-MAIN-2026-08,3855,19536,2614933792,94440391,30708513,2026-03-17T07:04:32Z,107,0,22,54
3843
  CC-MAIN-2026-08,3857,19572,2605718759,94764147,30438669,2026-03-17T07:09:47Z,155,0,30,35
3844
- CC-MAIN-2026-08,3858,19557,2611361839,95428677,29726773,2026-03-17T07:13:17Z,117,0,26,0
3845
- CC-MAIN-2026-08,3859,19663,2601629835,90661267,29135991,2026-03-17T07:13:17Z,109,0,22,0
 
3846
  CC-MAIN-2026-08,3863,19136,2568351093,99368510,32321209,2026-03-17T06:26:02Z,111,0,26,10
3847
  CC-MAIN-2026-08,3864,19548,2574110045,95496920,30202016,2026-03-17T06:27:47Z,174,0,20,18
3848
  CC-MAIN-2026-08,3865,19410,2544755697,95772161,29378374,2026-03-17T06:33:32Z,196,0,21,10
@@ -3855,7 +3858,8 @@ CC-MAIN-2026-08,3872,19543,2612877676,92754266,29392491,2026-03-17T06:53:17Z,98,
3855
  CC-MAIN-2026-08,3873,19612,2593908528,94259805,29231824,2026-03-17T06:53:17Z,93,0,20,40
3856
  CC-MAIN-2026-08,3874,19566,2580367381,96080330,30149239,2026-03-17T06:58:03Z,107,0,22,31
3857
  CC-MAIN-2026-08,3876,19600,2603702619,90688335,28842750,2026-03-17T07:04:32Z,149,0,24,54
3858
- CC-MAIN-2026-08,3877,19448,2601114463,97843372,30394814,2026-03-17T07:13:17Z,100,0,31,0
 
3859
  CC-MAIN-2026-08,5000,19611,2544147305,91933944,29028493,2026-03-13T17:51:21Z,393,0,122,0
3860
  CC-MAIN-2026-08,5001,19479,2584193920,98160035,30333909,2026-03-13T17:51:21Z,240,0,274,0
3861
  CC-MAIN-2026-08,5002,19469,2581016243,91856903,29042422,2026-03-14T01:06:34Z,622,0,143,18
 
3788
  CC-MAIN-2026-08,3788,19288,2559747521,95462111,29805726,2026-03-17T05:55:47Z,107,0,25,6
3789
  CC-MAIN-2026-08,3789,19515,2602087596,93085431,29192463,2026-03-17T06:00:47Z,178,0,24,29
3790
  CC-MAIN-2026-08,3790,19546,2583789466,96603101,31413004,2026-03-17T06:03:47Z,138,0,37,31
3791
+ CC-MAIN-2026-08,3791,19733,2619032196,100234127,31455753,2026-03-17T07:13:17Z,132,0,23,30
3792
  CC-MAIN-2026-08,3792,19358,2583676932,94935645,30102585,2026-03-17T06:07:02Z,132,0,53,16
3793
  CC-MAIN-2026-08,3793,19427,2572031898,90137747,28968302,2026-03-17T06:09:32Z,105,0,46,13
3794
  CC-MAIN-2026-08,3794,19253,2554972711,91267853,28626707,2026-03-17T06:11:47Z,97,0,19,57
 
3796
  CC-MAIN-2026-08,3797,19435,2569662827,92786439,29471434,2026-03-17T06:17:02Z,140,0,19,49
3797
  CC-MAIN-2026-08,3798,19750,2622974595,94197353,30195469,2026-03-17T06:20:17Z,143,0,33,19
3798
  CC-MAIN-2026-08,3799,19536,2592850263,90443052,29198679,2026-03-17T06:22:47Z,131,0,19,51
3799
+ CC-MAIN-2026-08,3800,19496,2556571272,96368882,29844524,2026-03-17T07:17:02Z,107,0,22,0
3800
  CC-MAIN-2026-08,3801,19464,2568550823,93428326,29330613,2026-03-17T06:27:47Z,199,0,18,18
3801
  CC-MAIN-2026-08,3802,19433,2561919601,96165099,30523725,2026-03-17T06:30:47Z,175,0,23,36
3802
  CC-MAIN-2026-08,3803,19782,2629539758,97207170,30244499,2026-03-17T06:35:17Z,198,0,24,45
 
3806
  CC-MAIN-2026-08,3808,19431,2583412440,90379755,29174520,2026-03-17T06:49:02Z,177,0,20,53
3807
  CC-MAIN-2026-08,3809,19668,2678184219,94220964,30501820,2026-03-17T06:53:17Z,131,0,22,40
3808
  CC-MAIN-2026-08,3810,19787,2622497429,92580755,30078686,2026-03-17T06:58:02Z,121,0,25,31
3809
+ CC-MAIN-2026-08,3811,19527,2547746607,98518156,31017989,2026-03-17T07:17:02Z,124,0,23,0
3810
  CC-MAIN-2026-08,3812,19419,2570727708,91280717,29306060,2026-03-17T07:01:47Z,166,0,25,23
3811
  CC-MAIN-2026-08,3813,19530,2566347087,91041349,28673971,2026-03-17T05:17:47Z,104,0,29,8
3812
  CC-MAIN-2026-08,3814,19471,2588388404,95609519,29769349,2026-03-17T05:19:47Z,109,0,24,11
 
3843
  CC-MAIN-2026-08,3854,19415,2580147551,97415893,31764437,2026-03-17T07:04:32Z,121,0,28,54
3844
  CC-MAIN-2026-08,3855,19536,2614933792,94440391,30708513,2026-03-17T07:04:32Z,107,0,22,54
3845
  CC-MAIN-2026-08,3857,19572,2605718759,94764147,30438669,2026-03-17T07:09:47Z,155,0,30,35
3846
+ CC-MAIN-2026-08,3858,19557,2611361839,95428677,29726773,2026-03-17T07:13:17Z,117,0,26,30
3847
+ CC-MAIN-2026-08,3859,19663,2601629835,90661267,29135991,2026-03-17T07:13:17Z,109,0,22,30
3848
+ CC-MAIN-2026-08,3860,19461,2604125434,94307088,30219414,2026-03-17T07:17:02Z,128,0,26,0
3849
  CC-MAIN-2026-08,3863,19136,2568351093,99368510,32321209,2026-03-17T06:26:02Z,111,0,26,10
3850
  CC-MAIN-2026-08,3864,19548,2574110045,95496920,30202016,2026-03-17T06:27:47Z,174,0,20,18
3851
  CC-MAIN-2026-08,3865,19410,2544755697,95772161,29378374,2026-03-17T06:33:32Z,196,0,21,10
 
3858
  CC-MAIN-2026-08,3873,19612,2593908528,94259805,29231824,2026-03-17T06:53:17Z,93,0,20,40
3859
  CC-MAIN-2026-08,3874,19566,2580367381,96080330,30149239,2026-03-17T06:58:03Z,107,0,22,31
3860
  CC-MAIN-2026-08,3876,19600,2603702619,90688335,28842750,2026-03-17T07:04:32Z,149,0,24,54
3861
+ CC-MAIN-2026-08,3877,19448,2601114463,97843372,30394814,2026-03-17T07:13:17Z,100,0,31,30
3862
+ CC-MAIN-2026-08,3878,19284,2577180857,95961468,29580072,2026-03-17T07:17:02Z,113,0,24,0
3863
  CC-MAIN-2026-08,5000,19611,2544147305,91933944,29028493,2026-03-13T17:51:21Z,393,0,122,0
3864
  CC-MAIN-2026-08,5001,19479,2584193920,98160035,30333909,2026-03-13T17:51:21Z,240,0,274,0
3865
  CC-MAIN-2026-08,5002,19469,2581016243,91856903,29042422,2026-03-14T01:06:34Z,622,0,143,18