tamnd commited on
Commit
bf8cb0e
·
verified ·
1 Parent(s): 5018cfe

Publish shard CC-MAIN-2026-08/00887

Browse files
Files changed (3) hide show
  1. README.md +13 -13
  2. data/CC-MAIN-2026-08/00887.parquet +3 -0
  3. stats.csv +6 -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 **4,837,961 documents across 248 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 248 files of CC-MAIN-2026-08 (4,837,961 pages total), projected to the full crawl of 100,000 WARC files.
170
 
171
- | Stage | 248 files (measured) | 100,000 files (projected) | Reduction |
172
  |---|---|---|---|
173
- | Raw WARC (.warc.gz, downloaded) | ~201.0 GB | ~83 TB | — |
174
- | HTML extracted (uncompressed) | 598.2 GB | ~295 TB | — |
175
- | Packed markdown WARC (.md.warc.gz) | ~10.2 GB | ~3.7 TB | **-98.3%** vs HTML |
176
- | Final Parquet (Zstd level 19) | 6.9 GB | ~2.9 TB | **-32.1%** 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 598.2 GB of uncompressed HTML down to 21.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.1%.
179
 
180
- End to end: ~201.0 GB of raw gzipped WARCs becomes **6.9 GB of Parquet** — a **96.6% total reduction** — containing 4,837,961 clean markdown documents.
181
 
182
  ### Processing Times
183
 
184
- Pipeline timings across 248 shards of CC-MAIN-2026-08:
185
 
186
  ```
187
- Download (raw WARC) ████████████████████████ total 8h 35m 21s avg 2m 4s
188
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 16m 2s avg 3s
189
- Export (Parquet) ████░░░░░░░░░░░░░░░░░░░░ total 1h 43m 19s avg 24s
190
- Publish (HuggingFace) ████████████░░░░░░░░░░░░ total 4h 32m 56s avg 1m 6s
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 **4,955,095 documents across 254 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 254 files of CC-MAIN-2026-08 (4,955,095 pages total), projected to the full crawl of 100,000 WARC files.
170
 
171
+ | Stage | 254 files (measured) | 100,000 files (projected) | Reduction |
172
  |---|---|---|---|
173
+ | Raw WARC (.warc.gz, downloaded) | ~205.9 GB | ~83 TB | — |
174
+ | HTML extracted (uncompressed) | 612.6 GB | ~295 TB | — |
175
+ | Packed markdown WARC (.md.warc.gz) | ~10.4 GB | ~3.7 TB | **-98.3%** vs HTML |
176
+ | Final Parquet (Zstd level 19) | 7.1 GB | ~2.9 TB | **-32.1%** 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 612.6 GB of uncompressed HTML down to 22.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.1%.
179
 
180
+ End to end: ~205.9 GB of raw gzipped WARCs becomes **7.1 GB of Parquet** — a **96.6% total reduction** — containing 4,955,095 clean markdown documents.
181
 
182
  ### Processing Times
183
 
184
+ Pipeline timings across 254 shards of CC-MAIN-2026-08:
185
 
186
  ```
187
+ Download (raw WARC) ████████████████████████ total 8h 50m 12s avg 2m 5s
188
  Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 16m 2s avg 3s
