Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Chinese
ArXiv:
Libraries:
Datasets
Dask
License:
yuyijiong commited on
Commit
472afc6
·
verified ·
1 Parent(s): 7640bdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -19,11 +19,12 @@ size_categories:
19
  <img width="600px" alt="OpenCSG" src="./logo.png">
20
  </p>
21
 
22
-
23
-
24
  <p align="center"><a href="https://opencsg.com/models">[OpenCSG Community]</a> <a href="https://github.com/yuyijiong/fineweb-edu-chinese">[👾github]</a> <a href="https://cdn-uploads.huggingface.co/production/uploads/64c71b27d43e4dee51a8b31a/HU6vz21qKTEmUBCWqCFh9.jpeg">[wechat]</a> <a href="https://twitter.com/OpenCsg">[Twitter]</a> </p>
25
 
26
  </div>
 
 
 
27
  <b>Chinese Fineweb Edu Dataset V2</b> is a comprehensive upgrade of the original Chinese Fineweb Edu, designed and optimized for natural language processing (NLP) tasks in the education sector. This high-quality Chinese pretraining dataset has undergone significant improvements and expansions, aimed at providing researchers and developers with more diverse and broadly applicable educational corpus resources. With a dataset size of 188 million entries (approximately 420 billion tokens), Fineweb Edu v2 not only increases the volume but also optimizes the data filtering methods and scoring models to ensure effectiveness and practicality in the educational domain.
28
 
29
  ## Enhanced Scoring Model
@@ -85,6 +86,8 @@ Usage of the Chinese Fineweb Edu dataset requires adherence to the OpenCSG Commu
85
 
86
  </p>
87
 
 
 
88
  # Chinese Fineweb Edu V2数据集介绍
89
 
90
  <p align="center">
@@ -150,3 +153,17 @@ Fineweb2数据集的数据来源进一步扩展。相较于初代Fineweb,Finew
150
 
151
  ## 许可协议
152
  使用 Chinese Fineweb Edu V2数据集需要遵循 OpenCSG 社区许可证。Chinese Fineweb Edu V2数据集支持商业用途。如果您计划将 OpenCSG 模型或其衍生产品用于商业目的,您必须遵守 OpenCSG 社区许可证以及 Apache 2.0 许可证中的条款和条件。如用于商业用途,需发送邮件至 [email protected],并获得许可。
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  <img width="600px" alt="OpenCSG" src="./logo.png">
20
  </p>
21
 
 
 
22
  <p align="center"><a href="https://opencsg.com/models">[OpenCSG Community]</a> <a href="https://github.com/yuyijiong/fineweb-edu-chinese">[👾github]</a> <a href="https://cdn-uploads.huggingface.co/production/uploads/64c71b27d43e4dee51a8b31a/HU6vz21qKTEmUBCWqCFh9.jpeg">[wechat]</a> <a href="https://twitter.com/OpenCsg">[Twitter]</a> </p>
23
 
24
  </div>
25
+
26
+ [📖Technical Report](https://arxiv.org/abs/2501.08197)
27
+
28
  <b>Chinese Fineweb Edu Dataset V2</b> is a comprehensive upgrade of the original Chinese Fineweb Edu, designed and optimized for natural language processing (NLP) tasks in the education sector. This high-quality Chinese pretraining dataset has undergone significant improvements and expansions, aimed at providing researchers and developers with more diverse and broadly applicable educational corpus resources. With a dataset size of 188 million entries (approximately 420 billion tokens), Fineweb Edu v2 not only increases the volume but also optimizes the data filtering methods and scoring models to ensure effectiveness and practicality in the educational domain.
29
 
30
  ## Enhanced Scoring Model
 
86
 
87
  </p>
88
 
89
+ [📖Technical Report](https://arxiv.org/abs/2501.08197)
90
+
91
  # Chinese Fineweb Edu V2数据集介绍
92
 
93
  <p align="center">
 
153
 
154
  ## 许可协议
155
  使用 Chinese Fineweb Edu V2数据集需要遵循 OpenCSG 社区许可证。Chinese Fineweb Edu V2数据集支持商业用途。如果您计划将 OpenCSG 模型或其衍生产品用于商业目的,您必须遵守 OpenCSG 社区许可证以及 Apache 2.0 许可证中的条款和条件。如用于商业用途,需发送邮件至 [email protected],并获得许可。
156
+
157
+ ## Citation
158
+
159
+ ```
160
+ @misc{yu2025opencsgchinesecorpusseries,
161
+ title={OpenCSG Chinese Corpus: A Series of High-quality Chinese Datasets for LLM Training},
162
+ author={Yijiong Yu and Ziyun Dai and Zekun Wang and Wei Wang and Ran Chen and Ji Pei},
163
+ year={2025},
164
+ eprint={2501.08197},
165
+ archivePrefix={arXiv},
166
+ primaryClass={cs.CL},
167
+ url={https://arxiv.org/abs/2501.08197},
168
+ }
169
+ ```