Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@ language:
|
|
4 |
- zh
|
5 |
---
|
6 |
|
7 |
-
##
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
4 |
- zh
|
5 |
---
|
6 |
|
7 |
+
## Introduction
|
8 |
|
9 |
+
Chinese-C4 is a clean Chinese internet dataset based on Common Crawl. The dataset is 46.29GB and has undergone multiple cleaning strategies, including Chinese filtering, heuristic cleaning based on punctuation, line-based hashing for deduplication, and repetition removal.
|
10 |
+
|
11 |
+
The dataset is open source and free for commercial use, and you are welcome to use the data and the cleaning strategies provided and contribute your cleaning strategies.
|
12 |
+
|
13 |
+
You can find the cleaning script for the dataset on GitHub [c4-dataset-script](https://github.com/shjwudp/c4-dataset-script).
|