Publish shard CC-MAIN-2026-08/00852
Browse files- README.md +14 -14
- data/CC-MAIN-2026-08/00852.parquet +3 -0
- 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 **
|
| 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
|
| 170 |
|
| 171 |
-
| Stage |
|
| 172 |
|---|---|---|---|
|
| 173 |
-
| Raw WARC (.warc.gz, downloaded) | ~
|
| 174 |
-
| HTML extracted (uncompressed) |
|
| 175 |
-
| Packed markdown WARC (.md.warc.gz) | ~
|
| 176 |
-
| Final Parquet (Zstd level 19) | 1.3 GB | ~2.9 TB | **-31.
|
| 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
|
| 179 |
|
| 180 |
-
End to end: ~
|
| 181 |
|
| 182 |
### Processing Times
|
| 183 |
|
| 184 |
-
Pipeline timings across
|
| 185 |
|
| 186 |
```
|
| 187 |
-
Download (raw WARC) ████████████████████████ total
|
| 188 |
-
Convert (HTML → MD) ███████████
|
| 189 |
-
Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total
|
| 190 |
-
Publish (HuggingFace) ███████████████
|
| 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 **971,058 documents across 49 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 49 files of CC-MAIN-2026-08 (971,058 pages total), projected to the full crawl of 100,000 WARC files.
|
| 170 |
|
| 171 |
+
| Stage | 49 files (measured) | 100,000 files (projected) | Reduction |
|
| 172 |
|---|---|---|---|
|
| 173 |
+
| Raw WARC (.warc.gz, downloaded) | ~39.7 GB | ~83 TB | — |
|
| 174 |
+
| HTML extracted (uncompressed) | 121.4 GB | ~295 TB | — |
|
| 175 |
+
| Packed markdown WARC (.md.warc.gz) | ~2.0 GB | ~3.7 TB | **-98.4%** vs HTML |
|
| 176 |
+
| Final Parquet (Zstd level 19) | 1.3 GB | ~2.9 TB | **-31.4%** 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 121.4 GB of uncompressed HTML down to 4.2 GB of markdown — a **98.4% reduction** — before any file-level compression is applied. Parquet with Zstd level 19 then compresses the markdown a further 67.7%.
|
| 179 |
|
| 180 |
+
End to end: ~39.7 GB of raw gzipped WARCs becomes **1.3 GB of Parquet** — a **96.6% total reduction** — containing 971,058 clean markdown documents.
|
| 181 |
|
| 182 |
### Processing Times
|
| 183 |
|
| 184 |
+
Pipeline timings across 49 shards of CC-MAIN-2026-08:
|
| 185 |
|
| 186 |
```
|
| 187 |
+
Download (raw WARC) ████████████████████████ total 33m 27s avg 40s
|
| 188 |
+
Convert (HTML → MD) ███████████░░░░░░░░░░░░░ total 16m 2s avg 19s
|
| 189 |
+
Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 9m 28s avg 11s
|
| 190 |
+
Publish (HuggingFace) ███████████████░░░░░░░░░ total 21m 25s avg 26s
|
| 191 |
```
|
| 192 |
|
| 193 |
### Dataset Charts
|
data/CC-MAIN-2026-08/00852.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2327857517f4145cb70cc0baea26c62449b8599334c52e974c2ff9720516465
|
| 3 |
+
size 30205044
|
stats.csv
CHANGED
|
@@ -45,5 +45,6 @@ CC-MAIN-2026-08,401,19517,2605589961,95609438,30404753,2026-03-13T06:41:08Z,218,
|
|
| 45 |
CC-MAIN-2026-08,402,19446,2552785517,96654791,30588984,2026-03-13T06:43:58Z,98,0,26,44
|
| 46 |
CC-MAIN-2026-08,551,19551,2609034951,89980913,29167227,2026-03-13T06:42:51Z,280,0,20,176
|
| 47 |
CC-MAIN-2026-08,701,19412,2563976599,92296196,29384755,2026-03-13T06:41:28Z,272,0,22,99
|
| 48 |
-
CC-MAIN-2026-08,702,19449,2572639558,92293569,29721653,2026-03-13T06:
|
| 49 |
CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
|
|
|
|
|
|
| 45 |
CC-MAIN-2026-08,402,19446,2552785517,96654791,30588984,2026-03-13T06:43:58Z,98,0,26,44
|
| 46 |
CC-MAIN-2026-08,551,19551,2609034951,89980913,29167227,2026-03-13T06:42:51Z,280,0,20,176
|
| 47 |
CC-MAIN-2026-08,701,19412,2563976599,92296196,29384755,2026-03-13T06:41:28Z,272,0,22,99
|
| 48 |
+
CC-MAIN-2026-08,702,19449,2572639558,92293569,29721653,2026-03-13T06:44:08Z,113,0,20,24
|
| 49 |
CC-MAIN-2026-08,851,19575,2612873485,97000364,30911294,2026-03-13T06:41:39Z,163,0,37,204
|
| 50 |
+
CC-MAIN-2026-08,852,19334,2546015208,94959847,30205044,2026-03-13T06:45:41Z,183,0,57,0
|