tamnd commited on
Commit
a9d3294
·
verified ·
1 Parent(s): 4addc6e

Publish 2 shards CC-MAIN-2026-08/05018–05267

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 **22,938,117 documents across 1186 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 1186 files of CC-MAIN-2026-08 (22,938,117 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 1186 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
- | Raw WARC (.warc.gz, downloaded) | ~961.3 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 2.8 TB | ~295 TB | — |
173
- | Packed markdown WARC (.md.warc.gz) | ~48.6 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 32.8 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 2.8 TB of uncompressed HTML down to 103.4 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: ~961.3 GB of raw gzipped WARCs becomes **32.8 GB of Parquet** — a **96.6% total reduction** — containing 22,938,117 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 1186 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 84h 36m 42s avg 4m 16s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 5h 48m 17s avg 17s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 20h 28m 11s avg 1m 2s
188
- Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 7h 49m 21s avg 23s
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 **22,976,965 documents across 1188 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 1188 files of CC-MAIN-2026-08 (22,976,965 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 1188 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
+ | Raw WARC (.warc.gz, downloaded) | ~962.9 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 2.8 TB | ~295 TB | — |
173
+ | Packed markdown WARC (.md.warc.gz) | ~48.7 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 32.9 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 2.8 TB of uncompressed HTML down to 103.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: ~962.9 GB of raw gzipped WARCs becomes **32.9 GB of Parquet** — a **96.6% total reduction** — containing 22,976,965 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 1188 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 84h 44m 41s avg 4m 16s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 5h 48m 17s avg 17s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 20h 28m 58s avg 1m 2s
188
+ Publish (HuggingFace) ██░░░░░░░░░░░░░░░░░░░░░░ total 7h 50m 5s avg 23s
189
  ```
190
 
191
  ### Dataset Charts
data/CC-MAIN-2026-08/05018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c31fe94bd93ee60f6bf2f267d585867ec9f4709e62561196b67cbb7082691fcd
3
+ size 29143406
data/CC-MAIN-2026-08/05267.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2748232b2458af1ad63af8b3895b5c59892d45f785cd729793110871375d51f3
3
+ size 28540327
stats.csv CHANGED
@@ -1103,6 +1103,7 @@ CC-MAIN-2026-08,5014,19586,2541785127,94301659,29785395,2026-03-14T01:49:27Z,266
1103
  CC-MAIN-2026-08,5015,19398,2552298544,95860459,30091641,2026-03-14T01:53:15Z,189,0,23,12
1104
  CC-MAIN-2026-08,5016,19525,2584265099,96401381,30731924,2026-03-14T01:56:42Z,199,0,22,27
1105
  CC-MAIN-2026-08,5017,19297,2572400955,90354384,29075530,2026-03-14T02:00:25Z,193,0,26,30
 
1106
  CC-MAIN-2026-08,5243,19893,2626328731,92220655,29208053,2026-03-14T01:06:34Z,191,0,29,18
1107
  CC-MAIN-2026-08,5244,19395,2572365544,91755759,29356531,2026-03-14T01:19:12Z,222,0,24,9
1108
  CC-MAIN-2026-08,5245,19207,2511351197,90003358,28938970,2026-03-14T01:19:12Z,193,0,22,9
@@ -1127,6 +1128,7 @@ CC-MAIN-2026-08,5263,19441,2558886288,94815301,30187800,2026-03-14T01:49:12Z,261
1127
  CC-MAIN-2026-08,5264,19734,2588505976,94208771,30036112,2026-03-14T01:52:42Z,165,0,46,32
1128
  CC-MAIN-2026-08,5265,19828,2604085939,95442973,29053804,2026-03-14T01:56:12Z,179,0,36,14
1129
  CC-MAIN-2026-08,5266,19695,2581454167,91949555,29136601,2026-03-14T01:59:57Z,154,0,62,13
 
1130
  CC-MAIN-2026-08,5492,19488,2577487663,95676086,30636918,2026-03-14T01:06:35Z,267,0,18,18
1131
  CC-MAIN-2026-08,5493,19631,2592234390,91001440,28842612,2026-03-14T01:19:12Z,181,0,28,9
1132
  CC-MAIN-2026-08,5494,19345,2580777219,94618705,30365899,2026-03-14T01:19:12Z,155,0,49,9
@@ -1142,7 +1144,7 @@ CC-MAIN-2026-08,5503,19497,2576906175,94120323,31404563,2026-03-14T01:06:35Z,498
1142
  CC-MAIN-2026-08,5504,19654,2633886389,100874878,31397824,2026-03-14T01:06:35Z,469,0,181,18
1143
  CC-MAIN-2026-08,5505,19634,2628475926,96894342,30790437,2026-03-14T01:06:35Z,441,0,168,18
1144
  CC-MAIN-2026-08,5506,19376,2575090816,95639515,29428932,2026-03-14T01:06:35Z,444,0,187,18
1145
- CC-MAIN-2026-08,5507,19679,2597965564,97687164,30152278,2026-03-14T02:04:06Z,324,0,71,0
1146
  CC-MAIN-2026-08,5750,19225,2531219062,93360327,29455068,2026-03-13T17:51:21Z,513,0,55,0
1147
  CC-MAIN-2026-08,5751,19431,2573138837,92349969,28828674,2026-03-14T01:06:35Z,813,0,172,18
1148
  CC-MAIN-2026-08,5752,19419,2563830903,92043031,29138030,2026-03-14T01:06:35Z,563,0,128,18
@@ -1177,7 +1179,7 @@ CC-MAIN-2026-08,6003,19442,2570001115,88549256,28224783,2026-03-14T01:06:35Z,538
1177
  CC-MAIN-2026-08,6004,19425,2562980822,88157658,28191792,2026-03-14T01:06:35Z,498,0,124,18
1178
  CC-MAIN-2026-08,6005,19283,2551192479,92601555,28655787,2026-03-14T01:06:35Z,458,0,167,18
1179
  CC-MAIN-2026-08,6006,19454,2592942389,96124717,29612115,2026-03-14T01:06:35Z,484,0,166,18
1180
- CC-MAIN-2026-08,6007,19516,2579008548,88879017,28677500,2026-03-14T02:04:06Z,325,0,67,0
1181
  CC-MAIN-2026-08,6250,19502,2594302344,89411296,28384540,2026-03-13T17:51:21Z,406,0,120,0
1182
  CC-MAIN-2026-08,6251,19394,2555453090,92793633,28885378,2026-03-14T01:06:36Z,709,0,233,18
1183
  CC-MAIN-2026-08,6252,19389,2566928631,91567909,28780284,2026-03-14T01:06:36Z,515,0,174,18
 
1103
  CC-MAIN-2026-08,5015,19398,2552298544,95860459,30091641,2026-03-14T01:53:15Z,189,0,23,12
1104
  CC-MAIN-2026-08,5016,19525,2584265099,96401381,30731924,2026-03-14T01:56:42Z,199,0,22,27
1105
  CC-MAIN-2026-08,5017,19297,2572400955,90354384,29075530,2026-03-14T02:00:25Z,193,0,26,30
1106
+ CC-MAIN-2026-08,5018,19412,2551905040,91116211,29143406,2026-03-14T02:04:51Z,229,0,22,0
1107
  CC-MAIN-2026-08,5243,19893,2626328731,92220655,29208053,2026-03-14T01:06:34Z,191,0,29,18
1108
  CC-MAIN-2026-08,5244,19395,2572365544,91755759,29356531,2026-03-14T01:19:12Z,222,0,24,9
1109
  CC-MAIN-2026-08,5245,19207,2511351197,90003358,28938970,2026-03-14T01:19:12Z,193,0,22,9
 
1128
  CC-MAIN-2026-08,5264,19734,2588505976,94208771,30036112,2026-03-14T01:52:42Z,165,0,46,32
1129
  CC-MAIN-2026-08,5265,19828,2604085939,95442973,29053804,2026-03-14T01:56:12Z,179,0,36,14
1130
  CC-MAIN-2026-08,5266,19695,2581454167,91949555,29136601,2026-03-14T01:59:57Z,154,0,62,13
1131
+ CC-MAIN-2026-08,5267,19436,2571339404,91996298,28540327,2026-03-14T02:04:51Z,250,0,25,0
1132
  CC-MAIN-2026-08,5492,19488,2577487663,95676086,30636918,2026-03-14T01:06:35Z,267,0,18,18
1133
  CC-MAIN-2026-08,5493,19631,2592234390,91001440,28842612,2026-03-14T01:19:12Z,181,0,28,9
1134
  CC-MAIN-2026-08,5494,19345,2580777219,94618705,30365899,2026-03-14T01:19:12Z,155,0,49,9
 
1144
  CC-MAIN-2026-08,5504,19654,2633886389,100874878,31397824,2026-03-14T01:06:35Z,469,0,181,18
1145
  CC-MAIN-2026-08,5505,19634,2628475926,96894342,30790437,2026-03-14T01:06:35Z,441,0,168,18
1146
  CC-MAIN-2026-08,5506,19376,2575090816,95639515,29428932,2026-03-14T01:06:35Z,444,0,187,18
1147
+ CC-MAIN-2026-08,5507,19679,2597965564,97687164,30152278,2026-03-14T02:04:06Z,324,0,71,22
1148
  CC-MAIN-2026-08,5750,19225,2531219062,93360327,29455068,2026-03-13T17:51:21Z,513,0,55,0
1149
  CC-MAIN-2026-08,5751,19431,2573138837,92349969,28828674,2026-03-14T01:06:35Z,813,0,172,18
1150
  CC-MAIN-2026-08,5752,19419,2563830903,92043031,29138030,2026-03-14T01:06:35Z,563,0,128,18
 
1179
  CC-MAIN-2026-08,6004,19425,2562980822,88157658,28191792,2026-03-14T01:06:35Z,498,0,124,18
1180
  CC-MAIN-2026-08,6005,19283,2551192479,92601555,28655787,2026-03-14T01:06:35Z,458,0,167,18
1181
  CC-MAIN-2026-08,6006,19454,2592942389,96124717,29612115,2026-03-14T01:06:35Z,484,0,166,18
1182
+ CC-MAIN-2026-08,6007,19516,2579008548,88879017,28677500,2026-03-14T02:04:06Z,325,0,67,22
1183
  CC-MAIN-2026-08,6250,19502,2594302344,89411296,28384540,2026-03-13T17:51:21Z,406,0,120,0
1184
  CC-MAIN-2026-08,6251,19394,2555453090,92793633,28885378,2026-03-14T01:06:36Z,709,0,233,18
1185
  CC-MAIN-2026-08,6252,19389,2566928631,91567909,28780284,2026-03-14T01:06:36Z,515,0,174,18