tamnd commited on
Commit
ef87100
·
verified ·
1 Parent(s): 3c088c4

Publish 2 shards CC-MAIN-2026-08/03796–03890

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,762,113 documents across 7333 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 7333 files of CC-MAIN-2026-08 (136,762,113 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 7333 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) | ~288.0 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 194.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 16.4 TB of uncompressed HTML down to 612.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: ~5.8 TB of raw gzipped WARCs becomes **194.2 GB of Parquet** — a **96.7% total reduction** — containing 136,762,113 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 7333 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 489h 39m 49s avg 4m 0s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 17h 27m 50s avg 8s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 112h 47m 0s avg 55s
188
- Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 43h 23m 16s 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,800,856 documents across 7335 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 7335 files of CC-MAIN-2026-08 (136,800,856 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 7335 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) | ~288.0 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 194.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 16.4 TB of uncompressed HTML down to 612.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.3%.
177
 
178
+ End to end: ~5.8 TB of raw gzipped WARCs becomes **194.3 GB of Parquet** — a **96.7% total reduction** — containing 136,800,856 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 7335 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 489h 45m 52s avg 4m 0s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 17h 27m 50s avg 8s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 112h 47m 45s avg 55s
188
+ Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 43h 23m 31s avg 21s
189
  ```
190
 
191
  ### Dataset Charts
data/CC-MAIN-2026-08/03796.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca0c44bb4b2e2faad0e29832a4ecd46b00cd73d9b826db9436403a03887502c3
3
+ size 29994807
data/CC-MAIN-2026-08/03890.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61906127bac3eea5b8b7c9a517ca7128a3a5e6de81aca06bfff1bcfdfd0a43d2
3
+ size 29779976
stats.csv CHANGED
@@ -3772,7 +3772,7 @@ CC-MAIN-2026-08,3768,19580,2549808933,91621008,29106218,2026-03-17T07:23:47Z,116
3772
  CC-MAIN-2026-08,3769,19591,2565641297,96703518,30655076,2026-03-17T05:05:02Z,180,0,22,24
3773
  CC-MAIN-2026-08,3770,19388,2575122398,95375359,30462380,2026-03-17T05:10:47Z,164,0,24,8
3774
  CC-MAIN-2026-08,3771,19631,2604525695,91131214,28005821,2026-03-17T05:10:47Z,126,0,23,8
3775
- CC-MAIN-2026-08,3772,19624,2634979029,95096599,29904396,2026-03-17T07:27:47Z,113,0,24,0
3776
  CC-MAIN-2026-08,3773,19461,2581225276,91836377,28992519,2026-03-17T05:15:47Z,131,0,24,9
3777
  CC-MAIN-2026-08,3774,19658,2622074615,93869528,29170435,2026-03-17T05:17:47Z,97,0,21,8
3778
  CC-MAIN-2026-08,3775,19530,2621416702,92796830,28456262,2026-03-17T05:19:47Z,117,0,26,11
@@ -3795,6 +3795,7 @@ CC-MAIN-2026-08,3792,19358,2583676932,94935645,30102585,2026-03-17T06:07:02Z,132
3795
  CC-MAIN-2026-08,3793,19427,2572031898,90137747,28968302,2026-03-17T06:09:32Z,105,0,46,13
3796
  CC-MAIN-2026-08,3794,19253,2554972711,91267853,28626707,2026-03-17T06:11:47Z,97,0,19,57
3797
  CC-MAIN-2026-08,3795,19567,2624344351,93319922,29636319,2026-03-17T06:14:17Z,135,0,21,20
 
3798
  CC-MAIN-2026-08,3797,19435,2569662827,92786439,29471434,2026-03-17T06:17:02Z,140,0,19,49
3799
  CC-MAIN-2026-08,3798,19750,2622974595,94197353,30195469,2026-03-17T06:20:17Z,143,0,33,19
3800
  CC-MAIN-2026-08,3799,19536,2592850263,90443052,29198679,2026-03-17T06:22:47Z,131,0,19,51
@@ -3817,7 +3818,7 @@ CC-MAIN-2026-08,3816,19450,2602257308,94180181,28967115,2026-03-17T05:25:17Z,114
3817
  CC-MAIN-2026-08,3817,19499,2591655276,97007832,30270190,2026-03-17T05:27:17Z,96,0,57,10
3818
  CC-MAIN-2026-08,3818,19739,2670644714,99684024,32757736,2026-03-17T05:29:32Z,114,0,27,38
3819
  CC-MAIN-2026-08,3819,19441,2544896348,94059379,30085950,2026-03-17T05:31:47Z,131,0,24,29
3820
- CC-MAIN-2026-08,3820,19415,2599650938,94917822,29531933,2026-03-17T07:27:47Z,112,0,25,0
3821
  CC-MAIN-2026-08,3821,19345,2557247475,92085134,28980047,2026-03-17T05:38:32Z,226,0,29,14
3822
  CC-MAIN-2026-08,3822,19462,2604747261,94467994,29503584,2026-03-17T05:40:47Z,120,0,24,13
3823
  CC-MAIN-2026-08,3823,19552,2577501579,94141601,30275867,2026-03-17T05:42:32Z,162,0,24,18
@@ -3872,7 +3873,8 @@ CC-MAIN-2026-08,3883,19444,2578529119,91797367,29104111,2026-03-17T07:20:02Z,92,
3872
  CC-MAIN-2026-08,3885,19490,2598041142,92499033,28880884,2026-03-17T07:23:47Z,195,0,21,29
3873
  CC-MAIN-2026-08,3886,19573,2588278452,96961196,30480525,2026-03-17T07:23:47Z,95,0,19,29
3874
  CC-MAIN-2026-08,3887,19488,2580251210,92805330,29610039,2026-03-17T07:23:47Z,98,0,18,29
3875
- CC-MAIN-2026-08,3888,19618,2608547117,93048561,29627684,2026-03-17T07:27:47Z,106,0,22,0
 
3876
  CC-MAIN-2026-08,5000,19611,2544147305,91933944,29028493,2026-03-13T17:51:21Z,393,0,122,0
3877
  CC-MAIN-2026-08,5001,19479,2584193920,98160035,30333909,2026-03-13T17:51:21Z,240,0,274,0
3878
  CC-MAIN-2026-08,5002,19469,2581016243,91856903,29042422,2026-03-14T01:06:34Z,622,0,143,18
 
3772
  CC-MAIN-2026-08,3769,19591,2565641297,96703518,30655076,2026-03-17T05:05:02Z,180,0,22,24
3773
  CC-MAIN-2026-08,3770,19388,2575122398,95375359,30462380,2026-03-17T05:10:47Z,164,0,24,8
3774
  CC-MAIN-2026-08,3771,19631,2604525695,91131214,28005821,2026-03-17T05:10:47Z,126,0,23,8
3775
+ CC-MAIN-2026-08,3772,19624,2634979029,95096599,29904396,2026-03-17T07:27:47Z,113,0,24,5
3776
  CC-MAIN-2026-08,3773,19461,2581225276,91836377,28992519,2026-03-17T05:15:47Z,131,0,24,9
3777
  CC-MAIN-2026-08,3774,19658,2622074615,93869528,29170435,2026-03-17T05:17:47Z,97,0,21,8
3778
  CC-MAIN-2026-08,3775,19530,2621416702,92796830,28456262,2026-03-17T05:19:47Z,117,0,26,11
 
3795
  CC-MAIN-2026-08,3793,19427,2572031898,90137747,28968302,2026-03-17T06:09:32Z,105,0,46,13
3796
  CC-MAIN-2026-08,3794,19253,2554972711,91267853,28626707,2026-03-17T06:11:47Z,97,0,19,57
3797
  CC-MAIN-2026-08,3795,19567,2624344351,93319922,29636319,2026-03-17T06:14:17Z,135,0,21,20
3798
+ CC-MAIN-2026-08,3796,19383,2573872172,92793040,29994807,2026-03-17T07:29:47Z,186,0,23,0
3799
  CC-MAIN-2026-08,3797,19435,2569662827,92786439,29471434,2026-03-17T06:17:02Z,140,0,19,49
3800
  CC-MAIN-2026-08,3798,19750,2622974595,94197353,30195469,2026-03-17T06:20:17Z,143,0,33,19
3801
  CC-MAIN-2026-08,3799,19536,2592850263,90443052,29198679,2026-03-17T06:22:47Z,131,0,19,51
 
3818
  CC-MAIN-2026-08,3817,19499,2591655276,97007832,30270190,2026-03-17T05:27:17Z,96,0,57,10
3819
  CC-MAIN-2026-08,3818,19739,2670644714,99684024,32757736,2026-03-17T05:29:32Z,114,0,27,38
3820
  CC-MAIN-2026-08,3819,19441,2544896348,94059379,30085950,2026-03-17T05:31:47Z,131,0,24,29
3821
+ CC-MAIN-2026-08,3820,19415,2599650938,94917822,29531933,2026-03-17T07:27:47Z,112,0,25,5
3822
  CC-MAIN-2026-08,3821,19345,2557247475,92085134,28980047,2026-03-17T05:38:32Z,226,0,29,14
3823
  CC-MAIN-2026-08,3822,19462,2604747261,94467994,29503584,2026-03-17T05:40:47Z,120,0,24,13
3824
  CC-MAIN-2026-08,3823,19552,2577501579,94141601,30275867,2026-03-17T05:42:32Z,162,0,24,18
 
3873
  CC-MAIN-2026-08,3885,19490,2598041142,92499033,28880884,2026-03-17T07:23:47Z,195,0,21,29
3874
  CC-MAIN-2026-08,3886,19573,2588278452,96961196,30480525,2026-03-17T07:23:47Z,95,0,19,29
3875
  CC-MAIN-2026-08,3887,19488,2580251210,92805330,29610039,2026-03-17T07:23:47Z,98,0,18,29
3876
+ CC-MAIN-2026-08,3888,19618,2608547117,93048561,29627684,2026-03-17T07:27:47Z,106,0,22,5
3877
+ CC-MAIN-2026-08,3890,19360,2572825048,95051132,29779976,2026-03-17T07:29:47Z,177,0,22,0
3878
  CC-MAIN-2026-08,5000,19611,2544147305,91933944,29028493,2026-03-13T17:51:21Z,393,0,122,0
3879
  CC-MAIN-2026-08,5001,19479,2584193920,98160035,30333909,2026-03-13T17:51:21Z,240,0,274,0
3880
  CC-MAIN-2026-08,5002,19469,2581016243,91856903,29042422,2026-03-14T01:06:34Z,622,0,143,18