tamnd commited on
Commit
cfb5aaf
·
verified ·
1 Parent(s): 67745dc

Publish shard CC-MAIN-2026-08/02326

Browse files
Files changed (3) hide show
  1. README.md +11 -11
  2. data/CC-MAIN-2026-08/02326.parquet +3 -0
  3. stats.csv +7 -6
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,352,775 documents across 691 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 691 files of CC-MAIN-2026-08 (13,352,775 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 691 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
- | Raw WARC (.warc.gz, downloaded) | ~560.1 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.6 TB | ~295 TB | — |
173
  | Packed markdown WARC (.md.warc.gz) | ~28.3 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 19.1 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.6 TB of uncompressed HTML down to 60.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.2%.
177
 
178
- End to end: ~560.1 GB of raw gzipped WARCs becomes **19.1 GB of Parquet** — a **96.6% total reduction** — containing 13,352,775 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 691 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 35h 58m 16s avg 3m 7s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 9s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 8h 4m 14s avg 42s
188
- Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 16m 28s 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 **13,372,360 documents across 692 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 692 files of CC-MAIN-2026-08 (13,372,360 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 692 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
+ | Raw WARC (.warc.gz, downloaded) | ~560.9 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.6 TB | ~295 TB | — |
173
  | Packed markdown WARC (.md.warc.gz) | ~28.3 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 19.2 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.6 TB of uncompressed HTML down to 60.3 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: ~560.9 GB of raw gzipped WARCs becomes **19.2 GB of Parquet** — a **96.6% total reduction** — containing 13,372,360 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 692 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 36h 5m 9s avg 3m 7s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 9s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 8h 6m 19s avg 42s
188
+ Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 16m 52s avg 27s
189
  ```
190
 
191
  ### Dataset Charts
data/CC-MAIN-2026-08/02326.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf729e1dabdac68c67fbbbb9c5aa5eb8f88b3e2542af0a70f7751e4e23a5213
3
+ size 30194739
stats.csv CHANGED
@@ -587,7 +587,7 @@ CC-MAIN-2026-08,1925,19186,2526519814,91153880,29753667,2026-03-13T14:43:13Z,478
587
  CC-MAIN-2026-08,1926,19426,2551882370,97586983,30989565,2026-03-13T14:53:07Z,549,0,43,0
588
  CC-MAIN-2026-08,1927,19721,2624331172,94060645,30204608,2026-03-13T15:02:26Z,397,0,161,0
589
  CC-MAIN-2026-08,1928,19808,2612197762,95404218,29824046,2026-03-13T15:08:51Z,243,0,49,9
590
- CC-MAIN-2026-08,1929,19636,2583727825,94857326,29780590,2026-03-13T15:21:56Z,463,0,58,0
591
  CC-MAIN-2026-08,2101,19421,2568457366,93149947,28748313,2026-03-13T13:54:07Z,262,0,31,0
592
  CC-MAIN-2026-08,2102,19717,2608848648,96373346,30639542,2026-03-13T14:00:38Z,281,0,109,0
593
  CC-MAIN-2026-08,2103,19325,2580718688,94798987,30249683,2026-03-13T14:06:18Z,304,0,34,0
@@ -609,7 +609,7 @@ CC-MAIN-2026-08,2118,19302,2521963037,93737153,29468403,2026-03-13T13:39:44Z,118
609
  CC-MAIN-2026-08,2119,19379,2611089681,96465671,30746524,2026-03-13T13:42:10Z,120,0,24,6
610
  CC-MAIN-2026-08,2120,19764,2596402154,95289784,29734904,2026-03-13T13:45:11Z,156,0,24,6
611
  CC-MAIN-2026-08,2121,19412,2545207854,95623911,30893827,2026-03-13T15:08:51Z,242,0,50,9
612
- CC-MAIN-2026-08,2122,19554,2589799358,96290979,30514107,2026-03-13T15:21:56Z,489,0,47,0
613
  CC-MAIN-2026-08,2301,19498,2589050373,94698511,30163652,2026-03-13T13:54:08Z,261,0,33,0
614
  CC-MAIN-2026-08,2302,19595,2575185844,96075881,29961924,2026-03-13T14:00:40Z,280,0,112,0
615
  CC-MAIN-2026-08,2303,19594,2612324314,94525336,29944034,2026-03-13T14:06:16Z,305,0,30,0
@@ -634,7 +634,8 @@ CC-MAIN-2026-08,2321,19427,2595141261,95370884,29887461,2026-03-13T13:38:24Z,167
634
  CC-MAIN-2026-08,2322,19459,2527978218,91383223,28447926,2026-03-13T13:41:25Z,152,0,27,0
635
  CC-MAIN-2026-08,2323,19257,2556264403,93065200,29035825,2026-03-13T13:44:28Z,149,0,33,0
636
  CC-MAIN-2026-08,2324,19548,2591124523,95026738,29706594,2026-03-13T15:08:51Z,243,0,50,9
637
- CC-MAIN-2026-08,2325,19795,2595958710,94769924,30381849,2026-03-13T15:21:56Z,340,0,120,0
 
638
  CC-MAIN-2026-08,2551,5410,611835922,35005098,10258608,2026-03-13T12:28:41Z,32,0,10,0
639
  CC-MAIN-2026-08,2552,19598,2602424114,96235194,30473559,2026-03-13T12:36:26Z,437,0,26,0
640
  CC-MAIN-2026-08,2553,19534,2542432805,90911643,29613848,2026-03-13T12:44:33Z,444,0,41,0
@@ -649,7 +650,7 @@ CC-MAIN-2026-08,2576,19275,2584928450,94379598,29817217,2026-03-13T14:47:31Z,479
649
  CC-MAIN-2026-08,2577,19462,2557070263,93094054,29372008,2026-03-13T14:58:29Z,606,0,51,0
650
  CC-MAIN-2026-08,2578,15247,1920720864,76356451,23862960,2026-03-13T15:08:18Z,186,0,75,17
651
  CC-MAIN-2026-08,2579,19503,2571715818,94103623,30507743,2026-03-13T15:13:11Z,202,0,46,14
652
- CC-MAIN-2026-08,2580,19296,2524393224,91578828,29472992,2026-03-13T15:21:56Z,318,0,38,0
653
  CC-MAIN-2026-08,2801,19800,2573332995,93935647,29781057,2026-03-13T12:36:24Z,480,0,24,0
654
  CC-MAIN-2026-08,2802,19377,2552826046,96926255,30379332,2026-03-13T12:44:04Z,402,0,56,0
655
  CC-MAIN-2026-08,2810,19479,2567872535,94762671,29742907,2026-03-13T14:03:56Z,0,0,0,4
@@ -663,7 +664,7 @@ CC-MAIN-2026-08,2817,19554,2562195387,94370052,29437281,2026-03-13T14:47:48Z,551
663
  CC-MAIN-2026-08,2818,19501,2595842757,94225092,29509684,2026-03-13T14:52:18Z,241,0,29,4
664
  CC-MAIN-2026-08,2819,19436,2574580835,91183036,29202370,2026-03-13T14:58:53Z,371,0,22,4
665
  CC-MAIN-2026-08,2820,19719,2635826941,96710130,29727441,2026-03-13T15:08:51Z,248,0,45,9
666
- CC-MAIN-2026-08,2821,19725,2635619645,94485743,29377814,2026-03-13T15:21:56Z,448,0,68,0
667
  CC-MAIN-2026-08,3051,19591,2590387140,91599959,29213641,2026-03-13T12:27:59Z,0,0,0,5
668
  CC-MAIN-2026-08,3052,19289,2581535769,95779278,29412368,2026-03-13T12:27:59Z,0,0,0,5
669
  CC-MAIN-2026-08,3053,19208,2553598556,93105627,29687407,2026-03-13T12:27:59Z,0,0,0,5
@@ -686,7 +687,7 @@ CC-MAIN-2026-08,3079,19768,2651826188,100934451,31093021,2026-03-13T14:37:17Z,29
686
  CC-MAIN-2026-08,3080,19474,2578457542,92757252,29282324,2026-03-13T14:45:01Z,388,0,74,0
687
  CC-MAIN-2026-08,3081,19402,2618475303,94037032,28941954,2026-03-13T14:53:30Z,450,0,58,0
688
  CC-MAIN-2026-08,3082,19480,2614688097,92409735,29723123,2026-03-13T15:09:35Z,298,0,23,37
689
- CC-MAIN-2026-08,3083,19720,2623782063,92794341,29094202,2026-03-13T15:21:56Z,433,0,53,0
690
  CC-MAIN-2026-08,3551,19488,2583454997,93104559,29560362,2026-03-13T12:14:48Z,219,0,44,0
691
  CC-MAIN-2026-08,3552,19589,2622893447,95992637,29462588,2026-03-13T12:17:56Z,162,0,24,0
692
  CC-MAIN-2026-08,3553,19595,2591041524,96226434,30415440,2026-03-13T12:21:13Z,166,0,31,0
 
587
  CC-MAIN-2026-08,1926,19426,2551882370,97586983,30989565,2026-03-13T14:53:07Z,549,0,43,0
588
  CC-MAIN-2026-08,1927,19721,2624331172,94060645,30204608,2026-03-13T15:02:26Z,397,0,161,0
589
  CC-MAIN-2026-08,1928,19808,2612197762,95404218,29824046,2026-03-13T15:08:51Z,243,0,49,9
590
+ CC-MAIN-2026-08,1929,19636,2583727825,94857326,29780590,2026-03-13T15:21:56Z,463,0,58,4
591
  CC-MAIN-2026-08,2101,19421,2568457366,93149947,28748313,2026-03-13T13:54:07Z,262,0,31,0
592
  CC-MAIN-2026-08,2102,19717,2608848648,96373346,30639542,2026-03-13T14:00:38Z,281,0,109,0
593
  CC-MAIN-2026-08,2103,19325,2580718688,94798987,30249683,2026-03-13T14:06:18Z,304,0,34,0
 
609
  CC-MAIN-2026-08,2119,19379,2611089681,96465671,30746524,2026-03-13T13:42:10Z,120,0,24,6
610
  CC-MAIN-2026-08,2120,19764,2596402154,95289784,29734904,2026-03-13T13:45:11Z,156,0,24,6
611
  CC-MAIN-2026-08,2121,19412,2545207854,95623911,30893827,2026-03-13T15:08:51Z,242,0,50,9
612
+ CC-MAIN-2026-08,2122,19554,2589799358,96290979,30514107,2026-03-13T15:21:56Z,489,0,47,4
613
  CC-MAIN-2026-08,2301,19498,2589050373,94698511,30163652,2026-03-13T13:54:08Z,261,0,33,0
614
  CC-MAIN-2026-08,2302,19595,2575185844,96075881,29961924,2026-03-13T14:00:40Z,280,0,112,0
615
  CC-MAIN-2026-08,2303,19594,2612324314,94525336,29944034,2026-03-13T14:06:16Z,305,0,30,0
 
634
  CC-MAIN-2026-08,2322,19459,2527978218,91383223,28447926,2026-03-13T13:41:25Z,152,0,27,0
635
  CC-MAIN-2026-08,2323,19257,2556264403,93065200,29035825,2026-03-13T13:44:28Z,149,0,33,0
636
  CC-MAIN-2026-08,2324,19548,2591124523,95026738,29706594,2026-03-13T15:08:51Z,243,0,50,9
637
+ CC-MAIN-2026-08,2325,19795,2595958710,94769924,30381849,2026-03-13T15:21:56Z,340,0,120,4
638
+ CC-MAIN-2026-08,2326,19585,2528968070,92409071,30194739,2026-03-13T15:25:30Z,413,0,125,0
639
  CC-MAIN-2026-08,2551,5410,611835922,35005098,10258608,2026-03-13T12:28:41Z,32,0,10,0
640
  CC-MAIN-2026-08,2552,19598,2602424114,96235194,30473559,2026-03-13T12:36:26Z,437,0,26,0
641
  CC-MAIN-2026-08,2553,19534,2542432805,90911643,29613848,2026-03-13T12:44:33Z,444,0,41,0
 
650
  CC-MAIN-2026-08,2577,19462,2557070263,93094054,29372008,2026-03-13T14:58:29Z,606,0,51,0
651
  CC-MAIN-2026-08,2578,15247,1920720864,76356451,23862960,2026-03-13T15:08:18Z,186,0,75,17
652
  CC-MAIN-2026-08,2579,19503,2571715818,94103623,30507743,2026-03-13T15:13:11Z,202,0,46,14
653
+ CC-MAIN-2026-08,2580,19296,2524393224,91578828,29472992,2026-03-13T15:21:56Z,318,0,38,4
654
  CC-MAIN-2026-08,2801,19800,2573332995,93935647,29781057,2026-03-13T12:36:24Z,480,0,24,0
655
  CC-MAIN-2026-08,2802,19377,2552826046,96926255,30379332,2026-03-13T12:44:04Z,402,0,56,0
656
  CC-MAIN-2026-08,2810,19479,2567872535,94762671,29742907,2026-03-13T14:03:56Z,0,0,0,4
 
664
  CC-MAIN-2026-08,2818,19501,2595842757,94225092,29509684,2026-03-13T14:52:18Z,241,0,29,4
665
  CC-MAIN-2026-08,2819,19436,2574580835,91183036,29202370,2026-03-13T14:58:53Z,371,0,22,4
666
  CC-MAIN-2026-08,2820,19719,2635826941,96710130,29727441,2026-03-13T15:08:51Z,248,0,45,9
667
+ CC-MAIN-2026-08,2821,19725,2635619645,94485743,29377814,2026-03-13T15:21:56Z,448,0,68,4
668
  CC-MAIN-2026-08,3051,19591,2590387140,91599959,29213641,2026-03-13T12:27:59Z,0,0,0,5
669
  CC-MAIN-2026-08,3052,19289,2581535769,95779278,29412368,2026-03-13T12:27:59Z,0,0,0,5
670
  CC-MAIN-2026-08,3053,19208,2553598556,93105627,29687407,2026-03-13T12:27:59Z,0,0,0,5
 
687
  CC-MAIN-2026-08,3080,19474,2578457542,92757252,29282324,2026-03-13T14:45:01Z,388,0,74,0
688
  CC-MAIN-2026-08,3081,19402,2618475303,94037032,28941954,2026-03-13T14:53:30Z,450,0,58,0
689
  CC-MAIN-2026-08,3082,19480,2614688097,92409735,29723123,2026-03-13T15:09:35Z,298,0,23,37
690
+ CC-MAIN-2026-08,3083,19720,2623782063,92794341,29094202,2026-03-13T15:21:56Z,433,0,53,4
691
  CC-MAIN-2026-08,3551,19488,2583454997,93104559,29560362,2026-03-13T12:14:48Z,219,0,44,0
692
  CC-MAIN-2026-08,3552,19589,2622893447,95992637,29462588,2026-03-13T12:17:56Z,162,0,24,0
693
  CC-MAIN-2026-08,3553,19595,2591041524,96226434,30415440,2026-03-13T12:21:13Z,166,0,31,0