189
+ Export (Parquet) ████░░░░░░░░░░░░░░░░░░░░ total 1h 45m 50s avg 25s
190
+ Publish (HuggingFace) ████████████░░░░░░░░░░░░ total 4h 34m 2s avg 1m 4s
191
  ```
192
 
193
  ### Dataset Charts
data/CC-MAIN-2026-08/00887.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27015fe7facbd76b25eb1ab5e25b6ffffe4566df8d8125e35f653935c02f034d
3
+ size 29912843
stats.csv CHANGED
@@ -55,6 +55,7 @@ CC-MAIN-2026-08,52,19607,2601151988,92878787,30267347,2026-03-13T09:58:53Z,216,0
55
  CC-MAIN-2026-08,53,19357,2578191580,96554618,29812656,2026-03-13T10:02:24Z,168,0,42,0
56
  CC-MAIN-2026-08,54,19483,2558749188,95680427,29738982,2026-03-13T10:04:53Z,123,0,25,0
57
  CC-MAIN-2026-08,55,19811,2639871700,95584061,30186548,2026-03-13T10:08:46Z,203,0,28,0
 
58
  CC-MAIN-2026-08,101,19267,2514449658,96925434,30875010,2026-03-13T06:40:05Z,179,0,50,81
59
  CC-MAIN-2026-08,102,19438,2568537422,97402434,31137610,2026-03-13T06:42:52Z,93,0,20,52
60
  CC-MAIN-2026-08,103,19511,2593312947,96164480,30296223,2026-03-13T06:47:48Z,187,0,46,61
@@ -101,6 +102,7 @@ CC-MAIN-2026-08,143,19295,2548611854,97120490,30570140,2026-03-13T10:00:02Z,113,
101
  CC-MAIN-2026-08,144,19331,2573223559,95239219,30608357,2026-03-13T10:03:22Z,168,0,29,0
102
  CC-MAIN-2026-08,145,19411,2578264098,98409544,31288259,2026-03-13T10:05:35Z,105,0,27,0
103
  CC-MAIN-2026-08,146,19315,2510247125,93773926,29238318,2026-03-13T10:08:59Z,177,0,25,0
 
104
  CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
105
  CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
106
  CC-MAIN-2026-08,253,19312,2557230855,96017199,30399966,2026-03-13T06:51:42Z,130,0,23,117
@@ -174,6 +176,7 @@ CC-MAIN-2026-08,429,19546,2571303178,99912577,31544804,2026-03-13T09:58:37Z,206,
174
  CC-MAIN-2026-08,430,19562,2589628098,94171334,29515204,2026-03-13T10:01:57Z,160,0,39,0
175
  CC-MAIN-2026-08,431,19413,2548907034,94526535,29610662,2026-03-13T10:04:44Z,141,0,24,0
176
  CC-MAIN-2026-08,432,19238,2571728032,91270409,28904924,2026-03-13T10:07:44Z,130,0,48,0
 
177
  CC-MAIN-2026-08,551,19551,2609034951,89980913,29167227,2026-03-13T06:42:51Z,280,0,20,176
178
  CC-MAIN-2026-08,552,19402,2594817630,94092761,30309254,2026-03-13T06:48:30Z,211,0,46,80
179
  CC-MAIN-2026-08,553,19856,2617133708,99106486,30365588,2026-03-13T06:52:51Z,116,0,23,120
@@ -213,6 +216,7 @@ CC-MAIN-2026-08,724,19690,2605884803,94926082,30424696,2026-03-13T09:58:05Z,164,
213
  CC-MAIN-2026-08,725,19412,2562975956,92451410,29425587,2026-03-13T10:00:42Z,119,0,37,0
214
  CC-MAIN-2026-08,726,19460,2562536227,96869305,30705353,2026-03-13T10:04:08Z,168,0,36,0
215
  CC-MAIN-2026-08,727,19515,2591155330,96253967,30239842,2026-03-13T10:06:23Z,100,0,34,0
 
216
  CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
217
  CC-MAIN-2026-08,852,19334,2546015208,94959847,30205044,2026-03-13T06:45:52Z,183,0,57,11
218
  CC-MAIN-2026-08,853,19694,2567973975,95901932,30303494,2026-03-13T06:50:12Z,150,0,28,80
@@ -248,4 +252,5 @@ CC-MAIN-2026-08,882,19452,2590686157,88956978,28905096,2026-03-13T08:38:35Z,118,
248
  CC-MAIN-2026-08,883,19257,2558252415,92279950,30785208,2026-03-13T08:41:09Z,114,0,30,8
249
  CC-MAIN-2026-08,884,19543,2583118668,92146843,29251284,2026-03-13T08:43:26Z,108,0,19,8
250
  CC-MAIN-2026-08,885,19529,2585227509,96533946,30604115,2026-03-13T10:05:08Z,111,0,22,4766
251
- CC-MAIN-2026-08,886,19392,2590108194,93901267,29711500,2026-03-13T10:07:54Z,142,0,22,0
 
 
55
  CC-MAIN-2026-08,53,19357,2578191580,96554618,29812656,2026-03-13T10:02:24Z,168,0,42,0
56
  CC-MAIN-2026-08,54,19483,2558749188,95680427,29738982,2026-03-13T10:04:53Z,123,0,25,0
57
  CC-MAIN-2026-08,55,19811,2639871700,95584061,30186548,2026-03-13T10:08:46Z,203,0,28,0
58
+ CC-MAIN-2026-08,56,19564,2584558902,96118951,30612792,2026-03-13T10:11:02Z,110,0,24,0
59
  CC-MAIN-2026-08,101,19267,2514449658,96925434,30875010,2026-03-13T06:40:05Z,179,0,50,81
60
  CC-MAIN-2026-08,102,19438,2568537422,97402434,31137610,2026-03-13T06:42:52Z,93,0,20,52
61
  CC-MAIN-2026-08,103,19511,2593312947,96164480,30296223,2026-03-13T06:47:48Z,187,0,46,61
 
102
  CC-MAIN-2026-08,144,19331,2573223559,95239219,30608357,2026-03-13T10:03:22Z,168,0,29,0
103
  CC-MAIN-2026-08,145,19411,2578264098,98409544,31288259,2026-03-13T10:05:35Z,105,0,27,0
104
  CC-MAIN-2026-08,146,19315,2510247125,93773926,29238318,2026-03-13T10:08:59Z,177,0,25,0
105
+ CC-MAIN-2026-08,147,19186,2543360279,93393458,29762722,2026-03-13T10:13:00Z,200,0,40,0
106
  CC-MAIN-2026-08,251,19610,2594898345,97558492,31917087,2026-03-13T06:42:12Z,277,0,23,136
107
  CC-MAIN-2026-08,252,19240,2525928701,98163046,31104034,2026-03-13T06:47:10Z,238,0,49,10
108
  CC-MAIN-2026-08,253,19312,2557230855,96017199,30399966,2026-03-13T06:51:42Z,130,0,23,117
 
176
  CC-MAIN-2026-08,430,19562,2589628098,94171334,29515204,2026-03-13T10:01:57Z,160,0,39,0
177
  CC-MAIN-2026-08,431,19413,2548907034,94526535,29610662,2026-03-13T10:04:44Z,141,0,24,0
178
  CC-MAIN-2026-08,432,19238,2571728032,91270409,28904924,2026-03-13T10:07:44Z,130,0,48,0
179
+ CC-MAIN-2026-08,433,19491,2559045927,95637979,30992131,2026-03-13T10:09:55Z,108,0,22,0
180
  CC-MAIN-2026-08,551,19551,2609034951,89980913,29167227,2026-03-13T06:42:51Z,280,0,20,176
181
  CC-MAIN-2026-08,552,19402,2594817630,94092761,30309254,2026-03-13T06:48:30Z,211,0,46,80
182
  CC-MAIN-2026-08,553,19856,2617133708,99106486,30365588,2026-03-13T06:52:51Z,116,0,23,120
 
216
  CC-MAIN-2026-08,725,19412,2562975956,92451410,29425587,2026-03-13T10:00:42Z,119,0,37,0
217
  CC-MAIN-2026-08,726,19460,2562536227,96869305,30705353,2026-03-13T10:04:08Z,168,0,36,0
218
  CC-MAIN-2026-08,727,19515,2591155330,96253967,30239842,2026-03-13T10:06:23Z,100,0,34,0
219
+ CC-MAIN-2026-08,728,19540,2593341974,93848018,30167216,2026-03-13T10:09:28Z,154,0,29,0
220
  CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
221
  CC-MAIN-2026-08,852,19334,2546015208,94959847,30205044,2026-03-13T06:45:52Z,183,0,57,11
222
  CC-MAIN-2026-08,853,19694,2567973975,95901932,30303494,2026-03-13T06:50:12Z,150,0,28,80
 
252
  CC-MAIN-2026-08,883,19257,2558252415,92279950,30785208,2026-03-13T08:41:09Z,114,0,30,8
253
  CC-MAIN-2026-08,884,19543,2583118668,92146843,29251284,2026-03-13T08:43:26Z,108,0,19,8
254
  CC-MAIN-2026-08,885,19529,2585227509,96533946,30604115,2026-03-13T10:05:08Z,111,0,22,4766
255
+ CC-MAIN-2026-08,886,19392,2590108194,93901267,29711500,2026-03-13T10:09:00Z,142,0,22,66
256
+ CC-MAIN-2026-08,887,19413,2546371491,94095379,29912843,2026-03-13T10:11:44Z,139,0,23,0