RayneMatt commited on
Commit
e034440
·
verified ·
1 Parent(s): 42767a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -19,10 +19,17 @@ AICC (AI-ready Common Crawl) is a **Markdown-formatted**, **AI-Ready web dataset
19
  **Dripper Pipeline** The detailed pipeline can be found in the [AICC technical report](https://opendatalab.com/):
20
  ![](./images/主流程图.png)
21
 
22
-
 
 
 
 
 
 
 
23
  ## Data Format
24
 
25
- | Field name | Field description | Note |
26
  |------------|-------------------|------|
27
  | track\_id | Unique tracking identifier for the record |- |
28
  | warc\_request\_headers | Archived metadata of the request | Derived from request-type records in the Common Crawl WARC files |
@@ -297,8 +304,6 @@ AICC (AI-ready Common Crawl) is a **Markdown-formatted**, **AI-Ready web dataset
297
  }
298
  ```
299
 
300
- ## Usage
301
-
302
  ## Citation
303
 
304
  ## License and Ethics
 
19
  **Dripper Pipeline** The detailed pipeline can be found in the [AICC technical report](https://opendatalab.com/):
20
  ![](./images/主流程图.png)
21
 
22
+ ## Data Statistics
23
+ The AICC dataset contains only the successfully extracted AI-ready JSON records(each with a `content` field containing Markdown text).<br>
24
+ For reference, the number of original pages in the corresponding Common Crawl dumps is also shown below.<br>
25
+ Note that only the extracted JSON records are included in the released dataset.
26
+ | **Common Crawl Dump** | **AICC JSON records (lines)** | **Original pages (lines, not included)** |
27
+ |------------------------|------------------------------------|-----------------------------------------|
28
+ | CC-MAIN-2025-08 | 2,412,939,230 | 2,679,687,937 |
29
+ | CC-MAIN-2025-13 | 2,474,534,209 | 2,740,793,128 |
30
  ## Data Format
31
 
32
+ | **Field name** | **Field description** | **Note** |
33
  |------------|-------------------|------|
34
  | track\_id | Unique tracking identifier for the record |- |
35
  | warc\_request\_headers | Archived metadata of the request | Derived from request-type records in the Common Crawl WARC files |
 
304
  }
305
  ```
306
 
 
 
307
  ## Citation
308
 
309
  ## License and Ethics