tamnd commited on
Commit
f289eb4
·
verified ·
1 Parent(s): 83b92d0

Publish shard CC-MAIN-2026-08/01224

Browse files
Files changed (3) hide show
  1. README.md +10 -10
  2. data/CC-MAIN-2026-08/01224.parquet +3 -0
  3. stats.csv +1 -0
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 **55,057,564 documents across 2841 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,27 +164,27 @@ Empty conversions (pages where trafilatura could not extract meaningful content)
164
 
165
  ### Compression Ratios
166
 
167
- Numbers below are actual measurements summed across all 2841 files of CC-MAIN-2026-08 (55,057,564 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 2841 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
  | Raw WARC (.warc.gz, downloaded) | ~2.2 TB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 6.6 TB | ~295 TB | — |
173
- | Packed markdown WARC (.md.warc.gz) | ~116.4 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 78.5 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 6.6 TB of uncompressed HTML down to 247.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.2 TB of raw gzipped WARCs becomes **78.5 GB of Parquet** — a **96.6% total reduction** — containing 55,057,564 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 2841 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 255h 42m 36s avg 5m 24s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 13h 28m 50s avg 17s
187
- Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 66h 6m 19s avg 1m 23s
188
  Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 20h 22m 27s avg 25s
189
  ```
190
 
 
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 **55,077,107 documents across 2842 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 2842 files of CC-MAIN-2026-08 (55,077,107 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 2842 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
  | Raw WARC (.warc.gz, downloaded) | ~2.2 TB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 6.6 TB | ~295 TB | — |
173
+ | Packed markdown WARC (.md.warc.gz) | ~116.5 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 78.6 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 6.6 TB of uncompressed HTML down to 247.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: ~2.2 TB of raw gzipped WARCs becomes **78.6 GB of Parquet** — a **96.6% total reduction** — containing 55,077,107 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 2842 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 255h 50m 38s avg 5m 24s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 13h 28m 50s avg 17s
187
+ Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 66h 7m 51s avg 1m 23s
188
  Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 20h 22m 27s avg 25s
189
  ```
190
 
data/CC-MAIN-2026-08/01224.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae08e05767c578395d0cbae7f6769bf1d438ffa5bac8c9cde8b7d8e87985f7f9
3
+ size 30311183
stats.csv CHANGED
@@ -1179,6 +1179,7 @@ CC-MAIN-2026-08,1220,19551,2607251638,95145629,30164862,2026-03-14T23:22:33Z,468
1179
  CC-MAIN-2026-08,1221,19414,2579247514,93335521,30134703,2026-03-14T23:34:17Z,564,0,145,20
1180
  CC-MAIN-2026-08,1222,19650,2589039487,90531330,28315780,2026-03-14T23:49:38Z,544,0,376,31
1181
  CC-MAIN-2026-08,1223,19563,2619985084,90146687,28764264,2026-03-14T23:59:38Z,243,0,353,25
 
1182
  CC-MAIN-2026-08,1250,19570,2579186072,96548314,30182713,2026-03-13T17:40:42Z,339,0,97,26
1183
  CC-MAIN-2026-08,1251,19338,2590830646,96118830,30643824,2026-03-13T17:49:32Z,454,0,109,16
1184
  CC-MAIN-2026-08,1252,19317,2547574291,92820055,29625468,2026-03-13T17:58:44Z,410,0,136,0
 
1179
  CC-MAIN-2026-08,1221,19414,2579247514,93335521,30134703,2026-03-14T23:34:17Z,564,0,145,20
1180
  CC-MAIN-2026-08,1222,19650,2589039487,90531330,28315780,2026-03-14T23:49:38Z,544,0,376,31
1181
  CC-MAIN-2026-08,1223,19563,2619985084,90146687,28764264,2026-03-14T23:59:38Z,243,0,353,25
1182
+ CC-MAIN-2026-08,1224,19543,2555455279,96595426,30311183,2026-03-15T00:09:08Z,482,0,92,0
1183
  CC-MAIN-2026-08,1250,19570,2579186072,96548314,30182713,2026-03-13T17:40:42Z,339,0,97,26
1184
  CC-MAIN-2026-08,1251,19338,2590830646,96118830,30643824,2026-03-13T17:49:32Z,454,0,109,16
1185
  CC-MAIN-2026-08,1252,19317,2547574291,92820055,29625468,2026-03-13T17:58:44Z,410,0,136,0