tamnd commited on
Commit
61ea2e1
·
verified ·
1 Parent(s): a580237

Publish shard CC-MAIN-2026-08/01149

Browse files
Files changed (3) hide show
  1. README.md +11 -11
  2. data/CC-MAIN-2026-08/01149.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,348,975 documents across 741 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 741 files of CC-MAIN-2026-08 (14,348,975 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 741 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
- | Raw WARC (.warc.gz, downloaded) | ~600.6 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.7 TB | ~295 TB | — |
173
  | Packed markdown WARC (.md.warc.gz) | ~30.4 GB | ~3.7 TB | **-98.3%** vs HTML |
174
- | Final Parquet (Zstd level 19) | 20.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.7 TB of uncompressed HTML down to 64.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: ~600.6 GB of raw gzipped WARCs becomes **20.5 GB of Parquet** — a **96.6% total reduction** — containing 14,348,975 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 741 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 37h 27m 16s avg 3m 1s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 43m 46s avg 8s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 8h 1m 33s avg 38s
188
- Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 46m 45s avg 28s
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,368,328 documents across 742 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 742 files of CC-MAIN-2026-08 (14,368,328 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 742 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
+ | Raw WARC (.warc.gz, downloaded) | ~601.4 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.7 TB | ~295 TB | — |
173
  | Packed markdown WARC (.md.warc.gz) | ~30.4 GB | ~3.7 TB | **-98.3%** vs HTML |
174
+ | Final Parquet (Zstd level 19) | 20.6 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.7 TB of uncompressed HTML down to 64.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.2%.
177
 
178
+ End to end: ~601.4 GB of raw gzipped WARCs becomes **20.6 GB of Parquet** — a **96.6% total reduction** — containing 14,368,328 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 742 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 37h 30m 29s avg 3m 1s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 43m 46s avg 8s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 8h 2m 21s avg 39s
188
+ Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 47m 9s avg 28s
189
  ```
190
 
191
  ### Dataset Charts
data/CC-MAIN-2026-08/01149.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5892759994b5bb994d5627dd157afba5c7fc27ee9154a3217d43351e7ca71ff0
3
+ size 29169496
stats.csv CHANGED
@@ -158,7 +158,7 @@ CC-MAIN-2026-08,158,19602,2574519954,95688884,31198151,2026-03-13T11:16:24Z,198,
158
  CC-MAIN-2026-08,159,19592,2577788157,94175057,30675869,2026-03-13T11:27:14Z,452,0,84,0
159
  CC-MAIN-2026-08,160,19271,2527232924,95203130,30033158,2026-03-13T11:33:44Z,288,0,101,0
160
  CC-MAIN-2026-08,161,19411,2586897602,92915640,29432265,2026-03-13T16:00:16Z,230,0,32,13
161
- CC-MAIN-2026-08,162,19489,2608515320,96148992,31443246,2026-03-13T16:05:31Z,254,0,61,0
162
  CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
163
  CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
164
  CC-MAIN-2026-08,253,19312,2557230855,96017199,30399966,2026-03-13T06:51:42Z,130,0,23,117
@@ -493,6 +493,7 @@ CC-MAIN-2026-08,1145,19433,2544313558,90984935,28652764,2026-03-13T15:51:01Z,186
493
  CC-MAIN-2026-08,1146,19298,2558607156,94454330,29263992,2026-03-13T15:54:46Z,175,0,55,23
494
  CC-MAIN-2026-08,1147,19427,2559373463,97198018,29988995,2026-03-13T15:59:01Z,201,0,55,42
495
  CC-MAIN-2026-08,1148,19440,2583532090,90118606,28894417,2026-03-13T16:03:16Z,193,0,65,16
 
496
  CC-MAIN-2026-08,1201,19808,2613302440,99389904,31420651,2026-03-13T11:28:27Z,244,0,40,0
497
  CC-MAIN-2026-08,1202,19636,2614718109,93578849,29619593,2026-03-13T11:36:13Z,432,0,33,0
498
  CC-MAIN-2026-08,1203,19530,2570545683,93147045,29416235,2026-03-13T11:42:05Z,324,0,27,0
 
158
  CC-MAIN-2026-08,159,19592,2577788157,94175057,30675869,2026-03-13T11:27:14Z,452,0,84,0
159
  CC-MAIN-2026-08,160,19271,2527232924,95203130,30033158,2026-03-13T11:33:44Z,288,0,101,0
160
  CC-MAIN-2026-08,161,19411,2586897602,92915640,29432265,2026-03-13T16:00:16Z,230,0,32,13
161
+ CC-MAIN-2026-08,162,19489,2608515320,96148992,31443246,2026-03-13T16:05:31Z,254,0,61,24
162
  CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
163
  CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
164
  CC-MAIN-2026-08,253,19312,2557230855,96017199,30399966,2026-03-13T06:51:42Z,130,0,23,117
 
493
  CC-MAIN-2026-08,1146,19298,2558607156,94454330,29263992,2026-03-13T15:54:46Z,175,0,55,23
494
  CC-MAIN-2026-08,1147,19427,2559373463,97198018,29988995,2026-03-13T15:59:01Z,201,0,55,42
495
  CC-MAIN-2026-08,1148,19440,2583532090,90118606,28894417,2026-03-13T16:03:16Z,193,0,65,16
496
+ CC-MAIN-2026-08,1149,19353,2548580914,92188411,29169496,2026-03-13T16:07:16Z,193,0,48,0
497
  CC-MAIN-2026-08,1201,19808,2613302440,99389904,31420651,2026-03-13T11:28:27Z,244,0,40,0
498
  CC-MAIN-2026-08,1202,19636,2614718109,93578849,29619593,2026-03-13T11:36:13Z,432,0,33,0
499
  CC-MAIN-2026-08,1203,19530,2570545683,93147045,29416235,2026-03-13T11:42:05Z,324,0,27,0