Publish shard CC-MAIN-2026-12/00000
Browse files- README.md +16 -5
- charts/timing_chart.png +3 -0
- charts/totals_chart.png +3 -0
- data/CC-MAIN-2026-12/00000.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -23,11 +23,11 @@ WARC records, HTTP response headers, and HTML `<head>` tags.
|
|
| 23 |
| Metric | Value |
|
| 24 |
|--------|-------|
|
| 25 |
| Crawl | CC-MAIN-2026-12 |
|
| 26 |
-
| Shards |
|
| 27 |
-
| Documents |
|
| 28 |
-
| Raw HTML |
|
| 29 |
-
| Body (parquet) |
|
| 30 |
-
| Parquet (zstd) |
|
| 31 |
|
| 32 |
## Schema
|
| 33 |
|
|
@@ -83,6 +83,17 @@ wiki = ds.filter(lambda r: r["domain"] == "wikipedia.org")
|
|
| 83 |
Common Crawl — filtered to HTTP 200 responses with `text/html` content type.
|
| 84 |
Body is truncated at 256 KB per record.
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
## License
|
| 87 |
|
| 88 |
Open Data Commons Attribution License (ODC-By).
|
|
|
|
| 23 |
| Metric | Value |
|
| 24 |
|--------|-------|
|
| 25 |
| Crawl | CC-MAIN-2026-12 |
|
| 26 |
+
| Shards | 1 |
|
| 27 |
+
| Documents | 19,785 |
|
| 28 |
+
| Raw HTML | 2.2 GB |
|
| 29 |
+
| Body (parquet) | 2.2 GB |
|
| 30 |
+
| Parquet (zstd) | 476.6 MB |
|
| 31 |
|
| 32 |
## Schema
|
| 33 |
|
|
|
|
| 83 |
Common Crawl — filtered to HTTP 200 responses with `text/html` content type.
|
| 84 |
Body is truncated at 256 KB per record.
|
| 85 |
|
| 86 |
+
### Processing Times
|
| 87 |
+
|
| 88 |
+
Pipeline timings across 1 shards of CC-MAIN-2026-12:
|
| 89 |
+
|
| 90 |
+
```
|
| 91 |
+
Download (raw WARC) ████████████████████████ 9m 17s
|
| 92 |
+
Extract (WARC → HTML fields) █████░░░░░░░░░░░░░░░░░░░ 2m 8s
|
| 93 |
+
Export (HTML → Parquet) █░░░░░░░░░░░░░░░░░░░░░░░ 9s
|
| 94 |
+
Publish (HuggingFace upload) ░░░░░░░░░░░░░░░░░░░░░░░░ —
|
| 95 |
+
```
|
| 96 |
+
|
| 97 |
## License
|
| 98 |
|
| 99 |
Open Data Commons Attribution License (ODC-By).
|
charts/timing_chart.png
ADDED
|
Git LFS Details
|
charts/totals_chart.png
ADDED
|
Git LFS Details
|
data/CC-MAIN-2026-12/00000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40334c6d8c61ce70541c0473455f395ad9682cee114be094cd34ff4969c9137b
|
| 3 |
+
size 499802522
|
stats.csv
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
crawl_id,file_idx,rows,html_bytes,body_bytes,parquet_bytes,created_at,dur_download_s,dur_extract_s,dur_export_s,dur_publish_s,peak_rss_mb
|
|
|
|
|
|
| 1 |
+
crawl_id,file_idx,rows,html_bytes,body_bytes,md_bytes,parquet_bytes,created_at,dur_download_s,dur_extract_s,dur_export_s,dur_publish_s,peak_rss_mb
|
| 2 |
+
CC-MAIN-2026-12,0,19785,2378307194,2355180440,2355180440,499802522,2026-03-24T03:09:47Z,557,128,9,0,811
|