| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
RedStone is an innovative and scalable pipeline designed to extract and process data from a vast amount of web content, facilitating the creation of diverse and comprehensive pre-training datasets. We demonstrate its capabilities by building pre-training datasets across multiple domains, including general, code, mathematics, and question-answering. REDSTONE's flexibility allows it to easily adapt to various specialized fields.
| Datasets | Tokens (B) | Link |
|---|---|---|
| REDSTONE-Web | 3,170.2 | REDSTONE-Web |
| REDSTONE-Code | 250.2 | REDSTONE-Code-python (Python Only) |
| REDSTONE-Math | 15.9 | REDSTONE-Math |
| REDSTONE-QA | 51.4 | REDSTONE-OpenQuestion REDSTONE-MultiChoiceQuestion |
UPDATE [2/10/2025]: All open-source datasets are reproduced by @zjsd based on our open-source code. We have verified the scale of these datasets and manually reviewed some samples; they are comparable to our internal datasets in both size and quality.
Note [12/08/2024]: Since we do not have the permission to open-source the processed data, We provide all the code for RedStone to process both general and domain-specific data, along with an index for high-quality data from Common Crawl after filtering. You can download the raw Common Crawl data, use the provided index to find high-quality pages, and process them with RedStone's scripts.
If you have the appropriate licenses, we encourage you to use these scripts to reproduce the dataset and contribute it to the open-source community. We will reference the data here for easy access. Additionally, we welcome you to use RedStone to expand domain-specific categories beyond just code, math, and QA.
| Datasets | ARC-c | ARC-e | HellaSwag | OpenBookQA | PIQA | Winogrande | AVERAGE |
|---|---|---|---|---|---|---|---|
| RedPajama | 0.2270 | 0.4386 | 0.3171 | 0.1900 | 0.5968 | 0.5296 | 0.3832 |
| FineWeb | 0.1928 | 0.4428 | 0.3506 | 0.1740 | 0.6681 | 0.5288 | 0.3929 |
| RefinedWeb | 0.2125 | 0.4369 | 0.3380 | 0.2100 | 0.6491 | 0.5264 | 0.3955 |
| DCLM | 0.2159 | 0.4848 | 0.3614 | 0.1760 | 0.6615 | 0.5082 | 0.4013 |
| FineWeb-Edu | 0.2722 | 0.5648 | 0.3637 | 0.1940 | 0.6676 | 0.5051 | 0.4279 |
| REDSTONE-Web | 0.2662 | 0.5181 | 0.3722 | 0.2340 | 0.6795 | 0.5162 | 0.4310 |
The results are based on models trained with 1.3 billion parameters on 50 billion tokens.
| Dataset | HumanEval pass@1 | HumanEval pass@10 | MBPP pass@1 | MBPP pass@10 |
|---|---|---|---|---|
| REDSTONE-Web | 0.0125 | 0.0168 | 0.0751 | 0.1566 |
| + REDSTONE-Code | 0.0555 | 0.1035 | 0.1311 | 0.2458 |
| Dataset | GSM8k | MATH |
|---|---|---|
| OpenWebMath | 3.2503 | 3.1288 |
| REDSTONE-Math | 3.1125 | 3.0557 |
| Model | MMLU | Arc Challenge | Arc Easy | OpenbookQA | Winogrande | AVERAGE |
|---|---|---|---|---|---|---|
| StableLM-2-1.6B | 0.3135 | 0.3481 | 0.6860 | 0.2780 | 0.6354 | 0.4522 |
| + FALN v2 | 0.3525 | 0.3601 | 0.6406 | 0.2860 | 0.6125 | 0.4503 |
| + Open Orca | 0.3569 | 0.3089 | 0.5821 | 0.2660 | 0.5675 | 0.4163 |
| + REDSTONE-QA | 0.4582 | 0.3643 | 0.6839 | 0.2760 | 0.6377 | 0.4840 |
For evaluations on the domain-specific dataset, We utilized the same architecture as the StableLM-2-1.6B
| Domain | Link |
|---|---|
| General Domain Data | Getting Started |
| Domain-specific Data | Getting Started |
If you find this repository useful, please consider citing our work:
@article{redstone,
title={{RedStone}: {Curating} General, Code, Math, and {QA} Data for Large Language Models},
author={Chang, Yaoyao and Cui, Lei and Dong, Li and Huang, Shaohan and Huang, Yangyu and Huang, Yupan and Li, Scarlett and Lv, Tengchao and Ma, Shuming and Sun, Qinzheng and others},
journal={arXiv preprint arXiv:2412.03398},
year={2024}
}
The content of this project itself is licensed under the MIT
Microsoft Open Source Code of Conduct
For help or issues using RedStone, please submit a GitHub issue.
For other communications related to RedStone, please contact Lei Cui or Furu Wei.
| Back | FazBrowse Home | New Git URL |