520jefferson commited on
Commit
e3eeeee
1 Parent(s): dfa9391

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -15,20 +15,22 @@ size_categories:
15
  # SkyPile-150B
16
 
17
  ## Dataset Summary
18
- SkyPile-150B is created to serve as a large-scale Chinese dataset for pre-training of large language models. It is taken from publicly available Chinese Internet web pages. Through strict filtering and extensive deduplication then sensitive data filtering, At the same time, fastText and Bert are used to filter low-quality data.
 
 
19
 
20
- The public part of SkyPile-150B contains approximately 166M individual web pages, with an average of over 1k Chinese characters, a total of approximately 150B tokens, and 592G plain text data.
21
 
22
  ## Language
23
- SkyPile-150B is Chinese data.
 
24
 
25
- ## Data Field
26
- text:The processed and cleaned text contained in the page.
27
 
28
- ## Sensitive information and bias
29
- Because SkyPile-150B is built on publicly available web pages, it may contain sensitive information such as emails, phone numbers, or IP addresses. We believe that deduplication and low-quality filtering may help reduce this data, but practitioners working with SkyPile-150B should be careful.
30
 
31
- Since toxic or biased data is prevalent on the Internet, although we filter it using specific URL filtering methods, users should be aware.
32
 
33
- ## Social Impact of Dataset
34
- With the open source release of SkyPile-150B, we aim to increase access to high-quality web data which has typically been held private by model developers. We believe this release will in turn improve the accessibility and the spread of performant large language models.
 
15
  # SkyPile-150B
16
 
17
  ## Dataset Summary
18
+ SkyPile-150B is a comprehensive, large-scale Chinese dataset specifically designed for the pre-training of large language models. It is derived from a broad array of publicly accessible Chinese Internet web pages. Rigorous filtering, extensive deduplication, and thorough sensitive data filtering have been employed to ensure its quality. Furthermore, we have utilized advanced tools such as fastText and BERT to filter out low-quality data.
19
+
20
+ The publicly accessible portion of the SkyPile-150B dataset encompasses approximately 166 million unique web pages, each containing an average of over 1,000 Chinese characters. In total, the dataset includes approximately 150 billion tokens and 592 gigabytes of plain text data.
21
 
 
22
 
23
  ## Language
24
+ The SkyPile-150B dataset is exclusively composed of Chinese data.
25
+
26
 
27
+ ## Data Field Explanation
28
+ - text: the processed and cleaned text extracted from each page.
29
 
30
+ ## Sensitive Information and Bias
31
+ Despite our best efforts, SkyPile-150B, given its construction from publicly available web pages, might contain sensitive information such as email addresses, phone numbers, or IP addresses. We have endeavored to minimize this through deduplication and low-quality filtering, but users of SkyPile-150B should remain vigilant.
32
 
33
+ The Internet is rife with potentially toxic or biased data. We have attempted to mitigate this with specific URL filtering methods, but we encourage users to remain conscious of this potential issue.
34
 
35
+ ## Social Impact of the Dataset
36
+ The open-source release of the SkyPile-150B dataset represents our commitment to enhancing access to high-quality web data, which has traditionally been a closely guarded resource among model developers. We believe that this release will foster greater accessibility and the proliferation of high-performance large language models, thereby contributing significantly to the advancement of the field.