The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 289, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/parquet/parquet.py", line 60, in _split_generators
self.info.features = datasets.Features.from_arrow_schema(pq.read_schema(f))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/features.py", line 1844, in from_arrow_schema
else generate_from_arrow_type(field.type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/features.py", line 1507, in generate_from_arrow_type
return Value(dtype=_arrow_to_datasets_dtype(pa_type))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/features.py", line 118, in _arrow_to_datasets_dtype
raise ValueError(f"Arrow type {arrow_type} does not have a datasets dtype equivalent.")
ValueError: Arrow type map<string, string ('warc_request_headers')> does not have a datasets dtype equivalent.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 343, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 294, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
AICC: AI-ready Common Crawl Dataset
AICC (AI-ready Common Crawl) is a large-scale, AI-ready web dataset derived from Common Crawl, containing semantically extracted Markdown-formatted main content from diverse web pages. The dataset is constructed using the Dripper, a web extraction pipeline developed by OpenDataLab.
- High-quality main content: High-fidelity main content extracted from diverse Common Crawl pages, including challenging types like forums, Q&A sites, and pages with tables or formulas.
- Precise structured elements: High-fidelity extraction of code blocks, mathematical formulas, and complex tables from real-world web pages, preserving syntax, formatting, and structural integrity.
- Proven downstream effectiveness: Pretraining a language model on AICC leads to higher accuracy across diverse benchmarks compared to training on datasets extracted with other methods.
🎉🎉🎉 Experience our online web extraction with your own HTML!!!
Dataset Creation
Raw Html Source This release includes the parsed results from two Common Crawl dumps:
- CC-MAIN-2025-08
- CC-MAIN-2025-13
Dripper Pipeline The detailed pipeline can be found in the AICC technical report:

Data Statistics
The AICC dataset contains only the successfully extracted AI-ready JSON records(each with a content field containing Markdown text).
For reference, the number of original pages in the corresponding Common Crawl dumps is also shown below.
Note that only the extracted JSON records are included in the released dataset.
| Common Crawl Dump | AICC JSON records (lines) | Original pages (lines, not included) |
|---|---|---|
| CC-MAIN-2025-08 | 2,412,939,230 | 2,679,687,937 |
| CC-MAIN-2025-13 | 2,474,534,209 | 2,740,793,128 |
Data Format
| Field name | Field description | Note |
|---|---|---|
| track_id | Unique tracking identifier for the record | - |
| warc_request_headers | Archived metadata of the request | Derived from request-type records in the Common Crawl WARC files |
| http_request_headers | HTTP metadata of the request, including HTTP headers | Derived from request-type records in the Common Crawl WARC files |
| warc_response_headers | Archived metadata of the response | Derived from response-type records in the Common Crawl WARC files |
| http_response_headers | HTTP metadata of the response, including HTTP headers and related fields | Derived from response-type records in the Common Crawl WARC files |
| warc_metadata_headers | Archived metadata of the metadata record itself | Derived from metadata-type records in the Common Crawl WARC files |
| warc_metadata_data | Crawling context information associated with the request or response | Derived from metadata-type records in the Common Crawl WARC files |
| url | Full original URL of the webpage, indicating the source of the content | - |
| language | Primary language of the webpage | Identified using the fastText language detection model lid.176.bin |
| content 🚩 | Clean Markdown-formatted content extracted from the webpage HTML | - |
| extract_method | Name of the web content extraction method used | - |
| sub_path | Relative path or shard location within the original Common Crawl storage structure | Used to locate the record’s original source in WARC/WAT/WET files, supporting data traceability and verification |
Data sample
{
"track_id": "5667aa9a-da8a-5c80-a678-d38609247cb5",
"warc_request_headers": [
[
"WARC-Cipher-Suite",
"TLS_AES_128_GCM_SHA256"
],
[
"WARC-Protocol",
"tls/1.3"
],
[
"WARC-IP-Address",
"18.160.46.66"
],
[
"WARC-Target-URI",
"https://cheezburger.com/14867205/dude-finds-giant-centipede-in-daughters-room-horrifies-people-with-the-footage"
],
[
"WARC-Warcinfo-ID",
"<urn:uuid:9b88dec2-5102-4550-8e9e-493e2cc797f4>"
],
[
"WARC-Date",
"2025-02-17T03:26:09Z"
],
[
"Content-Length",
"338"
],
[
"WARC-Record-ID",
"<urn:uuid:f3123b11-839b-4cf7-84a4-5f5686ac0c94>"
],
[
"WARC-Type",
"request"
],
[
"Content-Type",
"application/http; msgtype=request"
]
],
"http_request_headers": [
[
"Accept",
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
],
[
"User-Agent",
"CCBot/2.0 (https://commoncrawl.org/faq/)"
],
[
"Connection",
"Keep-Alive"
],
[
"Host",
"cheezburger.com"
],
[
"Accept-Language",
"en-US,en;q=0.5"
],
[
"Accept-Encoding",
"br,gzip"
]
],
"warc_response_headers": [
[
"WARC-Cipher-Suite",
"TLS_AES_128_GCM_SHA256"
],
[
"WARC-Identified-Payload-Type",
"text/html"
],
[
"WARC-Protocol",
"tls/1.3"
],
[
"WARC-Payload-Digest",
"sha1:ZP2ZJN5K4VVTXEZ2RJ62AYFNJE5TNABY"
],
[
"WARC-IP-Address",
"18.160.46.66"
],
[
"WARC-Target-URI",
"https://cheezburger.com/14867205/dude-finds-giant-centipede-in-daughters-room-horrifies-people-with-the-footage"
],
[
"WARC-Warcinfo-ID",
"<urn:uuid:9b88dec2-5102-4550-8e9e-493e2cc797f4>"
],
[
"WARC-Type",
"response"
],
[
"WARC-Block-Digest",
"sha1:WFIABKRKLJMTFJ5CSEDDZTXQMXKW634D"
],
[
"WARC-Concurrent-To",
"<urn:uuid:f3123b11-839b-4cf7-84a4-5f5686ac0c94>"
],
[
"WARC-Date",
"2025-02-17T03:26:09Z"
],
[
"Content-Length",
"158608"
],
[
"WARC-Record-ID",
"<urn:uuid:dbe2d5ed-a187-4dd5-b899-b70a22ed48c5>"
],
[
"Content-Type",
"application/http; msgtype=response"
]
],
"http_response_headers": [
[
"date",
"Sun, 16 Feb 2025 11:45:07 GMT"
],
[
"x-amz-cf-pop",
"IAD55-P2"
],
[
"server",
"CloudFront"
],
[
"x-timestamp",
"Wed, 28 Jul 2021 19:00:00 GMT"
],
[
"x-cacheable",
"YES"
],
[
"vary",
"Accept-Encoding,X-LM-ST-COHORT"
],
[
"x-frame-options",
"DENY"
],
[
"x-varnish",
"357961452"
],
[
"via",
"1.1 varnish-v4, 1.1 1c270697a065feaf9aaa711be1cb8b0c.cloudfront.net (CloudFront)"
],
[
"set-cookie",
"lm-st=refresh:new; Domain=.cheezburger.com; Path=/; Expires=Tue, 18 Feb 2025 03:26:09 GMT"
],
[
"x-xss-protection",
"1"
],
[
"x-content-type-options",
"nosniff"
],
[
"x-ua",
"desktop"
],
[
"content-type",
"text/html; charset=utf-8"
],
[
"x-cache",
"Hit from cloudfront"
],
[
"cache-control",
"public, stale-while-revalidate=3600, stale-if-error=86400, max-age=0, s-maxage=86758"
],
[
"alt-svc",
"h3=\":443\"; ma=86400"
],
[
"Content-Length",
"157764"
],
[
"X-Crawler-content-encoding",
"gzip"
],
[
"x-amz-cf-id",
"aVaGjycgig5kbMl6zVMDtL6DadV3LDy9zjg576NnuRQCXO65bGeIOQ=="
],
[
"age",
"56462"
]
],
"warc_metadata_headers": [
[
"WARC-Target-URI",
"https://cheezburger.com/14867205/dude-finds-giant-centipede-in-daughters-room-horrifies-people-with-the-footage"
],
[
"WARC-Warcinfo-ID",
"<urn:uuid:9b88dec2-5102-4550-8e9e-493e2cc797f4>"
],
[
"WARC-Concurrent-To",
"<urn:uuid:dbe2d5ed-a187-4dd5-b899-b70a22ed48c5>"
],
[
"WARC-Date",
"2025-02-17T03:26:09Z"
],
[
"Content-Length",
"200"
],
[
"WARC-Record-ID",
"<urn:uuid:ef43b2c7-1d4c-460a-b396-b16a96be5b03>"
],
[
"WARC-Type",
"metadata"
],
[
"Content-Type",
"application/warc-fields"
]
],
"warc_metadata_data": "fetchTimeMs: 33\r\ncharset-detected: UTF-8\r\nlanguages-cld2: {\"reliable\":true,\"text-bytes\":7671,\"languages\":[{\"code\":\"en\",\"code-iso-639-3\":\"eng\",\"text-covered\":0.99,\"score\":1030.0,\"name\":\"ENGLISH\"}]}\r\n\r\n",
"url": "https://cheezburger.com/14867205/dude-finds-giant-centipede-in-daughters-room-horrifies-people-with-the-footage",
"language": "en",
"content": "# Dude Finds Giant Centipede In Daughter's Room & Horrifies People With the Footage\n\nGrowing up in Brooklyn I was always terrified of house centipedes. And why wouldn't I be? The revoltingly speedy unibrow bugs were all over the place. They'd find their way onto my arm at slumber parties, inspiring blood-curdling screams more indicative of a murder than a creepy crawly. I'd find them in my shoes. My mother would tell me they're \"good bugs\" because they eat the \"bad bugs,\" but to me they were the stuff of literal nightmares. Eventually my fear subsided, after having to live in a dank and dark East Village basement where they were a daily sighting. I'd almost forgotten about the critters - until Twitter user@VickGlaze horrified the internet with a video that features a far more sinister-looking centipede.\n\nI almost had set the crib on fire yesterday….Y'all wouldn't believe what I found in my daughters room dawg. I just spent a 50ball at Lowe's on everything pest control. I found where it came in and sealed every window in the crib and some. pic.twitter.com/iAoN7uWYsY\n\n— Miami Vice II (@VickGlaze) July 27, 2021\n\nThe alarmingly large centipede in Vick's video is known by a few names. Some call them Texas redheaded centipedes, others the Giant Desert Centipede. Whatever its called, it's freaking terrifying. And this scared father was not afraid to admit it. In a thread, he details all the measures he took to protect his home, and the terror the creature has struck in his heart. The responses (mostly in solidarity) are almost as entertaining as the video and accompanying story. As for me? I'm feeling pretty damn lucky that I grew up in New York and not in Austin, Texas, where these massive venomous critters roam.\n",
"extract_method": "dripper",
"sub_path": "CC-MAIN-2025-08"
}
Citation
License and Ethics
This dataset is licensed under CC BY 4.0, requiring attribution when used. It is derived from Common Crawl web pages and may contain biased or sensitive content; users are responsible for ethical and lawful usage in research or applications.
- Downloads last month
- 447