tamnd commited on
Commit
ff5d6a8
·
verified ·
1 Parent(s): 05393ff

Publish shard CC-MAIN-2026-08/01637

Browse files
Files changed (3) hide show
  1. README.md +9 -9
  2. data/CC-MAIN-2026-08/01637.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 **54,784,006 documents across 2827 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 2827 files of CC-MAIN-2026-08 (54,784,006 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 2827 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) | ~115.9 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 78.1 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 246.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: ~2.2 TB of raw gzipped WARCs becomes **78.1 GB of Parquet** — a **96.6% total reduction** — containing 54,784,006 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 2827 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 253h 7m 45s avg 5m 22s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 13h 28m 50s avg 17s
187
- Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 65h 26m 16s avg 1m 23s
188
  Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 20h 11m 53s 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 **54,803,617 documents across 2828 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 2828 files of CC-MAIN-2026-08 (54,803,617 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 2828 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) | ~115.9 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 78.2 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 246.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: ~2.2 TB of raw gzipped WARCs becomes **78.2 GB of Parquet** — a **96.6% total reduction** — containing 54,803,617 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 2828 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 253h 16m 10s avg 5m 22s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 13h 28m 50s avg 17s
187
+ Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 65h 27m 34s avg 1m 23s
188
  Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 20h 11m 53s avg 25s
189
  ```
190
 
data/CC-MAIN-2026-08/01637.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0723aa0f11667ecd57e629ef515cfe70b6d3b0a53d204883c4fd350af7be2b97
3
+ size 29793286
stats.csv CHANGED
@@ -1490,6 +1490,7 @@ CC-MAIN-2026-08,1633,19483,2590972886,94830407,30025430,2026-03-14T22:54:38Z,393
1490
  CC-MAIN-2026-08,1634,19548,2552611174,90568149,29304077,2026-03-14T23:04:08Z,429,0,140,22
1491
  CC-MAIN-2026-08,1635,19339,2564985967,92747562,29490094,2026-03-14T23:14:38Z,380,0,250,26
1492
  CC-MAIN-2026-08,1636,19558,2573287427,90848455,28905555,2026-03-14T23:26:06Z,534,0,145,34
 
1493
  CC-MAIN-2026-08,1701,19575,2592915946,93927019,29572275,2026-03-13T10:00:53Z,409,0,120,0
1494
  CC-MAIN-2026-08,1702,19425,2577254955,93442280,30027930,2026-03-13T10:23:32Z,975,0,382,0
1495
  CC-MAIN-2026-08,1703,19508,2591685666,98571540,31515934,2026-03-13T10:34:03Z,454,0,174,0
 
1490
  CC-MAIN-2026-08,1634,19548,2552611174,90568149,29304077,2026-03-14T23:04:08Z,429,0,140,22
1491
  CC-MAIN-2026-08,1635,19339,2564985967,92747562,29490094,2026-03-14T23:14:38Z,380,0,250,26
1492
  CC-MAIN-2026-08,1636,19558,2573287427,90848455,28905555,2026-03-14T23:26:06Z,534,0,145,34
1493
+ CC-MAIN-2026-08,1637,19611,2603499807,95087493,29793286,2026-03-14T23:35:40Z,505,0,78,0
1494
  CC-MAIN-2026-08,1701,19575,2592915946,93927019,29572275,2026-03-13T10:00:53Z,409,0,120,0
1495
  CC-MAIN-2026-08,1702,19425,2577254955,93442280,30027930,2026-03-13T10:23:32Z,975,0,382,0
1496
  CC-MAIN-2026-08,1703,19508,2591685666,98571540,31515934,2026-03-13T10:34:03Z,454,0,174,0