tamnd commited on
Commit
b439ec0
·
verified ·
1 Parent(s): 023c5a2

Publish shard CC-MAIN-2026-08/03120

Browse files
Files changed (3) hide show
  1. README.md +12 -12
  2. data/CC-MAIN-2026-08/03120.parquet +3 -0
  3. stats.csv +2 -1
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 **14,968,684 documents across 774 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 774 files of CC-MAIN-2026-08 (14,968,684 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 774 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
- | Raw WARC (.warc.gz, downloaded) | ~627.4 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.8 TB | ~295 TB | — |
173
- | Packed markdown WARC (.md.warc.gz) | ~31.7 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 21.4 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 1.8 TB of uncompressed HTML down to 67.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.2%.
177
 
178
- End to end: ~627.4 GB of raw gzipped WARCs becomes **21.4 GB of Parquet** — a **96.6% total reduction** — containing 14,968,684 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 774 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 43h 38m 31s avg 3m 22s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 8s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 9h 20m 24s avg 43s
188
- Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 47m 29s avg 26s
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 **14,988,218 documents across 775 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 775 files of CC-MAIN-2026-08 (14,988,218 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 775 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
+ | Raw WARC (.warc.gz, downloaded) | ~628.2 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.8 TB | ~295 TB | — |
173
+ | Packed markdown WARC (.md.warc.gz) | ~31.8 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 21.5 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 1.8 TB of uncompressed HTML down to 67.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.2%.
177
 
178
+ End to end: ~628.2 GB of raw gzipped WARCs becomes **21.5 GB of Parquet** — a **96.6% total reduction** — containing 14,988,218 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 775 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 43h 45m 59s avg 3m 23s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 8s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 9h 21m 9s avg 43s
188
+ Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 47m 44s avg 26s
189
  ```
190
 
191
  ### Dataset Charts
data/CC-MAIN-2026-08/03120.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398c8e6b1e9df36aa707d699ee9be2c1e91cf31b31c03980660e4d9856f6a1f1
3
+ size 28995496
stats.csv CHANGED
@@ -667,7 +667,7 @@ CC-MAIN-2026-08,2126,19604,2590610069,97476800,30121196,2026-03-13T15:50:56Z,210
667
  CC-MAIN-2026-08,2127,19399,2549889958,95568982,29906356,2026-03-13T15:58:26Z,317,0,127,13
668
  CC-MAIN-2026-08,2155,19658,2616939549,93318117,29726149,2026-03-13T17:14:26Z,334,0,48,15
669
  CC-MAIN-2026-08,2156,19927,2657322438,97174427,30255289,2026-03-13T17:18:25Z,183,0,25,16
670
- CC-MAIN-2026-08,2157,19634,2593240480,98042150,30239020,2026-03-13T17:23:11Z,245,0,56,0
671
  CC-MAIN-2026-08,2301,19498,2589050373,94698511,30163652,2026-03-13T13:54:08Z,261,0,33,0
672
  CC-MAIN-2026-08,2302,19595,2575185844,96075881,29961924,2026-03-13T14:00:40Z,280,0,112,0
673
  CC-MAIN-2026-08,2303,19594,2612324314,94525336,29944034,2026-03-13T14:06:16Z,305,0,30,0
@@ -770,6 +770,7 @@ CC-MAIN-2026-08,3089,19393,2567259564,89712366,28381748,2026-03-13T16:08:56Z,434
770
  CC-MAIN-2026-08,3090,19725,2644246878,95325452,30136348,2026-03-13T16:20:26Z,590,0,98,23
771
  CC-MAIN-2026-08,3091,19396,2586632962,92038056,29116167,2026-03-13T16:23:56Z,172,0,32,23
772
  CC-MAIN-2026-08,3119,19460,2584493930,93876776,31478880,2026-03-13T17:15:26Z,454,0,25,15
 
773
  CC-MAIN-2026-08,3551,19488,2583454997,93104559,29560362,2026-03-13T12:14:48Z,219,0,44,0
774
  CC-MAIN-2026-08,3552,19589,2622893447,95992637,29462588,2026-03-13T12:17:56Z,162,0,24,0
775
  CC-MAIN-2026-08,3553,19595,2591041524,96226434,30415440,2026-03-13T12:21:13Z,166,0,31,0
 
667
  CC-MAIN-2026-08,2127,19399,2549889958,95568982,29906356,2026-03-13T15:58:26Z,317,0,127,13
668
  CC-MAIN-2026-08,2155,19658,2616939549,93318117,29726149,2026-03-13T17:14:26Z,334,0,48,15
669
  CC-MAIN-2026-08,2156,19927,2657322438,97174427,30255289,2026-03-13T17:18:25Z,183,0,25,16
670
+ CC-MAIN-2026-08,2157,19634,2593240480,98042150,30239020,2026-03-13T17:23:11Z,245,0,56,15
671
  CC-MAIN-2026-08,2301,19498,2589050373,94698511,30163652,2026-03-13T13:54:08Z,261,0,33,0
672
  CC-MAIN-2026-08,2302,19595,2575185844,96075881,29961924,2026-03-13T14:00:40Z,280,0,112,0
673
  CC-MAIN-2026-08,2303,19594,2612324314,94525336,29944034,2026-03-13T14:06:16Z,305,0,30,0
 
770
  CC-MAIN-2026-08,3090,19725,2644246878,95325452,30136348,2026-03-13T16:20:26Z,590,0,98,23
771
  CC-MAIN-2026-08,3091,19396,2586632962,92038056,29116167,2026-03-13T16:23:56Z,172,0,32,23
772
  CC-MAIN-2026-08,3119,19460,2584493930,93876776,31478880,2026-03-13T17:15:26Z,454,0,25,15
773
+ CC-MAIN-2026-08,3120,19534,2574176327,90852771,28995496,2026-03-13T17:23:40Z,448,0,45,0
774
  CC-MAIN-2026-08,3551,19488,2583454997,93104559,29560362,2026-03-13T12:14:48Z,219,0,44,0
775
  CC-MAIN-2026-08,3552,19589,2622893447,95992637,29462588,2026-03-13T12:17:56Z,162,0,24,0
776
  CC-MAIN-2026-08,3553,19595,2591041524,96226434,30415440,2026-03-13T12:21:13Z,166,0,31,0