tamnd commited on
Commit
d5ead39
·
verified ·
1 Parent(s): cfb5aaf

Publish shard CC-MAIN-2026-08/01930

Browse files
Files changed (3) hide show
  1. README.md +11 -11
  2. data/CC-MAIN-2026-08/01930.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 **13,372,360 documents across 692 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 692 files of CC-MAIN-2026-08 (13,372,360 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
- | Stage | 692 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
- | Raw WARC (.warc.gz, downloaded) | ~560.9 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.6 TB | ~295 TB | — |
173
- | Packed markdown WARC (.md.warc.gz) | ~28.3 GB | ~3.7 TB | **-98.3%** vs HTML |
174
  | Final Parquet (Zstd level 19) | 19.2 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.6 TB of uncompressed HTML down to 60.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: ~560.9 GB of raw gzipped WARCs becomes **19.2 GB of Parquet** — a **96.6% total reduction** — containing 13,372,360 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
- Pipeline timings across 692 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
- Download (raw WARC) ████████████████████████ total 36h 5m 9s avg 3m 7s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 9s
187
- Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 8h 6m 19s avg 42s
188
- Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 16m 52s avg 27s
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 **13,391,391 documents across 693 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 693 files of CC-MAIN-2026-08 (13,391,391 pages total), projected to the full crawl of 100,000 WARC files.
168
 
169
+ | Stage | 693 files (measured) | 100,000 files (projected) | Reduction |
170
  |---|---|---|---|
171
+ | Raw WARC (.warc.gz, downloaded) | ~561.7 GB | ~83 TB | — |
172
  | HTML extracted (uncompressed) | 1.6 TB | ~295 TB | — |
173
+ | Packed markdown WARC (.md.warc.gz) | ~28.4 GB | ~3.7 TB | **-98.3%** vs HTML |
174
  | Final Parquet (Zstd level 19) | 19.2 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.6 TB of uncompressed HTML down to 60.4 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: ~561.7 GB of raw gzipped WARCs becomes **19.2 GB of Parquet** — a **96.6% total reduction** — containing 13,391,391 clean markdown documents.
179
 
180
  ### Processing Times
181
 
182
+ Pipeline timings across 693 shards of CC-MAIN-2026-08:
183
 
184
  ```
185
+ Download (raw WARC) ████████████████████████ total 36h 13m 0s avg 3m 8s
186
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 1h 50m 33s avg 9s
187
+ Export (Parquet) █████░░░░░░░░░░░░░░░░░░░ total 8h 7m 4s avg 42s
188
+ Publish (HuggingFace) ███░░░░░░░░░░░░░░░░░░░░░ total 5h 17m 10s avg 27s
189
  ```
190
 
191
  ### Dataset Charts
data/CC-MAIN-2026-08/01930.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05bfae17e68a5c998b7e3ef6bafb40ea6144f3a1afe70986cd3bb32d01fabf1d
3
+ size 28878497
stats.csv CHANGED
@@ -588,6 +588,7 @@ CC-MAIN-2026-08,1926,19426,2551882370,97586983,30989565,2026-03-13T14:53:07Z,549
588
  CC-MAIN-2026-08,1927,19721,2624331172,94060645,30204608,2026-03-13T15:02:26Z,397,0,161,0
589
  CC-MAIN-2026-08,1928,19808,2612197762,95404218,29824046,2026-03-13T15:08:51Z,243,0,49,9
590
  CC-MAIN-2026-08,1929,19636,2583727825,94857326,29780590,2026-03-13T15:21:56Z,463,0,58,4
 
591
  CC-MAIN-2026-08,2101,19421,2568457366,93149947,28748313,2026-03-13T13:54:07Z,262,0,31,0
592
  CC-MAIN-2026-08,2102,19717,2608848648,96373346,30639542,2026-03-13T14:00:38Z,281,0,109,0
593
  CC-MAIN-2026-08,2103,19325,2580718688,94798987,30249683,2026-03-13T14:06:18Z,304,0,34,0
@@ -635,7 +636,7 @@ CC-MAIN-2026-08,2322,19459,2527978218,91383223,28447926,2026-03-13T13:41:25Z,152
635
  CC-MAIN-2026-08,2323,19257,2556264403,93065200,29035825,2026-03-13T13:44:28Z,149,0,33,0
636
  CC-MAIN-2026-08,2324,19548,2591124523,95026738,29706594,2026-03-13T15:08:51Z,243,0,50,9
637
  CC-MAIN-2026-08,2325,19795,2595958710,94769924,30381849,2026-03-13T15:21:56Z,340,0,120,4
638
- CC-MAIN-2026-08,2326,19585,2528968070,92409071,30194739,2026-03-13T15:25:30Z,413,0,125,0
639
  CC-MAIN-2026-08,2551,5410,611835922,35005098,10258608,2026-03-13T12:28:41Z,32,0,10,0
640
  CC-MAIN-2026-08,2552,19598,2602424114,96235194,30473559,2026-03-13T12:36:26Z,437,0,26,0
641
  CC-MAIN-2026-08,2553,19534,2542432805,90911643,29613848,2026-03-13T12:44:33Z,444,0,41,0
 
588
  CC-MAIN-2026-08,1927,19721,2624331172,94060645,30204608,2026-03-13T15:02:26Z,397,0,161,0
589
  CC-MAIN-2026-08,1928,19808,2612197762,95404218,29824046,2026-03-13T15:08:51Z,243,0,49,9
590
  CC-MAIN-2026-08,1929,19636,2583727825,94857326,29780590,2026-03-13T15:21:56Z,463,0,58,4
591
+ CC-MAIN-2026-08,1930,19031,2504624971,92471516,28878497,2026-03-13T15:26:00Z,471,0,45,0
592
  CC-MAIN-2026-08,2101,19421,2568457366,93149947,28748313,2026-03-13T13:54:07Z,262,0,31,0
593
  CC-MAIN-2026-08,2102,19717,2608848648,96373346,30639542,2026-03-13T14:00:38Z,281,0,109,0
594
  CC-MAIN-2026-08,2103,19325,2580718688,94798987,30249683,2026-03-13T14:06:18Z,304,0,34,0
 
636
  CC-MAIN-2026-08,2323,19257,2556264403,93065200,29035825,2026-03-13T13:44:28Z,149,0,33,0
637
  CC-MAIN-2026-08,2324,19548,2591124523,95026738,29706594,2026-03-13T15:08:51Z,243,0,50,9
638
  CC-MAIN-2026-08,2325,19795,2595958710,94769924,30381849,2026-03-13T15:21:56Z,340,0,120,4
639
+ CC-MAIN-2026-08,2326,19585,2528968070,92409071,30194739,2026-03-13T15:25:30Z,413,0,125,18
640
  CC-MAIN-2026-08,2551,5410,611835922,35005098,10258608,2026-03-13T12:28:41Z,32,0,10,0
641
  CC-MAIN-2026-08,2552,19598,2602424114,96235194,30473559,2026-03-13T12:36:26Z,437,0,26,0
642
  CC-MAIN-2026-08,2553,19534,2542432805,90911643,29613848,2026-03-13T12:44:33Z,444,0,41,0