tamnd commited on
Commit
1d2313c
·
verified ·
1 Parent(s): e14ca6c

Publish shard CC-MAIN-2026-08/00808

Browse files
Files changed (3) hide show
  1. README.md +9 -9
  2. data/CC-MAIN-2026-08/00808.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 **26,474,169 documents across 1369 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 1369 files of CC-MAIN-2026-08 (26,474,169 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 1369 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
  | Raw WARC (.warc.gz, downloaded) | ~1.1 TB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 3.2 TB | ~295 TB | — |
173
- | Packed markdown WARC (.md.warc.gz) | ~56.1 GB | ~3.7 TB | **-98.3%** vs HTML |
174
  | Final Parquet (Zstd level 19) | 37.9 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 3.2 TB of uncompressed HTML down to 119.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: ~1.1 TB of raw gzipped WARCs becomes **37.9 GB of Parquet** — a **96.6% total reduction** — containing 26,474,169 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 1369 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 105h 52m 59s avg 4m 38s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 7h 49m 11s avg 20s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 26h 9m 17s avg 1m 8s
188
  Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 8h 23m 32s avg 22s
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 **26,493,803 documents across 1370 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 1370 files of CC-MAIN-2026-08 (26,493,803 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 1370 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
  | Raw WARC (.warc.gz, downloaded) | ~1.1 TB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 3.2 TB | ~295 TB | — |
173
+ | Packed markdown WARC (.md.warc.gz) | ~56.2 GB | ~3.7 TB | **-98.3%** vs HTML |
174
  | Final Parquet (Zstd level 19) | 37.9 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 3.2 TB of uncompressed HTML down to 119.5 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: ~1.1 TB of raw gzipped WARCs becomes **37.9 GB of Parquet** — a **96.6% total reduction** — containing 26,493,803 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 1370 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 106h 1m 47s avg 4m 38s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 7h 49m 11s avg 20s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 26h 11m 46s avg 1m 8s
188
  Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 8h 23m 32s avg 22s
189
  ```
190
 
data/CC-MAIN-2026-08/00808.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:180cac017805cb13f711ffcbbfbdfd4836c37cfa9f9e0c79a9761f96592fd386
3
+ size 30923128
stats.csv CHANGED
@@ -620,6 +620,7 @@ CC-MAIN-2026-08,804,19533,2600701066,98156820,30469294,2026-03-14T03:16:50Z,0,49
620
  CC-MAIN-2026-08,805,19427,2610866318,96874362,30385357,2026-03-14T03:28:02Z,0,431,227,27
621
  CC-MAIN-2026-08,806,19671,2607243258,96867910,30601551,2026-03-14T03:38:25Z,0,487,145,32
622
  CC-MAIN-2026-08,807,19677,2589017589,93848767,29986202,2026-03-14T03:50:20Z,0,483,227,25
 
623
  CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
624
  CC-MAIN-2026-08,852,19334,2546015208,94959847,30205044,2026-03-13T06:45:52Z,183,0,57,11
625
  CC-MAIN-2026-08,853,19694,2567973975,95901932,30303494,2026-03-13T06:50:12Z,150,0,28,80
 
620
  CC-MAIN-2026-08,805,19427,2610866318,96874362,30385357,2026-03-14T03:28:02Z,0,431,227,27
621
  CC-MAIN-2026-08,806,19671,2607243258,96867910,30601551,2026-03-14T03:38:25Z,0,487,145,32
622
  CC-MAIN-2026-08,807,19677,2589017589,93848767,29986202,2026-03-14T03:50:20Z,0,483,227,25
623
+ CC-MAIN-2026-08,808,19634,2591024925,96170148,30923128,2026-03-14T04:01:25Z,528,0,149,0
624
  CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
625
  CC-MAIN-2026-08,852,19334,2546015208,94959847,30205044,2026-03-13T06:45:52Z,183,0,57,11
626
  CC-MAIN-2026-08,853,19694,2567973975,95901932,30303494,2026-03-13T06:50:12Z,150,0,28,80