Datasets:

ArXiv:
Tags:
License:
aaabiao dododododo commited on
Commit
3137109
1 Parent(s): 3cd7f13

Update README.md (#13)

Browse files

- Update README.md (b764ce0555df2b941edf49aaf088bbf367c52aef)


Co-authored-by: du <dododododo@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -10,6 +10,7 @@ license: cc-by-nc-nd-4.0
10
 
11
  An open-source Chinese pretraining dataset with a scale of 800 billion tokens, offering the NLP community high-quality Chinese pretraining data.
12
 
 
13
  ## Disclaimer
14
 
15
  This model, developed for academic purposes, employs rigorously compliance-checked training data to uphold the highest standards of integrity and compliance. Despite our efforts, the inherent complexities of data and the broad spectrum of model applications prevent us from ensuring absolute accuracy or appropriateness of the model outputs in every scenario.
@@ -40,30 +41,29 @@ cat [split].gz.part* > [split].gz
40
  ```
41
  Replace [split] with the name of the dataset component you wish to merge (zh-cc, zh-baike, zh-papers, zh-books, or zh-others). After merging, decompress the .gz file to access the dataset's content.
42
 
43
- <table>
44
- <tr>
45
- <td>
46
-
47
  ## Dataset Composition
48
 
49
  The dataset consists of several components, each originating from different sources and serving various purposes in language modeling and processing. Below is a brief overview of each component:
50
 
51
  <p>
52
- <img src="data-ratio.png" alt="Dataset Image" style="float: right; margin-left: 20px; width: 400px;" />
53
  <strong>zh-cc (Chinese Common Crawl)</strong><br>
54
  Extracts from the Common Crawl project specifically filtered for Chinese content. This component is rich in diverse internet text, ranging from websites, blogs, news articles, and more.<br><br>
 
55
  <strong>zh-baike (Chinese Encyclopedias)</strong><br>
56
  A collection of articles from various Chinese encyclopedias, similar to Wikipedia but including other encyclopedic sources as well.<br><br>
 
57
  <strong>zh-papers (Chinese Academic Papers)</strong><br>
58
  This component consists of academic and research papers published in Chinese. It covers a wide range of disciplines and offers technical, domain-specific language.<br><br>
 
59
  <strong>zh-books (Chinese Books)</strong><br>
60
  Comprises texts extracted from books published in Chinese. This includes literature, non-fiction, textbooks, and more.<br><br>
 
61
  <strong>zh-others</strong><br>
62
- This category is a collection of miscellaneous texts, notably including a substantial amount of QA (Question and Answer) data, alongside a variety of other texts.
63
  </p>
64
 
65
 
66
-
67
  ## Citation
68
  ```
69
  @misc{du2024chinese,
 
10
 
11
  An open-source Chinese pretraining dataset with a scale of 800 billion tokens, offering the NLP community high-quality Chinese pretraining data.
12
 
13
+
14
  ## Disclaimer
15
 
16
  This model, developed for academic purposes, employs rigorously compliance-checked training data to uphold the highest standards of integrity and compliance. Despite our efforts, the inherent complexities of data and the broad spectrum of model applications prevent us from ensuring absolute accuracy or appropriateness of the model outputs in every scenario.
 
41
  ```
42
  Replace [split] with the name of the dataset component you wish to merge (zh-cc, zh-baike, zh-papers, zh-books, or zh-others). After merging, decompress the .gz file to access the dataset's content.
43
 
 
 
 
 
44
  ## Dataset Composition
45
 
46
  The dataset consists of several components, each originating from different sources and serving various purposes in language modeling and processing. Below is a brief overview of each component:
47
 
48
  <p>
49
+ <img src="data-ratio.png" style="float: right; width: 400px; margin-left: 10px;">
50
  <strong>zh-cc (Chinese Common Crawl)</strong><br>
51
  Extracts from the Common Crawl project specifically filtered for Chinese content. This component is rich in diverse internet text, ranging from websites, blogs, news articles, and more.<br><br>
52
+
53
  <strong>zh-baike (Chinese Encyclopedias)</strong><br>
54
  A collection of articles from various Chinese encyclopedias, similar to Wikipedia but including other encyclopedic sources as well.<br><br>
55
+
56
  <strong>zh-papers (Chinese Academic Papers)</strong><br>
57
  This component consists of academic and research papers published in Chinese. It covers a wide range of disciplines and offers technical, domain-specific language.<br><br>
58
+
59
  <strong>zh-books (Chinese Books)</strong><br>
60
  Comprises texts extracted from books published in Chinese. This includes literature, non-fiction, textbooks, and more.<br><br>
61
+
62
  <strong>zh-others</strong><br>
63
+ This category is a collection of miscellaneous texts, notably including a substantial amount of QA (Question and Answer) data, alongside a variety of other texts.<br>
64
  </p>
65
 
66
 
 
67
  ## Citation
68
  ```
69
  @misc{du2024chinese,