tamnd commited on
Commit
1e1685b
·
verified ·
1 Parent(s): ff1ec31

Publish shard CC-MAIN-2026-08/01936

Browse files
Files changed (3) hide show
  1. README.md +11 -11
  2. data/CC-MAIN-2026-08/01936.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,460,910 documents across 748 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 748 files of CC-MAIN-2026-08 (14,460,910 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 748 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
- | Raw WARC (.warc.gz, downloaded) | ~606.3 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.7 TB | ~295 TB | — |
173
- | Packed markdown WARC (.md.warc.gz) | ~30.6 GB | ~3.7 TB | **-98.3%** vs HTML |
174
  | Final Parquet (Zstd level 19) | 20.7 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 65.2 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: ~606.3 GB of raw gzipped WARCs becomes **20.7 GB of Parquet** — a **96.6% total reduction** — containing 14,460,910 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 748 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 41h 33m 0s avg 3m 19s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 8s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 9h 1m 47s avg 43s
188
- Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 34m 13s 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,480,434 documents across 749 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 749 files of CC-MAIN-2026-08 (14,480,434 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 749 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
+ | Raw WARC (.warc.gz, downloaded) | ~607.1 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.7 TB | ~295 TB | — |
173
+ | Packed markdown WARC (.md.warc.gz) | ~30.7 GB | ~3.7 TB | **-98.3%** vs HTML |
174
  | Final Parquet (Zstd level 19) | 20.7 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 65.3 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: ~607.1 GB of raw gzipped WARCs becomes **20.7 GB of Parquet** — a **96.6% total reduction** — containing 14,480,434 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 749 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 41h 38m 14s avg 3m 20s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 8s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 9h 2m 13s avg 43s
188
+ Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 34m 24s avg 26s
189
  ```
190
 
191
  ### Dataset Charts
data/CC-MAIN-2026-08/01936.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd4d11e59bb20afcd8669f1a719d3dfd9ac7c376301e32d401fb001c71c3966
3
+ size 29691200
stats.csv CHANGED
@@ -623,6 +623,7 @@ CC-MAIN-2026-08,1932,19369,2564301103,93801517,29242281,2026-03-13T15:46:56Z,546
623
  CC-MAIN-2026-08,1933,19248,2579893230,98704471,31093153,2026-03-13T15:59:11Z,598,0,126,11
624
  CC-MAIN-2026-08,1934,19550,2574323484,90960336,28636735,2026-03-13T16:02:56Z,206,0,23,30
625
  CC-MAIN-2026-08,1935,19304,2592135602,98430951,30753776,2026-03-13T16:08:26Z,239,0,81,12
 
626
  CC-MAIN-2026-08,2101,19421,2568457366,93149947,28748313,2026-03-13T13:54:07Z,262,0,31,0
627
  CC-MAIN-2026-08,2102,19717,2608848648,96373346,30639542,2026-03-13T14:00:38Z,281,0,109,0
628
  CC-MAIN-2026-08,2103,19325,2580718688,94798987,30249683,2026-03-13T14:06:18Z,304,0,34,0
@@ -714,7 +715,7 @@ CC-MAIN-2026-08,2824,19187,2537556792,92083965,29727470,2026-03-13T15:46:33Z,498
714
  CC-MAIN-2026-08,2825,19533,2582104096,95896575,30321794,2026-03-13T15:52:41Z,305,0,64,12
715
  CC-MAIN-2026-08,2826,19519,2588031935,96747984,30634522,2026-03-13T16:00:26Z,393,0,80,23
716
  CC-MAIN-2026-08,2827,19399,2545980437,91425550,29777608,2026-03-13T16:08:56Z,467,0,35,13
717
- CC-MAIN-2026-08,2828,19552,2560245417,89820454,28768898,2026-03-13T16:12:41Z,193,0,39,0
718
  CC-MAIN-2026-08,3051,19591,2590387140,91599959,29213641,2026-03-13T12:27:59Z,0,0,0,5
719
  CC-MAIN-2026-08,3052,19289,2581535769,95779278,29412368,2026-03-13T12:27:59Z,0,0,0,5
720
  CC-MAIN-2026-08,3053,19208,2553598556,93105627,29687407,2026-03-13T12:27:59Z,0,0,0,5
 
623
  CC-MAIN-2026-08,1933,19248,2579893230,98704471,31093153,2026-03-13T15:59:11Z,598,0,126,11
624
  CC-MAIN-2026-08,1934,19550,2574323484,90960336,28636735,2026-03-13T16:02:56Z,206,0,23,30
625
  CC-MAIN-2026-08,1935,19304,2592135602,98430951,30753776,2026-03-13T16:08:26Z,239,0,81,12
626
+ CC-MAIN-2026-08,1936,19524,2587346278,94370630,29691200,2026-03-13T16:13:56Z,314,0,26,0
627
  CC-MAIN-2026-08,2101,19421,2568457366,93149947,28748313,2026-03-13T13:54:07Z,262,0,31,0
628
  CC-MAIN-2026-08,2102,19717,2608848648,96373346,30639542,2026-03-13T14:00:38Z,281,0,109,0
629
  CC-MAIN-2026-08,2103,19325,2580718688,94798987,30249683,2026-03-13T14:06:18Z,304,0,34,0
 
715
  CC-MAIN-2026-08,2825,19533,2582104096,95896575,30321794,2026-03-13T15:52:41Z,305,0,64,12
716
  CC-MAIN-2026-08,2826,19519,2588031935,96747984,30634522,2026-03-13T16:00:26Z,393,0,80,23
717
  CC-MAIN-2026-08,2827,19399,2545980437,91425550,29777608,2026-03-13T16:08:56Z,467,0,35,13
718
+ CC-MAIN-2026-08,2828,19552,2560245417,89820454,28768898,2026-03-13T16:12:41Z,193,0,39,11
719
  CC-MAIN-2026-08,3051,19591,2590387140,91599959,29213641,2026-03-13T12:27:59Z,0,0,0,5
720
  CC-MAIN-2026-08,3052,19289,2581535769,95779278,29412368,2026-03-13T12:27:59Z,0,0,0,5
721
  CC-MAIN-2026-08,3053,19208,2553598556,93105627,29687407,2026-03-13T12:27:59Z,0,0,0,5