Publish shard CC-MAIN-2026-08/00966
Browse files- README.md +8 -8
- data/CC-MAIN-2026-08/00966.parquet +3 -0
- stats.csv +1 -0
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 **55,
|
| 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,27 +164,27 @@ Empty conversions (pages where trafilatura could not extract meaningful content)
|
|
| 164 |
|
| 165 |
### Compression Ratios
|
| 166 |
|
| 167 |
-
Numbers below are actual measurements summed across all
|
| 168 |
|
| 169 |
-
| Stage |
|
| 170 |
|---|---|---|---|
|
| 171 |
| Raw WARC (.warc.gz, downloaded) | ~2.3 TB | ~83 TB | — |
|
| 172 |
| HTML extracted (uncompressed) | 6.7 TB | ~295 TB | — |
|
| 173 |
| Packed markdown WARC (.md.warc.gz) | ~117.3 GB | ~3.7 TB | **-98.3%** vs HTML |
|
| 174 |
| Final Parquet (Zstd level 19) | 79.1 GB | ~2.9 TB | **-32.5%** 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 6.7 TB of uncompressed HTML down to 249.
|
| 177 |
|
| 178 |
-
End to end: ~2.3 TB of raw gzipped WARCs becomes **79.1 GB of Parquet** — a **96.6% total reduction** — containing 55,
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
-
Pipeline timings across
|
| 183 |
|
| 184 |
```
|
| 185 |
-
Download (raw WARC) ████████████████████████ total 258h
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 13h 28m 50s avg 16s
|
| 187 |
-
Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 66h
|
| 188 |
Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 20h 29m 38s avg 25s
|
| 189 |
```
|
| 190 |
|
|
|
|
| 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 **55,486,267 documents across 2863 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 2863 files of CC-MAIN-2026-08 (55,486,267 pages total), projected to the full crawl of 100,000 WARC files.
|
| 168 |
|
| 169 |
+
| Stage | 2863 files (measured) | 100,000 files (projected) | Reduction |
|
| 170 |
|---|---|---|---|
|
| 171 |
| Raw WARC (.warc.gz, downloaded) | ~2.3 TB | ~83 TB | — |
|
| 172 |
| HTML extracted (uncompressed) | 6.7 TB | ~295 TB | — |
|
| 173 |
| Packed markdown WARC (.md.warc.gz) | ~117.3 GB | ~3.7 TB | **-98.3%** vs HTML |
|
| 174 |
| Final Parquet (Zstd level 19) | 79.1 GB | ~2.9 TB | **-32.5%** 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 6.7 TB of uncompressed HTML down to 249.7 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.3%.
|
| 177 |
|
| 178 |
+
End to end: ~2.3 TB of raw gzipped WARCs becomes **79.1 GB of Parquet** — a **96.6% total reduction** — containing 55,486,267 clean markdown documents.
|
| 179 |
|
| 180 |
### Processing Times
|
| 181 |
|
| 182 |
+
Pipeline timings across 2863 shards of CC-MAIN-2026-08:
|
| 183 |
|
| 184 |
```
|
| 185 |
+
Download (raw WARC) ████████████████████████ total 258h 46m 22s avg 5m 25s
|
| 186 |
Convert (HTML → MD) █░░░░░░░░░░░░░░░░░░░░░░░ total 13h 28m 50s avg 16s
|
| 187 |
+
Export (Parquet) ██████░░░░░░░░░░░░░░░░░░ total 66h 59m 28s avg 1m 24s
|
| 188 |
Publish (HuggingFace) █░░░░░░░░░░░░░░░░░░░░░░░ total 20h 29m 38s avg 25s
|
| 189 |
```
|
| 190 |
|
data/CC-MAIN-2026-08/00966.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c988062b9a649aa8fc264020e04756a2034aaec5bffb8175b21946b57f8d560f
|
| 3 |
+
size 30390889
|
stats.csv
CHANGED
|
@@ -962,6 +962,7 @@ CC-MAIN-2026-08,962,19364,2568770275,89072965,28756313,2026-03-15T00:06:13Z,734,
|
|
| 962 |
CC-MAIN-2026-08,963,19301,2572069119,93109648,30052994,2026-03-15T00:16:42Z,506,0,132,27
|
| 963 |
CC-MAIN-2026-08,964,19612,2597143551,92440786,29411541,2026-03-15T00:27:04Z,519,0,102,22
|
| 964 |
CC-MAIN-2026-08,965,19255,2565534192,96835152,30194477,2026-03-15T00:39:14Z,610,0,101,18
|
|
|
|
| 965 |
CC-MAIN-2026-08,1000,19490,2581039608,93029785,29406839,2026-03-13T11:28:30Z,251,0,36,0
|
| 966 |
CC-MAIN-2026-08,1001,19530,2577623205,97623904,31829877,2026-03-13T10:02:20Z,605,0,422,0
|
| 967 |
CC-MAIN-2026-08,1002,19902,2636069231,96321082,30349720,2026-03-13T10:30:12Z,1385,0,282,0
|
|
|
|
| 962 |
CC-MAIN-2026-08,963,19301,2572069119,93109648,30052994,2026-03-15T00:16:42Z,506,0,132,27
|
| 963 |
CC-MAIN-2026-08,964,19612,2597143551,92440786,29411541,2026-03-15T00:27:04Z,519,0,102,22
|
| 964 |
CC-MAIN-2026-08,965,19255,2565534192,96835152,30194477,2026-03-15T00:39:14Z,610,0,101,18
|
| 965 |
+
CC-MAIN-2026-08,966,19351,2554239867,96778203,30390889,2026-03-15T00:49:53Z,563,0,91,0
|
| 966 |
CC-MAIN-2026-08,1000,19490,2581039608,93029785,29406839,2026-03-13T11:28:30Z,251,0,36,0
|
| 967 |
CC-MAIN-2026-08,1001,19530,2577623205,97623904,31829877,2026-03-13T10:02:20Z,605,0,422,0
|
| 968 |
CC-MAIN-2026-08,1002,19902,2636069231,96321082,30349720,2026-03-13T10:30:12Z,1385,0,282,0
|