tamnd commited on
Commit
c3219d6
·
verified ·
1 Parent(s): ac58bdb

Publish shard CC-MAIN-2026-08/01596

Browse files
Files changed (3) hide show
  1. README.md +8 -8
  2. data/CC-MAIN-2026-08/01596.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 **47,997,313 documents across 2477 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 2477 files of CC-MAIN-2026-08 (47,997,313 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 2477 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
  | Raw WARC (.warc.gz, downloaded) | ~2.0 TB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 5.8 TB | ~295 TB | — |
173
  | Packed markdown WARC (.md.warc.gz) | ~101.5 GB | ~3.7 TB | **-98.3%** vs HTML |
174
  | Final Parquet (Zstd level 19) | 68.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 5.8 TB of uncompressed HTML down to 215.9 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.0 TB of raw gzipped WARCs becomes **68.5 GB of Parquet** — a **96.6% total reduction** — containing 47,997,313 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 2477 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 214h 54m 9s avg 5m 12s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 12h 57m 19s avg 18s
187
- Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 55h 26m 33s avg 1m 20s
188
  Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 17h 41m 5s 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 **48,016,944 documents across 2478 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 2478 files of CC-MAIN-2026-08 (48,016,944 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 2478 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
  | Raw WARC (.warc.gz, downloaded) | ~2.0 TB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 5.8 TB | ~295 TB | — |
173
  | Packed markdown WARC (.md.warc.gz) | ~101.5 GB | ~3.7 TB | **-98.3%** vs HTML |
174
  | Final Parquet (Zstd level 19) | 68.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 5.8 TB of uncompressed HTML down to 216.0 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.0 TB of raw gzipped WARCs becomes **68.5 GB of Parquet** — a **96.6% total reduction** — containing 48,016,944 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 2478 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 215h 0m 5s avg 5m 12s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 12h 57m 19s avg 18s
187
+ Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 55h 27m 38s avg 1m 20s
188
  Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 17h 41m 5s avg 25s
189
  ```
190
 
data/CC-MAIN-2026-08/01596.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25950a9192110aa7cf656c60261aed7ad4d9c5dcee87fc8c3fbdabf01181dcb5
3
+ size 28501800
stats.csv CHANGED
@@ -1289,6 +1289,7 @@ CC-MAIN-2026-08,1592,19523,2578205198,98560558,31078365,2026-03-14T16:35:59Z,550
1289
  CC-MAIN-2026-08,1593,19470,2570746590,95127149,30237697,2026-03-14T16:44:08Z,454,0,53,41
1290
  CC-MAIN-2026-08,1594,19489,2587369923,93013488,29494120,2026-03-14T16:53:08Z,489,0,62,26
1291
  CC-MAIN-2026-08,1595,19336,2556852293,94845310,29492260,2026-03-14T17:02:38Z,533,0,24,20
 
1292
  CC-MAIN-2026-08,1601,19488,2581638297,95520157,30384219,2026-03-13T09:59:33Z,582,0,278,0
1293
  CC-MAIN-2026-08,1602,19483,2565678793,94359979,29292971,2026-03-13T10:27:25Z,1527,0,141,0
1294
  CC-MAIN-2026-08,1603,19263,2551028375,92915325,29206149,2026-03-13T10:55:50Z,1379,0,324,0
 
1289
  CC-MAIN-2026-08,1593,19470,2570746590,95127149,30237697,2026-03-14T16:44:08Z,454,0,53,41
1290
  CC-MAIN-2026-08,1594,19489,2587369923,93013488,29494120,2026-03-14T16:53:08Z,489,0,62,26
1291
  CC-MAIN-2026-08,1595,19336,2556852293,94845310,29492260,2026-03-14T17:02:38Z,533,0,24,20
1292
+ CC-MAIN-2026-08,1596,19631,2604515391,90324522,28501800,2026-03-14T17:09:42Z,356,0,65,0
1293
  CC-MAIN-2026-08,1601,19488,2581638297,95520157,30384219,2026-03-13T09:59:33Z,582,0,278,0
1294
  CC-MAIN-2026-08,1602,19483,2565678793,94359979,29292971,2026-03-13T10:27:25Z,1527,0,141,0
1295
  CC-MAIN-2026-08,1603,19263,2551028375,92915325,29206149,2026-03-13T10:55:50Z,1379,0,324,0