tamnd commited on
Commit
d55f073
·
verified ·
1 Parent(s): 84d339c

Publish shard CC-MAIN-2026-08/00110

Browse files
Files changed (3) hide show
  1. README.md +13 -13
  2. data/CC-MAIN-2026-08/00110.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 **2,001,904 documents across 102 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
 
@@ -166,28 +166,28 @@ Empty conversions (pages where trafilatura could not extract meaningful content)
166
 
167
  ### Compression Ratios
168
 
169
- Numbers below are actual measurements summed across all 102 files of CC-MAIN-2026-08 (2,001,904 pages total), projected to the full crawl of 100,000 WARC files.
170
 
171
- | Stage | 102 files (measured) | 100,000 files (projected) | Reduction |
172
  |---|---|---|---|
173
- | Raw WARC (.warc.gz, downloaded) | ~82.7 GB | ~83 TB | — |
174
- | HTML extracted (uncompressed) | 248.5 GB | ~295 TB | — |
175
- | Packed markdown WARC (.md.warc.gz) | ~4.1 GB | ~3.7 TB | **-98.3%** vs HTML |
176
- | Final Parquet (Zstd level 19) | 2.8 GB | ~2.9 TB | **-31.9%** vs packed WARC |
177
 
178
- The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 248.5 GB of uncompressed HTML down to 8.8 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.0%.
179
 
180
- End to end: ~82.7 GB of raw gzipped WARCs becomes **2.8 GB of Parquet** — a **96.6% total reduction** — containing 2,001,904 clean markdown documents.
181
 
182
  ### Processing Times
183
 
184
- Pipeline timings across 102 shards of CC-MAIN-2026-08:
185
 
186
  ```
187
- Download (raw WARC) ████████████████████████ total 3h 14m 52s avg 1m 54s
188
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 16m 2s avg 9s
189
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 41m 1s avg 24s
190
- Publish (HuggingFace) ████████░░░░░░░░░░░░░░░░ total 1h 8m 35s avg 40s
191
  ```
192
 
193
  ### 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 **2,021,249 documents across 103 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
 
 
166
 
167
  ### Compression Ratios
168
 
169
+ Numbers below are actual measurements summed across all 103 files of CC-MAIN-2026-08 (2,021,249 pages total), projected to the full crawl of 100,000 WARC files.
170
 
171
+ | Stage | 103 files (measured) | 100,000 files (projected) | Reduction |
172
  |---|---|---|---|
173
+ | Raw WARC (.warc.gz, downloaded) | ~83.5 GB | ~83 TB | — |
174
+ | HTML extracted (uncompressed) | 250.9 GB | ~295 TB | — |
175
+ | Packed markdown WARC (.md.warc.gz) | ~4.2 GB | ~3.7 TB | **-98.3%** vs HTML |
176
+ | Final Parquet (Zstd level 19) | 2.9 GB | ~2.9 TB | **-31.8%** vs packed WARC |
177
 
178
+ The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 250.9 GB of uncompressed HTML down to 8.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.0%.
179
 
180
+ End to end: ~83.5 GB of raw gzipped WARCs becomes **2.9 GB of Parquet** — a **96.6% total reduction** — containing 2,021,249 clean markdown documents.
181
 
182
  ### Processing Times
183
 
184
+ Pipeline timings across 103 shards of CC-MAIN-2026-08:
185
 
186
  ```
187
+ Download (raw WARC) ████████████████████████ total 3h 18m 33s avg 1m 55s
188
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 16m 2s avg 9s
189
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 41m 32s avg 24s
190
+ Publish (HuggingFace) ████████░░░░░░░░░░░░░░░░ total 1h 9m 36s avg 40s
191
  ```
192
 
193
  ### Dataset Charts
data/CC-MAIN-2026-08/00110.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e42632176393a257a4247ca5bc3be9d7520e48c4c4b132903a404fe00f2f767
3
+ size 30521102
stats.csv CHANGED
@@ -55,6 +55,7 @@ CC-MAIN-2026-08,106,19330,2553664208,96434475,31127446,2026-03-13T07:06:40Z,245,
55
  CC-MAIN-2026-08,107,19477,2610750800,97990183,30876795,2026-03-13T07:11:08Z,203,0,34,29
56
  CC-MAIN-2026-08,108,19400,2604607711,92680586,29321154,2026-03-13T07:15:10Z,157,0,26,57
57
  CC-MAIN-2026-08,109,19487,2556703136,91883241,29188577,2026-03-13T07:19:05Z,164,0,26,43
 
58
  CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
59
  CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
60
  CC-MAIN-2026-08,253,19312,2557230855,96017199,30399966,2026-03-13T06:51:42Z,130,0,23,117
@@ -100,4 +101,4 @@ CC-MAIN-2026-08,856,19385,2558572359,91525713,29427460,2026-03-13T07:05:38Z,205,
100
  CC-MAIN-2026-08,857,19212,2557023444,92182544,29693634,2026-03-13T07:09:08Z,142,0,25,41
101
  CC-MAIN-2026-08,858,19334,2597016068,94530828,30545661,2026-03-13T07:13:03Z,196,0,30,8
102
  CC-MAIN-2026-08,859,19255,2580352354,93040618,29288941,2026-03-13T07:16:37Z,158,0,22,31
103
- CC-MAIN-2026-08,860,19579,2621603372,97234729,30832377,2026-03-13T07:21:47Z,272,0,37,0
 
55
  CC-MAIN-2026-08,107,19477,2610750800,97990183,30876795,2026-03-13T07:11:08Z,203,0,34,29
56
  CC-MAIN-2026-08,108,19400,2604607711,92680586,29321154,2026-03-13T07:15:10Z,157,0,26,57
57
  CC-MAIN-2026-08,109,19487,2556703136,91883241,29188577,2026-03-13T07:19:05Z,164,0,26,43
58
+ CC-MAIN-2026-08,110,19345,2585860073,93489029,30521102,2026-03-13T07:23:19Z,221,0,31,0
59
  CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
60
  CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
61
  CC-MAIN-2026-08,253,19312,2557230855,96017199,30399966,2026-03-13T06:51:42Z,130,0,23,117
 
101
  CC-MAIN-2026-08,857,19212,2557023444,92182544,29693634,2026-03-13T07:09:08Z,142,0,25,41
102
  CC-MAIN-2026-08,858,19334,2597016068,94530828,30545661,2026-03-13T07:13:03Z,196,0,30,8
103
  CC-MAIN-2026-08,859,19255,2580352354,93040618,29288941,2026-03-13T07:16:37Z,158,0,22,31
104
+ CC-MAIN-2026-08,860,19579,2621603372,97234729,30832377,2026-03-13T07:22:32Z,272,0,37,44